Shades of Mauvelous #EA98A8
Tints of Mauvelous #EA98A8
RGB
CMYK
RGB Variations
Color information
#EA98A8 (or 0xEA98A8) is known color: Mauvelous. HEX triplet: EA, 98 and A8. RGB value is (234,152,168). Sum of RGB (Red+Green+Blue) = 234+152+168=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EA98A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA98A8 is #156757. Grayscale: #B2B2B2. Windows color (decimal): -1402712 or 11049194. OLE color: 11049194.
HSL color Cylindrical-coordinate representation of color #EA98A8: hue angle of 348.29º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA98A8 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 152 | 168 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.08 |
| HSL | 348.29º | 0.66% | 0.76% | - |
| HSV(B) | 348.29º | 0.35% | 0.92% | - |
| XYZ | 52.23 | 42.78 | 42.55 | - |
| YUV | 178.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 152 | 168 | 0 | 0.35 | 0.28 | 0.08 | 348.29 | 0.66 | 0.76 |
| Hex | EA | 98 | A8 | 0 | 23 | 1C | 8 | 15C | 42 | 4C |
| Octal | 352 | 230 | 250 | 0 | 43 | 34 | 10 | 534 | 102 | 114 |
| Binary | 11101010 | 10011000 | 10101000 | 0 | 100011 | 11100 | 1000 | 101011100 | 1000010 | 1001100 |
Color Harmonies of #EA98A8
Complementary color
Monochromatic Colors of #EA98A8
Black with #EA98A8
Text Example
Text Example
White with #EA98A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA98A8; }
p { color: rgb(234,152,168); }
H1.HeaderClassName
{
color: #EA98A8;
}
.AnyTagClassName
{
color: #EA98A8;
}
</style>
background-color css
<style>
a { background-color: #EA98A8; }
a { background-color: rgb(234,152,168); }
div.DivClassName
{
background-color: #EA98A8;
}
.BgClassName
{
background-color: #EA98A8;
}
</style>
border-color css
<style>
span { border-color: #EA98A8; }
span { border-color: rgb(234,152,168); }
td.TdClassName
{
border-color: #EA98A8;
}
.TagClassName
{
border-color: #EA98A8;
}
</style>