Shades of Mauvelous #ED86AB
Tints of Mauvelous #ED86AB
RGB
CMYK
RGB Variations
Color information
#ED86AB (or 0xED86AB) is known color: Mauvelous. HEX triplet: ED, 86 and AB. RGB value is (237,134,171). Sum of RGB (Red+Green+Blue) = 237+134+171=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 134 (52.73% from 255 or 24.72% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #ED86AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED86AB is #127954. Grayscale: #A8A8A8. Windows color (decimal): -1210709 or 11241197. OLE color: 11241197.
HSL color Cylindrical-coordinate representation of color #ED86AB: hue angle of 338.45º 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 #ED86AB is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 171 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.07 |
| HSL | 338.45º | 0.74% | 0.73% | - |
| HSV(B) | 338.45º | 0.43% | 0.93% | - |
| XYZ | 50.8 | 37.99 | 43.18 | - |
| YUV | 169.02 | 129.12 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 171 | 0 | 0.43 | 0.28 | 0.07 | 338.45 | 0.74 | 0.73 |
| Hex | ED | 86 | AB | 0 | 2B | 1C | 7 | 152 | 4A | 49 |
| Octal | 355 | 206 | 253 | 0 | 53 | 34 | 7 | 522 | 112 | 111 |
| Binary | 11101101 | 10000110 | 10101011 | 0 | 101011 | 11100 | 111 | 101010010 | 1001010 | 1001001 |
Color Harmonies of #ED86AB
Complementary color
Monochromatic Colors of #ED86AB
Black with #ED86AB
Text Example
Text Example
White with #ED86AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED86AB; }
p { color: rgb(237,134,171); }
H1.HeaderClassName
{
color: #ED86AB;
}
.AnyTagClassName
{
color: #ED86AB;
}
</style>
background-color css
<style>
a { background-color: #ED86AB; }
a { background-color: rgb(237,134,171); }
div.DivClassName
{
background-color: #ED86AB;
}
.BgClassName
{
background-color: #ED86AB;
}
</style>
border-color css
<style>
span { border-color: #ED86AB; }
span { border-color: rgb(237,134,171); }
td.TdClassName
{
border-color: #ED86AB;
}
.TagClassName
{
border-color: #ED86AB;
}
</style>