#E996ED

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

Shades of Violet #E996ED

Tints of Violet #E996ED

Color information

#E996ED (or 0xE996ED) is unknown color: approx Violet. HEX triplet: E9, 96 and ED. RGB value is (233,150,237). Sum of RGB (Red+Green+Blue) = 233+150+237=620 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.58% from 620); Green value is 150 (58.98% from 255 or 24.19% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #E996ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E996ED is #166912. Grayscale: #B8B8B8. Windows color (decimal): -1468691 or 15570665. OLE color: 15570665.

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

Color convert

RGB233150237-
CMYK0.020.3700.07
HSL297.24º70.73%75.88%-
HSV(B)297.24º36.71%92.94%-
XYZ59.845.2585.7-
YUV184.74157.5162.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.58%
GREEN value IS 150 (58.98% from 255) = 24.19%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=37.58%
G=24.19%
B=38.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2331502370.020.3700.07297.2470.7375.88
HexE996ED22507129474c
Octal35122635524507451107114
Binary11101001100101101110110110100101011110010100110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E996ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E996ED; }

 p { color: rgb(233,150,237); }

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

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

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

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

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

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

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