Shades of Mauvelous #ED90A6
Tints of Mauvelous #ED90A6
RGB
CMYK
RGB Variations
Color information
#ED90A6 (or 0xED90A6) is known color: Mauvelous. HEX triplet: ED, 90 and A6. RGB value is (237,144,166). Sum of RGB (Red+Green+Blue) = 237+144+166=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED90A6 is #126F59. Grayscale: #AEAEAE. Windows color (decimal): -1208154 or 10916077. OLE color: 10916077.
HSL color Cylindrical-coordinate representation of color #ED90A6: hue angle of 345.81º 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 #ED90A6 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 166 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.07 |
| HSL | 345.81º | 0.72% | 0.75% | - |
| HSV(B) | 345.81º | 0.39% | 0.93% | - |
| XYZ | 51.78 | 40.7 | 41.2 | - |
| YUV | 174.32 | 123.31 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 166 | 0 | 0.39 | 0.30 | 0.07 | 345.81 | 0.72 | 0.75 |
| Hex | ED | 90 | A6 | 0 | 27 | 1E | 7 | 15A | 48 | 4B |
| Octal | 355 | 220 | 246 | 0 | 47 | 36 | 7 | 532 | 110 | 113 |
| Binary | 11101101 | 10010000 | 10100110 | 0 | 100111 | 11110 | 111 | 101011010 | 1001000 | 1001011 |
Color Harmonies of #ED90A6
Complementary color
Monochromatic Colors of #ED90A6
Black with #ED90A6
Text Example
Text Example
White with #ED90A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90A6; }
p { color: rgb(237,144,166); }
H1.HeaderClassName
{
color: #ED90A6;
}
.AnyTagClassName
{
color: #ED90A6;
}
</style>
background-color css
<style>
a { background-color: #ED90A6; }
a { background-color: rgb(237,144,166); }
div.DivClassName
{
background-color: #ED90A6;
}
.BgClassName
{
background-color: #ED90A6;
}
</style>
border-color css
<style>
span { border-color: #ED90A6; }
span { border-color: rgb(237,144,166); }
td.TdClassName
{
border-color: #ED90A6;
}
.TagClassName
{
border-color: #ED90A6;
}
</style>