#E992F4

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

Shades of Violet #E992F4

Tints of Violet #E992F4

Color information

#E992F4 (or 0xE992F4) is unknown color: approx Violet. HEX triplet: E9, 92 and F4. RGB value is (233,146,244). Sum of RGB (Red+Green+Blue) = 233+146+244=623 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.40% from 623); Green value is 146 (57.42% from 255 or 23.43% from 623); Blue value is 244 (95.70% from 255 or 39.17% from 623); Max value from RGB is 244 - color contains mainly: blue. Hex color #E992F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E992F4 is #166D0B. Grayscale: #B6B6B6. Windows color (decimal): -1469708 or 16028393. OLE color: 16028393.

HSL color Cylindrical-coordinate representation of color #E992F4: hue angle of 293.27º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E992F4 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB233146244-
CMYK0.050.4000.04
HSL293.27º81.67%76.47%-
HSV(B)293.27º40.16%95.69%-
XYZ60.2144.4190.99-
YUV183.18162.32163.53-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.40%
GREEN value IS 146 (57.42% from 255) = 23.43%
BLUE value IS 244 (95.70% from 255) = 39.17%
R=37.40%
G=23.43%
B=39.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2331462440.050.4000.04293.2781.6776.47
HexE992F452804125524c
Octal35122236455004445122114
Binary111010011001001011110100101101000010010010010110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E992F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E992F4; }

 p { color: rgb(233,146,244); }

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

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

 a { background-color: rgb(233,146,244); }

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

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

 span { border-color: rgb(233,146,244); }

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