Html Css Color HEX #EE08FF Psychedelic Purple

📋 copy color: '#EE08FF'

red 238 ◦ green 8 ◦ blue 255

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

Shades of Psychedelic Purple #EE08FF

Tints of Psychedelic Purple #EE08FF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.6%

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

R = 47.5%
G = 1.6%
B = 50.9%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE08FF (or 0xEE08FF) is known color: Psychedelic Purple. HEX triplet: EE, 08 and FF. RGB value is (238,8,255). Sum of RGB (Red+Green+Blue) = 238+8+255=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 8 (3.52% from 255 or 1.60% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE08FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE08FF is #11F700. Grayscale: #686868. Windows color (decimal): -1177345 or 16713966. OLE color: 16713966.

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

Color convert

RGB 238 8 255 -
CMYK 0.07 0.97 0 0
HSL 295.87º 1% 0.52% -
HSV(B) 295.87º 0.97% 1% -
XYZ 53.4 25.57 96.73 -
YUV 104.93 212.7 222.92 -
System Red Green Blue C M Y K H S L
Decimal 238 8 255 0.07 0.97 0 0 295.87 1 0.52
Hex EE 8 FF 7 61 0 0 128 64 34
Octal 356 10 377 7 141 0 0 450 144 64
Binary 11101110 1000 11111111 111 1100001 0 0 100101000 1100100 110100

Color Harmonies of #EE08FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE08FF

Black with #EE08FF

Text Example


Text Example

White with #EE08FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE08FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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