Shades of Mauvelous #EA87A1
Tints of Mauvelous #EA87A1
RGB
CMYK
RGB Variations
Color information
#EA87A1 (or 0xEA87A1) is known color: Mauvelous. HEX triplet: EA, 87 and A1. RGB value is (234,135,161). Sum of RGB (Red+Green+Blue) = 234+135+161=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 161 (63.28% from 255 or 30.38% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA87A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA87A1 is #15785E. Grayscale: #A7A7A7. Windows color (decimal): -1407071 or 10586090. OLE color: 10586090.
HSL color Cylindrical-coordinate representation of color #EA87A1: hue angle of 344.24º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA87A1 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 135 | 161 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.08 |
| HSL | 344.24º | 0.7% | 0.72% | - |
| HSV(B) | 344.24º | 0.42% | 0.92% | - |
| XYZ | 49.03 | 37.39 | 38.35 | - |
| YUV | 167.57 | 124.3 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 135 | 161 | 0 | 0.42 | 0.31 | 0.08 | 344.24 | 0.7 | 0.72 |
| Hex | EA | 87 | A1 | 0 | 2A | 1F | 8 | 158 | 46 | 48 |
| Octal | 352 | 207 | 241 | 0 | 52 | 37 | 10 | 530 | 106 | 110 |
| Binary | 11101010 | 10000111 | 10100001 | 0 | 101010 | 11111 | 1000 | 101011000 | 1000110 | 1001000 |
Color Harmonies of #EA87A1
Complementary color
Monochromatic Colors of #EA87A1
Black with #EA87A1
Text Example
Text Example
White with #EA87A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA87A1; }
p { color: rgb(234,135,161); }
H1.HeaderClassName
{
color: #EA87A1;
}
.AnyTagClassName
{
color: #EA87A1;
}
</style>
background-color css
<style>
a { background-color: #EA87A1; }
a { background-color: rgb(234,135,161); }
div.DivClassName
{
background-color: #EA87A1;
}
.BgClassName
{
background-color: #EA87A1;
}
</style>
border-color css
<style>
span { border-color: #EA87A1; }
span { border-color: rgb(234,135,161); }
td.TdClassName
{
border-color: #EA87A1;
}
.TagClassName
{
border-color: #EA87A1;
}
</style>