#E590F1

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

Shades of Violet #E590F1

Tints of Violet #E590F1

Color information

#E590F1 (or 0xE590F1) is unknown color: approx Violet. HEX triplet: E5, 90 and F1. RGB value is (229,144,241). Sum of RGB (Red+Green+Blue) = 229+144+241=614 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.30% from 614); Green value is 144 (56.64% from 255 or 23.45% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #E590F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E590F1 is #1A6F0E. Grayscale: #B4B4B4. Windows color (decimal): -1732367 or 15831269. OLE color: 15831269.

HSL color Cylindrical-coordinate representation of color #E590F1: hue angle of 292.58º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E590F1 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB229144241-
CMYK0.050.4000.05
HSL292.58º77.6%75.49%-
HSV(B)292.58º40.25%94.51%-
XYZ58.1642.9688.44-
YUV180.47162.16162.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.30%
GREEN value IS 144 (56.64% from 255) = 23.45%
BLUE value IS 241 (94.53% from 255) = 39.25%
R=37.30%
G=23.45%
B=39.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2291442410.050.4000.05292.5877.675.49
HexE590F1528051254e4b
Octal34522036155005445116113
Binary111001011001000011110001101101000010110010010110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E590F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E590F1; }

 p { color: rgb(229,144,241); }

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

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

 a { background-color: rgb(229,144,241); }

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

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

 span { border-color: rgb(229,144,241); }

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