Shades of Mauvelous #ED90AA
Tints of Mauvelous #ED90AA
RGB
CMYK
RGB Variations
Color information
#ED90AA (or 0xED90AA) is known color: Mauvelous. HEX triplet: ED, 90 and AA. RGB value is (237,144,170). Sum of RGB (Red+Green+Blue) = 237+144+170=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED90AA is #126F55. Grayscale: #AEAEAE. Windows color (decimal): -1208150 or 11178221. OLE color: 11178221.
HSL color Cylindrical-coordinate representation of color #ED90AA: hue angle of 343.23º 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 #ED90AA is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 170 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.07 |
| HSL | 343.23º | 0.72% | 0.75% | - |
| HSV(B) | 343.23º | 0.39% | 0.93% | - |
| XYZ | 52.15 | 40.85 | 43.17 | - |
| YUV | 174.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 170 | 0 | 0.39 | 0.28 | 0.07 | 343.23 | 0.72 | 0.75 |
| Hex | ED | 90 | AA | 0 | 27 | 1C | 7 | 157 | 48 | 4B |
| Octal | 355 | 220 | 252 | 0 | 47 | 34 | 7 | 527 | 110 | 113 |
| Binary | 11101101 | 10010000 | 10101010 | 0 | 100111 | 11100 | 111 | 101010111 | 1001000 | 1001011 |
Color Harmonies of #ED90AA
Complementary color
Monochromatic Colors of #ED90AA
Black with #ED90AA
Text Example
Text Example
White with #ED90AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90AA; }
p { color: rgb(237,144,170); }
H1.HeaderClassName
{
color: #ED90AA;
}
.AnyTagClassName
{
color: #ED90AA;
}
</style>
background-color css
<style>
a { background-color: #ED90AA; }
a { background-color: rgb(237,144,170); }
div.DivClassName
{
background-color: #ED90AA;
}
.BgClassName
{
background-color: #ED90AA;
}
</style>
border-color css
<style>
span { border-color: #ED90AA; }
span { border-color: rgb(237,144,170); }
td.TdClassName
{
border-color: #ED90AA;
}
.TagClassName
{
border-color: #ED90AA;
}
</style>