#EE95EC

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

Shades of Violet #EE95EC

Tints of Violet #EE95EC

Color information

#EE95EC (or 0xEE95EC) is unknown color: approx Violet. HEX triplet: EE, 95 and EC. RGB value is (238,149,236). Sum of RGB (Red+Green+Blue) = 238+149+236=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 149 (58.59% from 255 or 23.92% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EE95EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE95EC is #116A13. Grayscale: #B9B9B9. Windows color (decimal): -1141268 or 15504878. OLE color: 15504878.

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

Color convert

RGB238149236-
CMYK00.370.010.07
HSL301.35º72.36%75.88%-
HSV(B)301.35º37.39%93.33%-
XYZ61.1545.7384.96-
YUV185.53156.49165.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.20%
GREEN value IS 149 (58.59% from 255) = 23.92%
BLUE value IS 236 (92.58% from 255) = 37.88%
R=38.20%
G=23.92%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814923600.370.010.07301.3572.3675.88
HexEE95EC0251712d484c
Octal35622535404517455110114
Binary1110111010010101111011000100101111110010110110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE95EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE95EC; }

 p { color: rgb(238,149,236); }

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

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

 a { background-color: rgb(238,149,236); }

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

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

 span { border-color: rgb(238,149,236); }

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