Shades of Mauvelous #EA91A2
Tints of Mauvelous #EA91A2
RGB
CMYK
RGB Variations
Color information
#EA91A2 (or 0xEA91A2) is known color: Mauvelous. HEX triplet: EA, 91 and A2. RGB value is (234,145,162). Sum of RGB (Red+Green+Blue) = 234+145+162=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EA91A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA91A2 is #156E5D. Grayscale: #ADADAD. Windows color (decimal): -1404510 or 10654186. OLE color: 10654186.
HSL color Cylindrical-coordinate representation of color #EA91A2: hue angle of 348.54º 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 #EA91A2 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 145 | 162 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.08 |
| HSL | 348.54º | 0.68% | 0.74% | - |
| HSV(B) | 348.54º | 0.38% | 0.92% | - |
| XYZ | 50.58 | 40.35 | 39.31 | - |
| YUV | 173.55 | 121.49 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 145 | 162 | 0 | 0.38 | 0.31 | 0.08 | 348.54 | 0.68 | 0.74 |
| Hex | EA | 91 | A2 | 0 | 26 | 1F | 8 | 15D | 44 | 4A |
| Octal | 352 | 221 | 242 | 0 | 46 | 37 | 10 | 535 | 104 | 112 |
| Binary | 11101010 | 10010001 | 10100010 | 0 | 100110 | 11111 | 1000 | 101011101 | 1000100 | 1001010 |
Color Harmonies of #EA91A2
Complementary color
Monochromatic Colors of #EA91A2
Black with #EA91A2
Text Example
Text Example
White with #EA91A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA91A2; }
p { color: rgb(234,145,162); }
H1.HeaderClassName
{
color: #EA91A2;
}
.AnyTagClassName
{
color: #EA91A2;
}
</style>
background-color css
<style>
a { background-color: #EA91A2; }
a { background-color: rgb(234,145,162); }
div.DivClassName
{
background-color: #EA91A2;
}
.BgClassName
{
background-color: #EA91A2;
}
</style>
border-color css
<style>
span { border-color: #EA91A2; }
span { border-color: rgb(234,145,162); }
td.TdClassName
{
border-color: #EA91A2;
}
.TagClassName
{
border-color: #EA91A2;
}
</style>