Shades of Mauvelous #ED86A3
Tints of Mauvelous #ED86A3
RGB
CMYK
RGB Variations
Color information
#ED86A3 (or 0xED86A3) is known color: Mauvelous. HEX triplet: ED, 86 and A3. RGB value is (237,134,163). Sum of RGB (Red+Green+Blue) = 237+134+163=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 163 (64.06% from 255 or 30.52% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #ED86A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED86A3 is #12795C. Grayscale: #A8A8A8. Windows color (decimal): -1210717 or 10716909. OLE color: 10716909.
HSL color Cylindrical-coordinate representation of color #ED86A3: hue angle of 343.11º 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 #ED86A3 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 163 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.07 |
| HSL | 343.11º | 0.74% | 0.73% | - |
| HSV(B) | 343.11º | 0.43% | 0.93% | - |
| XYZ | 50.06 | 37.7 | 39.29 | - |
| YUV | 168.1 | 125.12 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 163 | 0 | 0.43 | 0.31 | 0.07 | 343.11 | 0.74 | 0.73 |
| Hex | ED | 86 | A3 | 0 | 2B | 1F | 7 | 157 | 4A | 49 |
| Octal | 355 | 206 | 243 | 0 | 53 | 37 | 7 | 527 | 112 | 111 |
| Binary | 11101101 | 10000110 | 10100011 | 0 | 101011 | 11111 | 111 | 101010111 | 1001010 | 1001001 |
Color Harmonies of #ED86A3
Complementary color
Monochromatic Colors of #ED86A3
Black with #ED86A3
Text Example
Text Example
White with #ED86A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED86A3; }
p { color: rgb(237,134,163); }
H1.HeaderClassName
{
color: #ED86A3;
}
.AnyTagClassName
{
color: #ED86A3;
}
</style>
background-color css
<style>
a { background-color: #ED86A3; }
a { background-color: rgb(237,134,163); }
div.DivClassName
{
background-color: #ED86A3;
}
.BgClassName
{
background-color: #ED86A3;
}
</style>
border-color css
<style>
span { border-color: #ED86A3; }
span { border-color: rgb(237,134,163); }
td.TdClassName
{
border-color: #ED86A3;
}
.TagClassName
{
border-color: #ED86A3;
}
</style>