Shades of Mauvelous #ED90A1
Tints of Mauvelous #ED90A1
RGB
CMYK
RGB Variations
Color information
#ED90A1 (or 0xED90A1) is known color: Mauvelous. HEX triplet: ED, 90 and A1. RGB value is (237,144,161). Sum of RGB (Red+Green+Blue) = 237+144+161=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 161 (63.28% from 255 or 29.70% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED90A1 is #126F5E. Grayscale: #ADADAD. Windows color (decimal): -1208159 or 10588397. OLE color: 10588397.
HSL color Cylindrical-coordinate representation of color #ED90A1: hue angle of 349.03º 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 #ED90A1 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 161 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.07 |
| HSL | 349.03º | 0.72% | 0.75% | - |
| HSV(B) | 349.03º | 0.39% | 0.93% | - |
| XYZ | 51.33 | 40.52 | 38.83 | - |
| YUV | 173.75 | 120.81 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 161 | 0 | 0.39 | 0.32 | 0.07 | 349.03 | 0.72 | 0.75 |
| Hex | ED | 90 | A1 | 0 | 27 | 20 | 7 | 15D | 48 | 4B |
| Octal | 355 | 220 | 241 | 0 | 47 | 40 | 7 | 535 | 110 | 113 |
| Binary | 11101101 | 10010000 | 10100001 | 0 | 100111 | 100000 | 111 | 101011101 | 1001000 | 1001011 |
Color Harmonies of #ED90A1
Complementary color
Monochromatic Colors of #ED90A1
Black with #ED90A1
Text Example
Text Example
White with #ED90A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90A1; }
p { color: rgb(237,144,161); }
H1.HeaderClassName
{
color: #ED90A1;
}
.AnyTagClassName
{
color: #ED90A1;
}
</style>
background-color css
<style>
a { background-color: #ED90A1; }
a { background-color: rgb(237,144,161); }
div.DivClassName
{
background-color: #ED90A1;
}
.BgClassName
{
background-color: #ED90A1;
}
</style>
border-color css
<style>
span { border-color: #ED90A1; }
span { border-color: rgb(237,144,161); }
td.TdClassName
{
border-color: #ED90A1;
}
.TagClassName
{
border-color: #ED90A1;
}
</style>