Shades of Mauvelous #EA94A8
Tints of Mauvelous #EA94A8
RGB
CMYK
RGB Variations
Color information
#EA94A8 (or 0xEA94A8) is known color: Mauvelous. HEX triplet: EA, 94 and A8. RGB value is (234,148,168). Sum of RGB (Red+Green+Blue) = 234+148+168=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA94A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA94A8 is #156B57. Grayscale: #AFAFAF. Windows color (decimal): -1403736 or 11048170. OLE color: 11048170.
HSL color Cylindrical-coordinate representation of color #EA94A8: hue angle of 346.05º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA94A8 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 148 | 168 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.08 |
| HSL | 346.05º | 0.67% | 0.75% | - |
| HSV(B) | 346.05º | 0.37% | 0.92% | - |
| XYZ | 51.59 | 41.5 | 42.34 | - |
| YUV | 175.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 148 | 168 | 0 | 0.37 | 0.28 | 0.08 | 346.05 | 0.67 | 0.75 |
| Hex | EA | 94 | A8 | 0 | 25 | 1C | 8 | 15A | 43 | 4B |
| Octal | 352 | 224 | 250 | 0 | 45 | 34 | 10 | 532 | 103 | 113 |
| Binary | 11101010 | 10010100 | 10101000 | 0 | 100101 | 11100 | 1000 | 101011010 | 1000011 | 1001011 |
Color Harmonies of #EA94A8
Complementary color
Monochromatic Colors of #EA94A8
Black with #EA94A8
Text Example
Text Example
White with #EA94A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA94A8; }
p { color: rgb(234,148,168); }
H1.HeaderClassName
{
color: #EA94A8;
}
.AnyTagClassName
{
color: #EA94A8;
}
</style>
background-color css
<style>
a { background-color: #EA94A8; }
a { background-color: rgb(234,148,168); }
div.DivClassName
{
background-color: #EA94A8;
}
.BgClassName
{
background-color: #EA94A8;
}
</style>
border-color css
<style>
span { border-color: #EA94A8; }
span { border-color: rgb(234,148,168); }
td.TdClassName
{
border-color: #EA94A8;
}
.TagClassName
{
border-color: #EA94A8;
}
</style>