#E0AFEC

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

Shades of Mauve #E0AFEC

Tints of Mauve #E0AFEC

Color information

#E0AFEC (or 0xE0AFEC) is unknown color: approx Mauve. HEX triplet: E0, AF and EC. RGB value is (224,175,236). Sum of RGB (Red+Green+Blue) = 224+175+236=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AFEC is #1F5013. Grayscale: #C4C4C4. Windows color (decimal): -2052116 or 15511520. OLE color: 15511520.

HSL color Cylindrical-coordinate representation of color #E0AFEC: hue angle of 288.2º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0AFEC is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224175236-
CMYK0.050.2600.07
HSL288.2º61.62%80.59%-
HSV(B)288.2º25.85%92.55%-
XYZ61.2152.5686.28-
YUV196.6150.23147.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.28%
GREEN value IS 175 (68.75% from 255) = 27.56%
BLUE value IS 236 (92.58% from 255) = 37.17%
R=35.28%
G=27.56%
B=37.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241752360.050.2600.07288.261.6280.59
HexE0AFEC51A071203e51
Octal3402573545320744076121
Binary1110000010101111111011001011101001111001000001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AFEC; }

 p { color: rgb(224,175,236); }

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

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

 a { background-color: rgb(224,175,236); }

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

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

 span { border-color: rgb(224,175,236); }

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