#E96EEB

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

Shades of Violet #E96EEB

Tints of Violet #E96EEB

Color information

#E96EEB (or 0xE96EEB) is unknown color: approx Violet. HEX triplet: E9, 6E and EB. RGB value is (233,110,235). Sum of RGB (Red+Green+Blue) = 233+110+235=578 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.31% from 578); Green value is 110 (43.36% from 255 or 19.03% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #E96EEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96EEB is #169114. Grayscale: #A0A0A0. Windows color (decimal): -1478933 or 15429353. OLE color: 15429353.

HSL color Cylindrical-coordinate representation of color #E96EEB: hue angle of 299.04º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E96EEB is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB233110235-
CMYK0.010.5300.08
HSL299.04º75.76%67.65%-
HSV(B)299.04º53.19%92.16%-
XYZ54.1834.4782.4-
YUV161.03169.75179.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.31%
GREEN value IS 110 (43.36% from 255) = 19.03%
BLUE value IS 235 (92.19% from 255) = 40.66%
R=40.31%
G=19.03%
B=40.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331102350.010.5300.08299.0475.7667.65
HexE96EEB1350812b4c44
Octal351156353165010453114104
Binary1110100111011101110101111101010100010010101110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96EEB; }

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

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

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

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

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

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

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

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