#E09EF2

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

Shades of Mauve #E09EF2

Tints of Mauve #E09EF2

Color information

#E09EF2 (or 0xE09EF2) is unknown color: approx Mauve. HEX triplet: E0, 9E and F2. RGB value is (224,158,242). Sum of RGB (Red+Green+Blue) = 224+158+242=624 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.90% from 624); Green value is 158 (62.11% from 255 or 25.32% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #E09EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09EF2 is #1F610D. Grayscale: #BBBBBB. Windows color (decimal): -2056462 or 15900384. OLE color: 15900384.

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

Color convert

RGB224158242-
CMYK0.070.3500.05
HSL287.14º76.36%78.43%-
HSV(B)287.14º34.71%94.9%-
XYZ58.9946.7189.91-
YUV187.31158.87154.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.90%
GREEN value IS 158 (62.11% from 255) = 25.32%
BLUE value IS 242 (94.92% from 255) = 38.78%
R=35.90%
G=25.32%
B=38.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241582420.070.3500.05287.1476.3678.43
HexE09EF27230511f4c4e
Octal34023636274305437114116
Binary111000001001111011110010111100011010110001111110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09EF2; }

 p { color: rgb(224,158,242); }

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

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

 a { background-color: rgb(224,158,242); }

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

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

 span { border-color: rgb(224,158,242); }

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