Shades of Mauvelous #EA8DA0
Tints of Mauvelous #EA8DA0
RGB
CMYK
RGB Variations
Color information
#EA8DA0 (or 0xEA8DA0) is known color: Mauvelous. HEX triplet: EA, 8D and A0. RGB value is (234,141,160). Sum of RGB (Red+Green+Blue) = 234+141+160=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8DA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8DA0 is #15725F. Grayscale: #AAAAAA. Windows color (decimal): -1405536 or 10522090. OLE color: 10522090.
HSL color Cylindrical-coordinate representation of color #EA8DA0: hue angle of 347.74º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8DA0 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 141 | 160 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.08 |
| HSL | 347.74º | 0.69% | 0.74% | - |
| HSV(B) | 347.74º | 0.4% | 0.92% | - |
| XYZ | 49.8 | 39.08 | 38.18 | - |
| YUV | 170.97 | 121.81 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 141 | 160 | 0 | 0.40 | 0.32 | 0.08 | 347.74 | 0.69 | 0.74 |
| Hex | EA | 8D | A0 | 0 | 28 | 20 | 8 | 15C | 45 | 4A |
| Octal | 352 | 215 | 240 | 0 | 50 | 40 | 10 | 534 | 105 | 112 |
| Binary | 11101010 | 10001101 | 10100000 | 0 | 101000 | 100000 | 1000 | 101011100 | 1000101 | 1001010 |
Color Harmonies of #EA8DA0
Complementary color
Monochromatic Colors of #EA8DA0
Black with #EA8DA0
Text Example
Text Example
White with #EA8DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8DA0; }
p { color: rgb(234,141,160); }
H1.HeaderClassName
{
color: #EA8DA0;
}
.AnyTagClassName
{
color: #EA8DA0;
}
</style>
background-color css
<style>
a { background-color: #EA8DA0; }
a { background-color: rgb(234,141,160); }
div.DivClassName
{
background-color: #EA8DA0;
}
.BgClassName
{
background-color: #EA8DA0;
}
</style>
border-color css
<style>
span { border-color: #EA8DA0; }
span { border-color: rgb(234,141,160); }
td.TdClassName
{
border-color: #EA8DA0;
}
.TagClassName
{
border-color: #EA8DA0;
}
</style>