Shades of Mauvelous #ED89AB
Tints of Mauvelous #ED89AB
RGB
CMYK
RGB Variations
Color information
#ED89AB (or 0xED89AB) is known color: Mauvelous. HEX triplet: ED, 89 and AB. RGB value is (237,137,171). Sum of RGB (Red+Green+Blue) = 237+137+171=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED89AB is #127654. Grayscale: #AAAAAA. Windows color (decimal): -1209941 or 11241965. OLE color: 11241965.
HSL color Cylindrical-coordinate representation of color #ED89AB: hue angle of 339.6º 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 #ED89AB is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 171 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.07 |
| HSL | 339.6º | 0.74% | 0.73% | - |
| HSV(B) | 339.6º | 0.42% | 0.93% | - |
| XYZ | 51.22 | 38.84 | 43.32 | - |
| YUV | 170.78 | 128.13 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 171 | 0 | 0.42 | 0.28 | 0.07 | 339.6 | 0.74 | 0.73 |
| Hex | ED | 89 | AB | 0 | 2A | 1C | 7 | 154 | 4A | 49 |
| Octal | 355 | 211 | 253 | 0 | 52 | 34 | 7 | 524 | 112 | 111 |
| Binary | 11101101 | 10001001 | 10101011 | 0 | 101010 | 11100 | 111 | 101010100 | 1001010 | 1001001 |
Color Harmonies of #ED89AB
Complementary color
Monochromatic Colors of #ED89AB
Black with #ED89AB
Text Example
Text Example
White with #ED89AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED89AB; }
p { color: rgb(237,137,171); }
H1.HeaderClassName
{
color: #ED89AB;
}
.AnyTagClassName
{
color: #ED89AB;
}
</style>
background-color css
<style>
a { background-color: #ED89AB; }
a { background-color: rgb(237,137,171); }
div.DivClassName
{
background-color: #ED89AB;
}
.BgClassName
{
background-color: #ED89AB;
}
</style>
border-color css
<style>
span { border-color: #ED89AB; }
span { border-color: rgb(237,137,171); }
td.TdClassName
{
border-color: #ED89AB;
}
.TagClassName
{
border-color: #ED89AB;
}
</style>