Html Css Color HEX #EE06FF Psychedelic Purple

📋 copy color: '#EE06FF'

red 238 ◦ green 6 ◦ blue 255

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

Shades of Psychedelic Purple #EE06FF

Tints of Psychedelic Purple #EE06FF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.2%

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

R = 47.7%
G = 1.2%
B = 51.1%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE06FF (or 0xEE06FF) is known color: Psychedelic Purple. HEX triplet: EE, 06 and FF. RGB value is (238,6,255). Sum of RGB (Red+Green+Blue) = 238+6+255=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 6 (2.73% from 255 or 1.20% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE06FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE06FF is #11F900. Grayscale: #666666. Windows color (decimal): -1177857 or 16713454. OLE color: 16713454.

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

Color convert

RGB 238 6 255 -
CMYK 0.07 0.98 0 0
HSL 295.9º 1% 0.51% -
HSV(B) 295.9º 0.98% 1% -
XYZ 53.38 25.53 96.72 -
YUV 103.75 213.36 223.75 -
System Red Green Blue C M Y K H S L
Decimal 238 6 255 0.07 0.98 0 0 295.9 1 0.51
Hex EE 6 FF 7 62 0 0 128 64 33
Octal 356 6 377 7 142 0 0 450 144 63
Binary 11101110 110 11111111 111 1100010 0 0 100101000 1100100 110011

Color Harmonies of #EE06FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE06FF

Black with #EE06FF

Text Example


Text Example

White with #EE06FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE06FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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