#EE95FF

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

Shades of Violet #EE95FF

Tints of Violet #EE95FF

Color information

#EE95FF (or 0xEE95FF) is unknown color: approx Violet. HEX triplet: EE, 95 and FF. RGB value is (238,149,255). Sum of RGB (Red+Green+Blue) = 238+149+255=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 149 (58.59% from 255 or 23.21% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE95FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE95FF is #116A00. Grayscale: #BBBBBB. Windows color (decimal): -1141249 or 16750062. OLE color: 16750062.

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

Color convert

RGB238149255-
CMYK0.070.4200
HSL290.38º100%79.22%-
HSV(B)290.38º41.57%100%-
XYZ64.0646.89100.28-
YUV187.7165.99163.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.07%
GREEN value IS 149 (58.59% from 255) = 23.21%
BLUE value IS 255 (100% from 255) = 39.72%
R=37.07%
G=23.21%
B=39.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2381492550.070.4200290.3810079.22
HexEE95FF72A00122644f
Octal35622537775200442144117
Binary1110111010010101111111111111010100010010001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE95FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE95FF; }

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

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

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

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

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

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

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

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