Shades of Mauvelous #ED89AA
Tints of Mauvelous #ED89AA
RGB
CMYK
RGB Variations
Color information
#ED89AA (or 0xED89AA) is known color: Mauvelous. HEX triplet: ED, 89 and AA. RGB value is (237,137,170). Sum of RGB (Red+Green+Blue) = 237+137+170=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 137 (53.91% from 255 or 25.18% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED89AA is #127655. Grayscale: #AAAAAA. Windows color (decimal): -1209942 or 11176429. OLE color: 11176429.
HSL color Cylindrical-coordinate representation of color #ED89AA: hue angle of 340.2º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED89AA is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 170 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.07 |
| HSL | 340.2º | 0.74% | 0.73% | - |
| HSV(B) | 340.2º | 0.42% | 0.93% | - |
| XYZ | 51.13 | 38.8 | 42.82 | - |
| YUV | 170.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 170 | 0 | 0.42 | 0.28 | 0.07 | 340.2 | 0.74 | 0.73 |
| Hex | ED | 89 | AA | 0 | 2A | 1C | 7 | 154 | 4A | 49 |
| Octal | 355 | 211 | 252 | 0 | 52 | 34 | 7 | 524 | 112 | 111 |
| Binary | 11101101 | 10001001 | 10101010 | 0 | 101010 | 11100 | 111 | 101010100 | 1001010 | 1001001 |
Color Harmonies of #ED89AA
Complementary color
Monochromatic Colors of #ED89AA
Black with #ED89AA
Text Example
Text Example
White with #ED89AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED89AA; }
p { color: rgb(237,137,170); }
H1.HeaderClassName
{
color: #ED89AA;
}
.AnyTagClassName
{
color: #ED89AA;
}
</style>
background-color css
<style>
a { background-color: #ED89AA; }
a { background-color: rgb(237,137,170); }
div.DivClassName
{
background-color: #ED89AA;
}
.BgClassName
{
background-color: #ED89AA;
}
</style>
border-color css
<style>
span { border-color: #ED89AA; }
span { border-color: rgb(237,137,170); }
td.TdClassName
{
border-color: #ED89AA;
}
.TagClassName
{
border-color: #ED89AA;
}
</style>