Shades of Mauvelous #ED89AC
Tints of Mauvelous #ED89AC
RGB
CMYK
RGB Variations
Color information
#ED89AC (or 0xED89AC) is known color: Mauvelous. HEX triplet: ED, 89 and AC. RGB value is (237,137,172). Sum of RGB (Red+Green+Blue) = 237+137+172=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED89AC is #127653. Grayscale: #AAAAAA. Windows color (decimal): -1209940 or 11307501. OLE color: 11307501.
HSL color Cylindrical-coordinate representation of color #ED89AC: hue angle of 339º 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 #ED89AC is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 172 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.07 |
| HSL | 339º | 0.74% | 0.73% | - |
| HSV(B) | 339º | 0.42% | 0.93% | - |
| XYZ | 51.32 | 38.87 | 43.83 | - |
| YUV | 170.89 | 128.63 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 172 | 0 | 0.42 | 0.27 | 0.07 | 339 | 0.74 | 0.73 |
| Hex | ED | 89 | AC | 0 | 2A | 1B | 7 | 153 | 4A | 49 |
| Octal | 355 | 211 | 254 | 0 | 52 | 33 | 7 | 523 | 112 | 111 |
| Binary | 11101101 | 10001001 | 10101100 | 0 | 101010 | 11011 | 111 | 101010011 | 1001010 | 1001001 |
Color Harmonies of #ED89AC
Complementary color
Monochromatic Colors of #ED89AC
Black with #ED89AC
Text Example
Text Example
White with #ED89AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED89AC; }
p { color: rgb(237,137,172); }
H1.HeaderClassName
{
color: #ED89AC;
}
.AnyTagClassName
{
color: #ED89AC;
}
</style>
background-color css
<style>
a { background-color: #ED89AC; }
a { background-color: rgb(237,137,172); }
div.DivClassName
{
background-color: #ED89AC;
}
.BgClassName
{
background-color: #ED89AC;
}
</style>
border-color css
<style>
span { border-color: #ED89AC; }
span { border-color: rgb(237,137,172); }
td.TdClassName
{
border-color: #ED89AC;
}
.TagClassName
{
border-color: #ED89AC;
}
</style>