#E992F9

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

Shades of Violet #E992F9

Tints of Violet #E992F9

Color information

#E992F9 (or 0xE992F9) is unknown color: approx Violet. HEX triplet: E9, 92 and F9. RGB value is (233,146,249). Sum of RGB (Red+Green+Blue) = 233+146+249=628 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.10% from 628); Green value is 146 (57.42% from 255 or 23.25% from 628); Blue value is 249 (97.66% from 255 or 39.65% from 628); Max value from RGB is 249 - color contains mainly: blue. Hex color #E992F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E992F9 is #166D06. Grayscale: #B7B7B7. Windows color (decimal): -1469703 or 16356073. OLE color: 16356073.

HSL color Cylindrical-coordinate representation of color #E992F9: hue angle of 290.68º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E992F9 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233146249-
CMYK0.060.4100.02
HSL290.68º89.57%77.45%-
HSV(B)290.68º41.37%97.65%-
XYZ60.9844.7295.04-
YUV183.76164.82163.12-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.10%
GREEN value IS 146 (57.42% from 255) = 23.25%
BLUE value IS 249 (97.66% from 255) = 39.65%
R=37.10%
G=23.25%
B=39.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331462490.060.4100.02290.6889.5777.45
HexE992F9629021235a4d
Octal35122237165102443132115
Binary11101001100100101111100111010100101010010001110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E992F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E992F9; }

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

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

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

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

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

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

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

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