Shades of Mauve #E0A9FD
Tints of Mauve #E0A9FD
RGB
CMYK
RGB Variations
Color information
#E0A9FD (or 0xE0A9FD) is known color: Mauve. HEX triplet: E0, A9 and FD. RGB value is (224,169,253). Sum of RGB (Red+Green+Blue) = 224+169+253=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 169 (66.41% from 255 or 26.16% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0A9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A9FD is #1F5602. Grayscale: #C2C2C2. Windows color (decimal): -2053635 or 16624096. OLE color: 16624096.
HSL color Cylindrical-coordinate representation of color #E0A9FD: hue angle of 279.29º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0A9FD is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 169 | 253 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.01 |
| HSL | 279.29º | 0.95% | 0.83% | - |
| HSV(B) | 279.29º | 0.33% | 0.99% | - |
| XYZ | 62.66 | 51.32 | 99.53 | - |
| YUV | 195.02 | 160.72 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 169 | 253 | 0.11 | 0.33 | 0 | 0.01 | 279.29 | 0.95 | 0.83 |
| Hex | E0 | A9 | FD | B | 21 | 0 | 1 | 117 | 5F | 53 |
| Octal | 340 | 251 | 375 | 13 | 41 | 0 | 1 | 427 | 137 | 123 |
| Binary | 11100000 | 10101001 | 11111101 | 1011 | 100001 | 0 | 1 | 100010111 | 1011111 | 1010011 |
Color Harmonies of #E0A9FD
Complementary color
Monochromatic Colors of #E0A9FD
Black with #E0A9FD
Text Example
Text Example
White with #E0A9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A9FD; }
p { color: rgb(224,169,253); }
H1.HeaderClassName
{
color: #E0A9FD;
}
.AnyTagClassName
{
color: #E0A9FD;
}
</style>
background-color css
<style>
a { background-color: #E0A9FD; }
a { background-color: rgb(224,169,253); }
div.DivClassName
{
background-color: #E0A9FD;
}
.BgClassName
{
background-color: #E0A9FD;
}
</style>
border-color css
<style>
span { border-color: #E0A9FD; }
span { border-color: rgb(224,169,253); }
td.TdClassName
{
border-color: #E0A9FD;
}
.TagClassName
{
border-color: #E0A9FD;
}
</style>