#EE8AFF

Color #EE8AFF Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #EE8AFF

Tints of Violet #EE8AFF

Color information

#EE8AFF (or 0xEE8AFF) is unknown color: approx Violet. HEX triplet: EE, 8A and FF. RGB value is (238,138,255). Sum of RGB (Red+Green+Blue) = 238+138+255=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 138 (54.30% from 255 or 21.87% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE8AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8AFF is #117500. Grayscale: #B4B4B4. Windows color (decimal): -1144065 or 16747246. OLE color: 16747246.

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

Color convert

RGB238138255-
CMYK0.070.4600
HSL291.28º100%77.06%-
HSV(B)291.28º45.88%100%-
XYZ62.443.5799.73-
YUV181.24169.63168.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.72%
GREEN value IS 138 (54.30% from 255) = 21.87%
BLUE value IS 255 (100% from 255) = 40.41%
R=37.72%
G=21.87%
B=40.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2381382550.070.4600291.2810077.06
HexEE8AFF72E00123644d
Octal35621237775600443144115
Binary1110111010001010111111111111011100010010001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8AFF; }

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

 H1.HeaderClassName
 {
   color: #EE8AFF;
 }
 .AnyTagClassName
 {
   color: #EE8AFF;
 }
</style>
background-color css

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

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

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

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

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

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