#EE81EA

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

Shades of Violet #EE81EA

Tints of Violet #EE81EA

Color information

#EE81EA (or 0xEE81EA) is unknown color: approx Violet. HEX triplet: EE, 81 and EA. RGB value is (238,129,234). Sum of RGB (Red+Green+Blue) = 238+129+234=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 129 (50.78% from 255 or 21.46% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE81EA is #117E15. Grayscale: #ADADAD. Windows color (decimal): -1146390 or 15368686. OLE color: 15368686.

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

Color convert

RGB238129234-
CMYK00.460.020.07
HSL302.2º76.22%71.96%-
HSV(B)302.2º45.8%93.33%-
XYZ57.9639.8282.47-
YUV173.56162.11173.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.60%
GREEN value IS 129 (50.78% from 255) = 21.46%
BLUE value IS 234 (91.80% from 255) = 38.94%
R=39.60%
G=21.46%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812923400.460.020.07302.276.2271.96
HexEE81EA02E2712e4c48
Octal35620135205627456114110
Binary11101110100000011110101001011101011110010111010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE81EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE81EA; }

 p { color: rgb(238,129,234); }

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

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

 a { background-color: rgb(238,129,234); }

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

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

 span { border-color: rgb(238,129,234); }

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