Shades of Mauve #E5ABF0
Tints of Mauve #E5ABF0
RGB
CMYK
RGB Variations
Color information
#E5ABF0 (or 0xE5ABF0) is known color: Mauve. HEX triplet: E5, AB and F0. RGB value is (229,171,240). Sum of RGB (Red+Green+Blue) = 229+171+240=640 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.78% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 240 (94.14% from 255 or 37.5% from 640); Max value from RGB is 240 - color contains mainly: blue. Hex color #E5ABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ABF0 is #1A540F. Grayscale: #C3C3C3. Windows color (decimal): -1725456 or 15772645. OLE color: 15772645.
HSL color Cylindrical-coordinate representation of color #E5ABF0: hue angle of 290.43º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5ABF0 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 229 | 171 | 240 | - |
CMYK | 0.05 | 0.29 | 0 | 0.06 |
HSL | 290.43º | 0.7% | 0.81% | - |
HSV(B) | 290.43º | 0.29% | 0.94% | - |
XYZ | 62.6 | 52.08 | 89.19 | - |
YUV | 196.21 | 152.72 | 151.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 171 | 240 | 0.05 | 0.29 | 0 | 0.06 | 290.43 | 0.7 | 0.81 |
Hex | E5 | AB | F0 | 5 | 1D | 0 | 6 | 122 | 46 | 51 |
Octal | 345 | 253 | 360 | 5 | 35 | 0 | 6 | 442 | 106 | 121 |
Binary | 11100101 | 10101011 | 11110000 | 101 | 11101 | 0 | 110 | 100100010 | 1000110 | 1010001 |
Color Harmonies of #E5ABF0
Complementary color
Monochromatic Colors of #E5ABF0
Black with #E5ABF0
Text Example
Text Example
White with #E5ABF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ABF0; }
p { color: rgb(229,171,240); }
H1.HeaderClassName
{
color: #E5ABF0;
}
.AnyTagClassName
{
color: #E5ABF0;
}
</style>
background-color css
<style>
a { background-color: #E5ABF0; }
a { background-color: rgb(229,171,240); }
div.DivClassName
{
background-color: #E5ABF0;
}
.BgClassName
{
background-color: #E5ABF0;
}
</style>
border-color css
<style>
span { border-color: #E5ABF0; }
span { border-color: rgb(229,171,240); }
td.TdClassName
{
border-color: #E5ABF0;
}
.TagClassName
{
border-color: #E5ABF0;
}
</style>