Html Css Color HEX #EE0AFF Psychedelic Purple

📋 copy color: '#EE0AFF'

red 238 ◦ green 10 ◦ blue 255

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

Shades of Psychedelic Purple #EE0AFF

Tints of Psychedelic Purple #EE0AFF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 1.99%

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

R = 47.32%
G = 1.99%
B = 50.7%

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

#EE0AFF (or 0xEE0AFF) is known color: Psychedelic Purple. HEX triplet: EE, 0A and FF. RGB value is (238,10,255). Sum of RGB (Red+Green+Blue) = 238+10+255=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 10 (4.30% from 255 or 1.99% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE0AFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0AFF is #11F500. Grayscale: #696969. Windows color (decimal): -1176833 or 16714478. OLE color: 16714478.

HSL color Cylindrical-coordinate representation of color #EE0AFF: hue angle of 295.84º 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 #EE0AFF is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 238 10 255 -
CMYK 0.07 0.96 0 0
HSL 295.84º 1% 0.52% -
HSV(B) 295.84º 0.96% 1% -
XYZ 53.42 25.61 96.74 -
YUV 106.1 212.04 222.08 -
System Red Green Blue C M Y K H S L
Decimal 238 10 255 0.07 0.96 0 0 295.84 1 0.52
Hex EE A FF 7 60 0 0 128 64 34
Octal 356 12 377 7 140 0 0 450 144 64
Binary 11101110 1010 11111111 111 1100000 0 0 100101000 1100100 110100

Color Harmonies of #EE0AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0AFF

Black with #EE0AFF

Text Example


Text Example

White with #EE0AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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