Shades of Mauvelous #ED90AC
Tints of Mauvelous #ED90AC
RGB
CMYK
RGB Variations
Color information
#ED90AC (or 0xED90AC) is known color: Mauvelous. HEX triplet: ED, 90 and AC. RGB value is (237,144,172). Sum of RGB (Red+Green+Blue) = 237+144+172=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED90AC is #126F53. Grayscale: #AEAEAE. Windows color (decimal): -1208148 or 11309293. OLE color: 11309293.
HSL color Cylindrical-coordinate representation of color #ED90AC: hue angle of 341.94º 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 #ED90AC is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 172 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.07 |
| HSL | 341.94º | 0.72% | 0.75% | - |
| HSV(B) | 341.94º | 0.39% | 0.93% | - |
| XYZ | 52.34 | 40.93 | 44.17 | - |
| YUV | 175 | 126.31 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 172 | 0 | 0.39 | 0.27 | 0.07 | 341.94 | 0.72 | 0.75 |
| Hex | ED | 90 | AC | 0 | 27 | 1B | 7 | 156 | 48 | 4B |
| Octal | 355 | 220 | 254 | 0 | 47 | 33 | 7 | 526 | 110 | 113 |
| Binary | 11101101 | 10010000 | 10101100 | 0 | 100111 | 11011 | 111 | 101010110 | 1001000 | 1001011 |
Color Harmonies of #ED90AC
Complementary color
Monochromatic Colors of #ED90AC
Black with #ED90AC
Text Example
Text Example
White with #ED90AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90AC; }
p { color: rgb(237,144,172); }
H1.HeaderClassName
{
color: #ED90AC;
}
.AnyTagClassName
{
color: #ED90AC;
}
</style>
background-color css
<style>
a { background-color: #ED90AC; }
a { background-color: rgb(237,144,172); }
div.DivClassName
{
background-color: #ED90AC;
}
.BgClassName
{
background-color: #ED90AC;
}
</style>
border-color css
<style>
span { border-color: #ED90AC; }
span { border-color: rgb(237,144,172); }
td.TdClassName
{
border-color: #ED90AC;
}
.TagClassName
{
border-color: #ED90AC;
}
</style>