#E190F9

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

Shades of Violet #E190F9

Tints of Violet #E190F9

Color information

#E190F9 (or 0xE190F9) is unknown color: approx Violet. HEX triplet: E1, 90 and F9. RGB value is (225,144,249). Sum of RGB (Red+Green+Blue) = 225+144+249=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 144 (56.64% from 255 or 23.30% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #E190F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E190F9 is #1E6F06. Grayscale: #B3B3B3. Windows color (decimal): -1994503 or 16355553. OLE color: 16355553.

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

Color convert

RGB225144249-
CMYK0.100.4200.02
HSL286.29º89.74%77.06%-
HSV(B)286.29º42.17%97.65%-
XYZ58.1242.7994.82-
YUV180.19166.84159.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.41%
GREEN value IS 144 (56.64% from 255) = 23.30%
BLUE value IS 249 (97.66% from 255) = 40.29%
R=36.41%
G=23.30%
B=40.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251442490.100.4200.02286.2989.7477.06
HexE190F9A2A0211e5a4d
Octal341220371125202436132115
Binary111000011001000011111001101010101001010001111010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E190F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E190F9; }

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

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

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

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

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

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

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

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