Shades of Mauvelous #EA89A0
Tints of Mauvelous #EA89A0
RGB
CMYK
RGB Variations
Color information
#EA89A0 (or 0xEA89A0) is known color: Mauvelous. HEX triplet: EA, 89 and A0. RGB value is (234,137,160). Sum of RGB (Red+Green+Blue) = 234+137+160=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA89A0 is #15765F. Grayscale: #A8A8A8. Windows color (decimal): -1406560 or 10521066. OLE color: 10521066.
HSL color Cylindrical-coordinate representation of color #EA89A0: hue angle of 345.77º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA89A0 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 160 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.08 |
| HSL | 345.77º | 0.7% | 0.73% | - |
| HSV(B) | 345.77º | 0.41% | 0.92% | - |
| XYZ | 49.22 | 37.92 | 37.98 | - |
| YUV | 168.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 160 | 0 | 0.41 | 0.32 | 0.08 | 345.77 | 0.7 | 0.73 |
| Hex | EA | 89 | A0 | 0 | 29 | 20 | 8 | 15A | 46 | 49 |
| Octal | 352 | 211 | 240 | 0 | 51 | 40 | 10 | 532 | 106 | 111 |
| Binary | 11101010 | 10001001 | 10100000 | 0 | 101001 | 100000 | 1000 | 101011010 | 1000110 | 1001001 |
Color Harmonies of #EA89A0
Complementary color
Monochromatic Colors of #EA89A0
Black with #EA89A0
Text Example
Text Example
White with #EA89A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA89A0; }
p { color: rgb(234,137,160); }
H1.HeaderClassName
{
color: #EA89A0;
}
.AnyTagClassName
{
color: #EA89A0;
}
</style>
background-color css
<style>
a { background-color: #EA89A0; }
a { background-color: rgb(234,137,160); }
div.DivClassName
{
background-color: #EA89A0;
}
.BgClassName
{
background-color: #EA89A0;
}
</style>
border-color css
<style>
span { border-color: #EA89A0; }
span { border-color: rgb(234,137,160); }
td.TdClassName
{
border-color: #EA89A0;
}
.TagClassName
{
border-color: #EA89A0;
}
</style>