Shades of Mauvelous #ED91A7
Tints of Mauvelous #ED91A7
RGB
CMYK
RGB Variations
Color information
#ED91A7 (or 0xED91A7) is known color: Mauvelous. HEX triplet: ED, 91 and A7. RGB value is (237,145,167). Sum of RGB (Red+Green+Blue) = 237+145+167=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 167 (65.62% from 255 or 30.42% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED91A7 is #126E58. Grayscale: #AFAFAF. Windows color (decimal): -1207897 or 10981869. OLE color: 10981869.
HSL color Cylindrical-coordinate representation of color #ED91A7: hue angle of 345.65º 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 #ED91A7 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 167 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.07 |
| HSL | 345.65º | 0.72% | 0.75% | - |
| HSV(B) | 345.65º | 0.39% | 0.93% | - |
| XYZ | 52.03 | 41.05 | 41.74 | - |
| YUV | 175.02 | 123.48 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 167 | 0 | 0.39 | 0.30 | 0.07 | 345.65 | 0.72 | 0.75 |
| Hex | ED | 91 | A7 | 0 | 27 | 1E | 7 | 15A | 48 | 4B |
| Octal | 355 | 221 | 247 | 0 | 47 | 36 | 7 | 532 | 110 | 113 |
| Binary | 11101101 | 10010001 | 10100111 | 0 | 100111 | 11110 | 111 | 101011010 | 1001000 | 1001011 |
Color Harmonies of #ED91A7
Complementary color
Monochromatic Colors of #ED91A7
Black with #ED91A7
Text Example
Text Example
White with #ED91A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED91A7; }
p { color: rgb(237,145,167); }
H1.HeaderClassName
{
color: #ED91A7;
}
.AnyTagClassName
{
color: #ED91A7;
}
</style>
background-color css
<style>
a { background-color: #ED91A7; }
a { background-color: rgb(237,145,167); }
div.DivClassName
{
background-color: #ED91A7;
}
.BgClassName
{
background-color: #ED91A7;
}
</style>
border-color css
<style>
span { border-color: #ED91A7; }
span { border-color: rgb(237,145,167); }
td.TdClassName
{
border-color: #ED91A7;
}
.TagClassName
{
border-color: #ED91A7;
}
</style>