#E090F4

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

Shades of Violet #E090F4

Tints of Violet #E090F4

Color information

#E090F4 (or 0xE090F4) is unknown color: approx Violet. HEX triplet: E0, 90 and F4. RGB value is (224,144,244). Sum of RGB (Red+Green+Blue) = 224+144+244=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 144 (56.64% from 255 or 23.53% from 612); Blue value is 244 (95.70% from 255 or 39.87% from 612); Max value from RGB is 244 - color contains mainly: blue. Hex color #E090F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E090F4 is #1F6F0B. Grayscale: #B3B3B3. Windows color (decimal): -2060044 or 16027872. OLE color: 16027872.

HSL color Cylindrical-coordinate representation of color #E090F4: hue angle of 288º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E090F4 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB224144244-
CMYK0.080.4100.04
HSL288º81.97%76.08%-
HSV(B)288º40.98%95.69%-
XYZ57.0442.3390.75-
YUV179.32164.5159.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.60%
GREEN value IS 144 (56.64% from 255) = 23.53%
BLUE value IS 244 (95.70% from 255) = 39.87%
R=36.60%
G=23.53%
B=39.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2241442440.080.4100.0428881.9776.08
HexE090F482904120524c
Octal340220364105104440122114
Binary1110000010010000111101001000101001010010010000010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E090F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E090F4; }

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

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

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

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

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

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

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

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