Shades of Mauvelous #EA88A8
Tints of Mauvelous #EA88A8
RGB
CMYK
RGB Variations
Color information
#EA88A8 (or 0xEA88A8) is known color: Mauvelous. HEX triplet: EA, 88 and A8. RGB value is (234,136,168). Sum of RGB (Red+Green+Blue) = 234+136+168=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA88A8 is #157757. Grayscale: #A8A8A8. Windows color (decimal): -1406808 or 11045098. OLE color: 11045098.
HSL color Cylindrical-coordinate representation of color #EA88A8: hue angle of 340.41º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA88A8 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 136 | 168 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.08 |
| HSL | 340.41º | 0.7% | 0.73% | - |
| HSV(B) | 340.41º | 0.42% | 0.92% | - |
| XYZ | 49.8 | 37.93 | 41.74 | - |
| YUV | 168.95 | 127.47 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 136 | 168 | 0 | 0.42 | 0.28 | 0.08 | 340.41 | 0.7 | 0.73 |
| Hex | EA | 88 | A8 | 0 | 2A | 1C | 8 | 154 | 46 | 49 |
| Octal | 352 | 210 | 250 | 0 | 52 | 34 | 10 | 524 | 106 | 111 |
| Binary | 11101010 | 10001000 | 10101000 | 0 | 101010 | 11100 | 1000 | 101010100 | 1000110 | 1001001 |
Color Harmonies of #EA88A8
Complementary color
Monochromatic Colors of #EA88A8
Black with #EA88A8
Text Example
Text Example
White with #EA88A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA88A8; }
p { color: rgb(234,136,168); }
H1.HeaderClassName
{
color: #EA88A8;
}
.AnyTagClassName
{
color: #EA88A8;
}
</style>
background-color css
<style>
a { background-color: #EA88A8; }
a { background-color: rgb(234,136,168); }
div.DivClassName
{
background-color: #EA88A8;
}
.BgClassName
{
background-color: #EA88A8;
}
</style>
border-color css
<style>
span { border-color: #EA88A8; }
span { border-color: rgb(234,136,168); }
td.TdClassName
{
border-color: #EA88A8;
}
.TagClassName
{
border-color: #EA88A8;
}
</style>