Html Css Color HEX #EE0BFF Psychedelic Purple

📋 copy color: '#EE0BFF'

red 238 ◦ green 11 ◦ blue 255

#EE0BFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #EE0BFF

Tints of Psychedelic Purple #EE0BFF

RGB

 RED value IS 238 (93.36% from 255) = 47.22%

 GREEN value IS 11 (4.69% from 255) = 2.18%

 BLUE value IS 255 (100% from 255) = 50.6%

R = 47.22%
G = 2.18%
B = 50.6%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EE0BFF (or 0xEE0BFF) is known color: Psychedelic Purple. HEX triplet: EE, 0B and FF. RGB value is (238,11,255). Sum of RGB (Red+Green+Blue) = 238+11+255=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 11 (4.69% from 255 or 2.18% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE0BFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0BFF is #11F400. Grayscale: #696969. Windows color (decimal): -1176577 or 16714734. OLE color: 16714734.

HSL color Cylindrical-coordinate representation of color #EE0BFF: hue angle of 295.82º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0BFF is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 238 11 255 -
CMYK 0.07 0.96 0 0
HSL 295.82º 1% 0.52% -
HSV(B) 295.82º 0.96% 1% -
XYZ 53.43 25.64 96.74 -
YUV 106.69 211.71 221.66 -
System Red Green Blue C M Y K H S L
Decimal 238 11 255 0.07 0.96 0 0 295.82 1 0.52
Hex EE B FF 7 60 0 0 128 64 34
Octal 356 13 377 7 140 0 0 450 144 64
Binary 11101110 1011 11111111 111 1100000 0 0 100101000 1100100 110100

Color Harmonies of #EE0BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0BFF

Black with #EE0BFF

Text Example


Text Example

White with #EE0BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0BFF; }

 p { color: rgb(238,11,255); }

 H1.HeaderClassName
 {
   color: #EE0BFF;
 }
 .AnyTagClassName
 {
   color: #EE0BFF;
 }
</style>

background-color css

<style>
 a { background-color: #EE0BFF; }

 a { background-color: rgb(238,11,255); }

 div.DivClassName
 {
   background-color: #EE0BFF;
 }
 .BgClassName
 {
   background-color: #EE0BFF;
 }
</style>

border-color css

<style>
 span { border-color: #EE0BFF; }

 span { border-color: rgb(238,11,255); }

 td.TdClassName
 {
   border-color: #EE0BFF;
 }
 .TagClassName
 {
   border-color: #EE0BFF;
 }
</style>