#EE81EB

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

Shades of Violet #EE81EB

Tints of Violet #EE81EB

Color information

#EE81EB (or 0xEE81EB) is unknown color: approx Violet. HEX triplet: EE, 81 and EB. RGB value is (238,129,235). Sum of RGB (Red+Green+Blue) = 238+129+235=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 129 (50.78% from 255 or 21.43% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE81EB is #117E14. Grayscale: #ADADAD. Windows color (decimal): -1146389 or 15434222. OLE color: 15434222.

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

Color convert

RGB238129235-
CMYK00.460.010.07
HSL301.65º76.22%71.96%-
HSV(B)301.65º45.8%93.33%-
XYZ58.1139.8883.23-
YUV173.68162.61173.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.53%
GREEN value IS 129 (50.78% from 255) = 21.43%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=39.53%
G=21.43%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812923500.460.010.07301.6576.2271.96
HexEE81EB02E1712e4c48
Octal35620135305617456114110
Binary1110111010000001111010110101110111110010111010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE81EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE81EB; }

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

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

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

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

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

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

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

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