#E96EE7

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

Shades of Violet #E96EE7

Tints of Violet #E96EE7

Color information

#E96EE7 (or 0xE96EE7) is unknown color: approx Violet. HEX triplet: E9, 6E and E7. RGB value is (233,110,231). Sum of RGB (Red+Green+Blue) = 233+110+231=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 110 (43.36% from 255 or 19.16% from 574); Blue value is 231 (90.62% from 255 or 40.24% from 574); Max value from RGB is 233 - color contains mainly: red. Hex color #E96EE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96EE7 is #169118. Grayscale: #A0A0A0. Windows color (decimal): -1478937 or 15167209. OLE color: 15167209.

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

Color convert

RGB233110231-
CMYK00.530.010.09
HSL300.98º73.65%67.25%-
HSV(B)300.98º52.79%91.37%-
XYZ53.634.2579.39-
YUV160.57167.75179.66-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.59%
GREEN value IS 110 (43.36% from 255) = 19.16%
BLUE value IS 231 (90.62% from 255) = 40.24%
R=40.59%
G=19.16%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311023100.530.010.09300.9873.6567.25
HexE96EE70351912d4a43
Octal351156347065111455112103
Binary1110100111011101110011101101011100110010110110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96EE7; }

 p { color: rgb(233,110,231); }

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

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

 a { background-color: rgb(233,110,231); }

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

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

 span { border-color: rgb(233,110,231); }

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