#EE96EE

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

Shades of Violet #EE96EE

Tints of Violet #EE96EE

Color information

#EE96EE (or 0xEE96EE) is unknown color: approx Violet. HEX triplet: EE, 96 and EE. RGB value is (238,150,238). Sum of RGB (Red+Green+Blue) = 238+150+238=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 150 (58.98% from 255 or 23.96% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE96EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE96EE is #116911. Grayscale: #BABABA. Windows color (decimal): -1141010 or 15636206. OLE color: 15636206.

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

Color convert

RGB238150238-
CMYK00.3700.07
HSL300º72.13%76.08%-
HSV(B)300º36.97%93.33%-
XYZ61.646.1686.55-
YUV186.34157.15164.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.02%
GREEN value IS 150 (58.98% from 255) = 23.96%
BLUE value IS 238 (93.36% from 255) = 38.02%
R=38.02%
G=23.96%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815023800.3700.0730072.1376.08
HexEE96EE0250712c484c
Octal35622635604507454110114
Binary1110111010010110111011100100101011110010110010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE96EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE96EE; }

 p { color: rgb(238,150,238); }

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

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

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

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

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

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

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