Shades of Mauvelous #ED86B0
Tints of Mauvelous #ED86B0
RGB
CMYK
RGB Variations
Color information
#ED86B0 (or 0xED86B0) is known color: Mauvelous. HEX triplet: ED, 86 and B0. RGB value is (237,134,176). Sum of RGB (Red+Green+Blue) = 237+134+176=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED86B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED86B0 is #12794F. Grayscale: #A9A9A9. Windows color (decimal): -1210704 or 11568877. OLE color: 11568877.
HSL color Cylindrical-coordinate representation of color #ED86B0: hue angle of 335.53º 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 #ED86B0 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 176 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.07 |
| HSL | 335.53º | 0.74% | 0.73% | - |
| HSV(B) | 335.53º | 0.43% | 0.93% | - |
| XYZ | 51.29 | 38.19 | 45.74 | - |
| YUV | 169.59 | 131.62 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 176 | 0 | 0.43 | 0.26 | 0.07 | 335.53 | 0.74 | 0.73 |
| Hex | ED | 86 | B0 | 0 | 2B | 1A | 7 | 150 | 4A | 49 |
| Octal | 355 | 206 | 260 | 0 | 53 | 32 | 7 | 520 | 112 | 111 |
| Binary | 11101101 | 10000110 | 10110000 | 0 | 101011 | 11010 | 111 | 101010000 | 1001010 | 1001001 |
Color Harmonies of #ED86B0
Complementary color
Monochromatic Colors of #ED86B0
Black with #ED86B0
Text Example
Text Example
White with #ED86B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED86B0; }
p { color: rgb(237,134,176); }
H1.HeaderClassName
{
color: #ED86B0;
}
.AnyTagClassName
{
color: #ED86B0;
}
</style>
background-color css
<style>
a { background-color: #ED86B0; }
a { background-color: rgb(237,134,176); }
div.DivClassName
{
background-color: #ED86B0;
}
.BgClassName
{
background-color: #ED86B0;
}
</style>
border-color css
<style>
span { border-color: #ED86B0; }
span { border-color: rgb(237,134,176); }
td.TdClassName
{
border-color: #ED86B0;
}
.TagClassName
{
border-color: #ED86B0;
}
</style>