#E192F9

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

Shades of Violet #E192F9

Tints of Violet #E192F9

Color information

#E192F9 (or 0xE192F9) is unknown color: approx Violet. HEX triplet: E1, 92 and F9. RGB value is (225,146,249). Sum of RGB (Red+Green+Blue) = 225+146+249=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 146 (57.42% from 255 or 23.55% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 249 - color contains mainly: blue. Hex color #E192F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E192F9 is #1E6D06. Grayscale: #B5B5B5. Windows color (decimal): -1993991 or 16356065. OLE color: 16356065.

HSL color Cylindrical-coordinate representation of color #E192F9: hue angle of 286.02º 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 #E192F9 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225146249-
CMYK0.100.4100.02
HSL286.02º89.57%77.45%-
HSV(B)286.02º41.37%97.65%-
XYZ58.4343.494.92-
YUV181.36166.17159.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.29%
GREEN value IS 146 (57.42% from 255) = 23.55%
BLUE value IS 249 (97.66% from 255) = 40.16%
R=36.29%
G=23.55%
B=40.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251462490.100.4100.02286.0289.5777.45
HexE192F9A290211e5a4d
Octal341222371125102436132115
Binary111000011001001011111001101010100101010001111010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E192F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E192F9; }

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

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

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

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

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

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

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

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