#EE96FC

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

Shades of Violet #EE96FC

Tints of Violet #EE96FC

Color information

#EE96FC (or 0xEE96FC) is unknown color: approx Violet. HEX triplet: EE, 96 and FC. RGB value is (238,150,252). Sum of RGB (Red+Green+Blue) = 238+150+252=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 150 (58.98% from 255 or 23.44% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE96FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE96FC is #116903. Grayscale: #BBBBBB. Windows color (decimal): -1140996 or 16553710. OLE color: 16553710.

HSL color Cylindrical-coordinate representation of color #EE96FC: hue angle of 291.76º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE96FC is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238150252-
CMYK0.060.4000.01
HSL291.76º94.44%78.82%-
HSV(B)291.76º40.48%98.82%-
XYZ63.7447.0297.81-
YUV187.94164.15163.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.19%
GREEN value IS 150 (58.98% from 255) = 23.44%
BLUE value IS 252 (98.83% from 255) = 39.38%
R=37.19%
G=23.44%
B=39.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381502520.060.4000.01291.7694.4478.82
HexEE96FC628011245e4f
Octal35622637465001444136117
Binary1110111010010110111111001101010000110010010010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE96FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE96FC; }

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

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

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

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

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

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

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

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