Shades of Mauvelous #ED87A2
Tints of Mauvelous #ED87A2
RGB
CMYK
RGB Variations
Color information
#ED87A2 (or 0xED87A2) is known color: Mauvelous. HEX triplet: ED, 87 and A2. RGB value is (237,135,162). Sum of RGB (Red+Green+Blue) = 237+135+162=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 162 (63.67% from 255 or 30.34% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #ED87A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED87A2 is #12785D. Grayscale: #A8A8A8. Windows color (decimal): -1210462 or 10651629. OLE color: 10651629.
HSL color Cylindrical-coordinate representation of color #ED87A2: hue angle of 344.12º 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 #ED87A2 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 162 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.07 |
| HSL | 344.12º | 0.74% | 0.73% | - |
| HSV(B) | 344.12º | 0.43% | 0.93% | - |
| XYZ | 50.11 | 37.94 | 38.86 | - |
| YUV | 168.58 | 124.29 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 162 | 0 | 0.43 | 0.32 | 0.07 | 344.12 | 0.74 | 0.73 |
| Hex | ED | 87 | A2 | 0 | 2B | 20 | 7 | 158 | 4A | 49 |
| Octal | 355 | 207 | 242 | 0 | 53 | 40 | 7 | 530 | 112 | 111 |
| Binary | 11101101 | 10000111 | 10100010 | 0 | 101011 | 100000 | 111 | 101011000 | 1001010 | 1001001 |
Color Harmonies of #ED87A2
Complementary color
Monochromatic Colors of #ED87A2
Black with #ED87A2
Text Example
Text Example
White with #ED87A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED87A2; }
p { color: rgb(237,135,162); }
H1.HeaderClassName
{
color: #ED87A2;
}
.AnyTagClassName
{
color: #ED87A2;
}
</style>
background-color css
<style>
a { background-color: #ED87A2; }
a { background-color: rgb(237,135,162); }
div.DivClassName
{
background-color: #ED87A2;
}
.BgClassName
{
background-color: #ED87A2;
}
</style>
border-color css
<style>
span { border-color: #ED87A2; }
span { border-color: rgb(237,135,162); }
td.TdClassName
{
border-color: #ED87A2;
}
.TagClassName
{
border-color: #ED87A2;
}
</style>