#E090F1

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

Shades of Violet #E090F1

Tints of Violet #E090F1

Color information

#E090F1 (or 0xE090F1) is unknown color: approx Violet. HEX triplet: E0, 90 and F1. RGB value is (224,144,241). Sum of RGB (Red+Green+Blue) = 224+144+241=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 144 (56.64% from 255 or 23.65% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #E090F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E090F1 is #1F6F0E. Grayscale: #B2B2B2. Windows color (decimal): -2060047 or 15831264. OLE color: 15831264.

HSL color Cylindrical-coordinate representation of color #E090F1: hue angle of 289.48º 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 #E090F1 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224144241-
CMYK0.070.4000.05
HSL289.48º77.6%75.49%-
HSV(B)289.48º40.25%94.51%-
XYZ56.5942.1488.37-
YUV178.98163160.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.78%
GREEN value IS 144 (56.64% from 255) = 23.65%
BLUE value IS 241 (94.53% from 255) = 39.57%
R=36.78%
G=23.65%
B=39.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241442410.070.4000.05289.4877.675.49
HexE090F1728051214e4b
Octal34022036175005441116113
Binary111000001001000011110001111101000010110010000110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E090F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E090F1; }

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

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

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

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

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

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

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

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