Shades of Mauvelous #ED91A2
Tints of Mauvelous #ED91A2
RGB
CMYK
RGB Variations
Color information
#ED91A2 (or 0xED91A2) is known color: Mauvelous. HEX triplet: ED, 91 and A2. RGB value is (237,145,162). Sum of RGB (Red+Green+Blue) = 237+145+162=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 162 (63.67% from 255 or 29.78% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED91A2 is #126E5D. Grayscale: #AEAEAE. Windows color (decimal): -1207902 or 10654189. OLE color: 10654189.
HSL color Cylindrical-coordinate representation of color #ED91A2: hue angle of 348.91º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED91A2 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 162 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.07 |
| HSL | 348.91º | 0.72% | 0.75% | - |
| HSV(B) | 348.91º | 0.39% | 0.93% | - |
| XYZ | 51.57 | 40.86 | 39.35 | - |
| YUV | 174.45 | 120.98 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 162 | 0 | 0.39 | 0.32 | 0.07 | 348.91 | 0.72 | 0.75 |
| Hex | ED | 91 | A2 | 0 | 27 | 20 | 7 | 15D | 48 | 4B |
| Octal | 355 | 221 | 242 | 0 | 47 | 40 | 7 | 535 | 110 | 113 |
| Binary | 11101101 | 10010001 | 10100010 | 0 | 100111 | 100000 | 111 | 101011101 | 1001000 | 1001011 |
Color Harmonies of #ED91A2
Complementary color
Monochromatic Colors of #ED91A2
Black with #ED91A2
Text Example
Text Example
White with #ED91A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED91A2; }
p { color: rgb(237,145,162); }
H1.HeaderClassName
{
color: #ED91A2;
}
.AnyTagClassName
{
color: #ED91A2;
}
</style>
background-color css
<style>
a { background-color: #ED91A2; }
a { background-color: rgb(237,145,162); }
div.DivClassName
{
background-color: #ED91A2;
}
.BgClassName
{
background-color: #ED91A2;
}
</style>
border-color css
<style>
span { border-color: #ED91A2; }
span { border-color: rgb(237,145,162); }
td.TdClassName
{
border-color: #ED91A2;
}
.TagClassName
{
border-color: #ED91A2;
}
</style>