#E0ABFF

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

Shades of Mauve #E0ABFF

Tints of Mauve #E0ABFF

Color information

#E0ABFF (or 0xE0ABFF) is unknown color: approx Mauve. HEX triplet: E0, AB and FF. RGB value is (224,171,255). Sum of RGB (Red+Green+Blue) = 224+171+255=650 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.46% from 650); Green value is 171 (67.19% from 255 or 26.31% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ABFF is #1F5400. Grayscale: #C4C4C4. Windows color (decimal): -2053121 or 16755680. OLE color: 16755680.

HSL color Cylindrical-coordinate representation of color #E0ABFF: hue angle of 277.86º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0ABFF is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB224171255-
CMYK0.120.3300
HSL277.86º100%83.53%-
HSV(B)277.86º32.94%100%-
XYZ63.3552.19101.34-
YUV196.42161.06147.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.46%
GREEN value IS 171 (67.19% from 255) = 26.31%
BLUE value IS 255 (100% from 255) = 39.23%
R=34.46%
G=26.31%
B=39.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2241712550.120.3300277.8610083.53
HexE0ABFFC21001166454
Octal340253377144100426144124
Binary11100000101010111111111111001000010010001011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ABFF; }

 p { color: rgb(224,171,255); }

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

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

 a { background-color: rgb(224,171,255); }

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

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

 span { border-color: rgb(224,171,255); }

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