#E996EB

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

Shades of Violet #E996EB

Tints of Violet #E996EB

Color information

#E996EB (or 0xE996EB) is unknown color: approx Violet. HEX triplet: E9, 96 and EB. RGB value is (233,150,235). Sum of RGB (Red+Green+Blue) = 233+150+235=618 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.70% from 618); Green value is 150 (58.98% from 255 or 24.27% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #E996EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E996EB is #166914. Grayscale: #B8B8B8. Windows color (decimal): -1468693 or 15439593. OLE color: 15439593.

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

Color convert

RGB233150235-
CMYK0.010.3600.08
HSL298.59º68%75.49%-
HSV(B)298.59º36.17%92.16%-
XYZ59.5145.1384.17-
YUV184.51156.5162.59-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.70%
GREEN value IS 150 (58.98% from 255) = 24.27%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=37.70%
G=24.27%
B=38.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331502350.010.3600.08298.596875.49
HexE996EB1240812b444b
Octal351226353144010453104113
Binary11101001100101101110101111001000100010010101110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E996EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E996EB; }

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

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

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

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

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

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

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

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