Shades of Mauvelous #EA8FA9
Tints of Mauvelous #EA8FA9
RGB
CMYK
RGB Variations
Color information
#EA8FA9 (or 0xEA8FA9) is known color: Mauvelous. HEX triplet: EA, 8F and A9. RGB value is (234,143,169). Sum of RGB (Red+Green+Blue) = 234+143+169=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 169 (66.41% from 255 or 30.95% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8FA9 is #157056. Grayscale: #ADADAD. Windows color (decimal): -1405015 or 11112426. OLE color: 11112426.
HSL color Cylindrical-coordinate representation of color #EA8FA9: hue angle of 342.86º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8FA9 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 169 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.08 |
| HSL | 342.86º | 0.68% | 0.74% | - |
| HSV(B) | 342.86º | 0.39% | 0.92% | - |
| XYZ | 50.92 | 40 | 42.57 | - |
| YUV | 173.17 | 125.65 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 169 | 0 | 0.39 | 0.28 | 0.08 | 342.86 | 0.68 | 0.74 |
| Hex | EA | 8F | A9 | 0 | 27 | 1C | 8 | 157 | 44 | 4A |
| Octal | 352 | 217 | 251 | 0 | 47 | 34 | 10 | 527 | 104 | 112 |
| Binary | 11101010 | 10001111 | 10101001 | 0 | 100111 | 11100 | 1000 | 101010111 | 1000100 | 1001010 |
Color Harmonies of #EA8FA9
Complementary color
Monochromatic Colors of #EA8FA9
Black with #EA8FA9
Text Example
Text Example
White with #EA8FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8FA9; }
p { color: rgb(234,143,169); }
H1.HeaderClassName
{
color: #EA8FA9;
}
.AnyTagClassName
{
color: #EA8FA9;
}
</style>
background-color css
<style>
a { background-color: #EA8FA9; }
a { background-color: rgb(234,143,169); }
div.DivClassName
{
background-color: #EA8FA9;
}
.BgClassName
{
background-color: #EA8FA9;
}
</style>
border-color css
<style>
span { border-color: #EA8FA9; }
span { border-color: rgb(234,143,169); }
td.TdClassName
{
border-color: #EA8FA9;
}
.TagClassName
{
border-color: #EA8FA9;
}
</style>