Shades of Mauvelous #EA98A5
Tints of Mauvelous #EA98A5
RGB
CMYK
RGB Variations
Color information
#EA98A5 (or 0xEA98A5) is known color: Mauvelous. HEX triplet: EA, 98 and A5. RGB value is (234,152,165). Sum of RGB (Red+Green+Blue) = 234+152+165=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EA98A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA98A5 is #15675A. Grayscale: #B2B2B2. Windows color (decimal): -1402715 or 10852586. OLE color: 10852586.
HSL color Cylindrical-coordinate representation of color #EA98A5: hue angle of 350.49º 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 #EA98A5 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 152 | 165 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.08 |
| HSL | 350.49º | 0.66% | 0.76% | - |
| HSV(B) | 350.49º | 0.35% | 0.92% | - |
| XYZ | 51.95 | 42.67 | 41.09 | - |
| YUV | 178 | 120.67 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 152 | 165 | 0 | 0.35 | 0.29 | 0.08 | 350.49 | 0.66 | 0.76 |
| Hex | EA | 98 | A5 | 0 | 23 | 1D | 8 | 15E | 42 | 4C |
| Octal | 352 | 230 | 245 | 0 | 43 | 35 | 10 | 536 | 102 | 114 |
| Binary | 11101010 | 10011000 | 10100101 | 0 | 100011 | 11101 | 1000 | 101011110 | 1000010 | 1001100 |
Color Harmonies of #EA98A5
Complementary color
Monochromatic Colors of #EA98A5
Black with #EA98A5
Text Example
Text Example
White with #EA98A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA98A5; }
p { color: rgb(234,152,165); }
H1.HeaderClassName
{
color: #EA98A5;
}
.AnyTagClassName
{
color: #EA98A5;
}
</style>
background-color css
<style>
a { background-color: #EA98A5; }
a { background-color: rgb(234,152,165); }
div.DivClassName
{
background-color: #EA98A5;
}
.BgClassName
{
background-color: #EA98A5;
}
</style>
border-color css
<style>
span { border-color: #EA98A5; }
span { border-color: rgb(234,152,165); }
td.TdClassName
{
border-color: #EA98A5;
}
.TagClassName
{
border-color: #EA98A5;
}
</style>