Shades of Mauvelous #ED95A8
Tints of Mauvelous #ED95A8
RGB
CMYK
RGB Variations
Color information
#ED95A8 (or 0xED95A8) is known color: Mauvelous. HEX triplet: ED, 95 and A8. RGB value is (237,149,168). Sum of RGB (Red+Green+Blue) = 237+149+168=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #ED95A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED95A8 is #126A57. Grayscale: #B1B1B1. Windows color (decimal): -1206872 or 11048429. OLE color: 11048429.
HSL color Cylindrical-coordinate representation of color #ED95A8: hue angle of 347.05º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED95A8 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 168 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.07 |
| HSL | 347.05º | 0.71% | 0.76% | - |
| HSV(B) | 347.05º | 0.37% | 0.93% | - |
| XYZ | 52.74 | 42.33 | 42.44 | - |
| YUV | 177.48 | 122.65 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 168 | 0 | 0.37 | 0.29 | 0.07 | 347.05 | 0.71 | 0.76 |
| Hex | ED | 95 | A8 | 0 | 25 | 1D | 7 | 15B | 47 | 4C |
| Octal | 355 | 225 | 250 | 0 | 45 | 35 | 7 | 533 | 107 | 114 |
| Binary | 11101101 | 10010101 | 10101000 | 0 | 100101 | 11101 | 111 | 101011011 | 1000111 | 1001100 |
Color Harmonies of #ED95A8
Complementary color
Monochromatic Colors of #ED95A8
Black with #ED95A8
Text Example
Text Example
White with #ED95A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED95A8; }
p { color: rgb(237,149,168); }
H1.HeaderClassName
{
color: #ED95A8;
}
.AnyTagClassName
{
color: #ED95A8;
}
</style>
background-color css
<style>
a { background-color: #ED95A8; }
a { background-color: rgb(237,149,168); }
div.DivClassName
{
background-color: #ED95A8;
}
.BgClassName
{
background-color: #ED95A8;
}
</style>
border-color css
<style>
span { border-color: #ED95A8; }
span { border-color: rgb(237,149,168); }
td.TdClassName
{
border-color: #ED95A8;
}
.TagClassName
{
border-color: #ED95A8;
}
</style>