Shades of Mauvelous #ED86A1
Tints of Mauvelous #ED86A1
RGB
CMYK
RGB Variations
Color information
#ED86A1 (or 0xED86A1) is known color: Mauvelous. HEX triplet: ED, 86 and A1. RGB value is (237,134,161). Sum of RGB (Red+Green+Blue) = 237+134+161=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 161 (63.28% from 255 or 30.26% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED86A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED86A1 is #12795E. Grayscale: #A7A7A7. Windows color (decimal): -1210719 or 10585837. OLE color: 10585837.
HSL color Cylindrical-coordinate representation of color #ED86A1: hue angle of 344.27º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED86A1 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 161 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.07 |
| HSL | 344.27º | 0.74% | 0.73% | - |
| HSV(B) | 344.27º | 0.43% | 0.93% | - |
| XYZ | 49.88 | 37.63 | 38.35 | - |
| YUV | 167.88 | 124.12 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 161 | 0 | 0.43 | 0.32 | 0.07 | 344.27 | 0.74 | 0.73 |
| Hex | ED | 86 | A1 | 0 | 2B | 20 | 7 | 158 | 4A | 49 |
| Octal | 355 | 206 | 241 | 0 | 53 | 40 | 7 | 530 | 112 | 111 |
| Binary | 11101101 | 10000110 | 10100001 | 0 | 101011 | 100000 | 111 | 101011000 | 1001010 | 1001001 |
Color Harmonies of #ED86A1
Complementary color
Monochromatic Colors of #ED86A1
Black with #ED86A1
Text Example
Text Example
White with #ED86A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED86A1; }
p { color: rgb(237,134,161); }
H1.HeaderClassName
{
color: #ED86A1;
}
.AnyTagClassName
{
color: #ED86A1;
}
</style>
background-color css
<style>
a { background-color: #ED86A1; }
a { background-color: rgb(237,134,161); }
div.DivClassName
{
background-color: #ED86A1;
}
.BgClassName
{
background-color: #ED86A1;
}
</style>
border-color css
<style>
span { border-color: #ED86A1; }
span { border-color: rgb(237,134,161); }
td.TdClassName
{
border-color: #ED86A1;
}
.TagClassName
{
border-color: #ED86A1;
}
</style>