Shades of Mauvelous #EA90A8
Tints of Mauvelous #EA90A8
RGB
CMYK
RGB Variations
Color information
#EA90A8 (or 0xEA90A8) is known color: Mauvelous. HEX triplet: EA, 90 and A8. RGB value is (234,144,168). Sum of RGB (Red+Green+Blue) = 234+144+168=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA90A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA90A8 is #156F57. Grayscale: #ADADAD. Windows color (decimal): -1404760 or 11047146. OLE color: 11047146.
HSL color Cylindrical-coordinate representation of color #EA90A8: hue angle of 344º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA90A8 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 144 | 168 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.08 |
| HSL | 344º | 0.68% | 0.74% | - |
| HSV(B) | 344º | 0.38% | 0.92% | - |
| XYZ | 50.97 | 40.27 | 42.13 | - |
| YUV | 173.65 | 124.82 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 144 | 168 | 0 | 0.38 | 0.28 | 0.08 | 344 | 0.68 | 0.74 |
| Hex | EA | 90 | A8 | 0 | 26 | 1C | 8 | 158 | 44 | 4A |
| Octal | 352 | 220 | 250 | 0 | 46 | 34 | 10 | 530 | 104 | 112 |
| Binary | 11101010 | 10010000 | 10101000 | 0 | 100110 | 11100 | 1000 | 101011000 | 1000100 | 1001010 |
Color Harmonies of #EA90A8
Complementary color
Monochromatic Colors of #EA90A8
Black with #EA90A8
Text Example
Text Example
White with #EA90A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA90A8; }
p { color: rgb(234,144,168); }
H1.HeaderClassName
{
color: #EA90A8;
}
.AnyTagClassName
{
color: #EA90A8;
}
</style>
background-color css
<style>
a { background-color: #EA90A8; }
a { background-color: rgb(234,144,168); }
div.DivClassName
{
background-color: #EA90A8;
}
.BgClassName
{
background-color: #EA90A8;
}
</style>
border-color css
<style>
span { border-color: #EA90A8; }
span { border-color: rgb(234,144,168); }
td.TdClassName
{
border-color: #EA90A8;
}
.TagClassName
{
border-color: #EA90A8;
}
</style>