#E991EC

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

Shades of Violet #E991EC

Tints of Violet #E991EC

Color information

#E991EC (or 0xE991EC) is unknown color: approx Violet. HEX triplet: E9, 91 and EC. RGB value is (233,145,236). Sum of RGB (Red+Green+Blue) = 233+145+236=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 145 (57.03% from 255 or 23.62% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #E991EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E991EC is #166E13. Grayscale: #B5B5B5. Windows color (decimal): -1469972 or 15503849. OLE color: 15503849.

HSL color Cylindrical-coordinate representation of color #E991EC: hue angle of 298.02º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E991EC is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233145236-
CMYK0.010.3900.07
HSL298.02º70.54%74.71%-
HSV(B)298.02º38.56%92.55%-
XYZ58.8743.6384.68-
YUV181.69158.65164.6-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.95%
GREEN value IS 145 (57.03% from 255) = 23.62%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=37.95%
G=23.62%
B=38.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2331452360.010.3900.07298.0270.5474.71
HexE991EC1270712a474b
Octal35122135414707452107113
Binary1110100110010001111011001100111011110010101010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E991EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E991EC; }

 p { color: rgb(233,145,236); }

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

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

 a { background-color: rgb(233,145,236); }

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

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

 span { border-color: rgb(233,145,236); }

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