#E96FE6

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

Shades of Violet #E96FE6

Tints of Violet #E96FE6

Color information

#E96FE6 (or 0xE96FE6) is unknown color: approx Violet. HEX triplet: E9, 6F and E6. RGB value is (233,111,230). Sum of RGB (Red+Green+Blue) = 233+111+230=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 111 (43.75% from 255 or 19.34% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96FE6 is #169019. Grayscale: #A0A0A0. Windows color (decimal): -1478682 or 15101929. OLE color: 15101929.

HSL color Cylindrical-coordinate representation of color #E96FE6: hue angle of 301.48º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E96FE6 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB233111230-
CMYK00.520.010.09
HSL301.48º73.49%67.45%-
HSV(B)301.48º52.36%91.37%-
XYZ53.5734.4178.68-
YUV161.04166.92179.32-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.59%
GREEN value IS 111 (43.75% from 255) = 19.34%
BLUE value IS 230 (90.23% from 255) = 40.07%
R=40.59%
G=19.34%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311123000.520.010.09301.4873.4967.45
HexE96FE60341912d4943
Octal351157346064111455111103
Binary1110100111011111110011001101001100110010110110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96FE6; }

 p { color: rgb(233,111,230); }

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

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

 a { background-color: rgb(233,111,230); }

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

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

 span { border-color: rgb(233,111,230); }

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