Shades of Mauvelous #ED94A8
Tints of Mauvelous #ED94A8
RGB
CMYK
RGB Variations
Color information
#ED94A8 (or 0xED94A8) is known color: Mauvelous. HEX triplet: ED, 94 and A8. RGB value is (237,148,168). Sum of RGB (Red+Green+Blue) = 237+148+168=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 168 (66.02% from 255 or 30.38% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED94A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED94A8 is #126B57. Grayscale: #B0B0B0. Windows color (decimal): -1207128 or 11048173. OLE color: 11048173.
HSL color Cylindrical-coordinate representation of color #ED94A8: hue angle of 346.52º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED94A8 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 168 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.07 |
| HSL | 346.52º | 0.71% | 0.75% | - |
| HSV(B) | 346.52º | 0.38% | 0.93% | - |
| XYZ | 52.58 | 42.01 | 42.38 | - |
| YUV | 176.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 168 | 0 | 0.38 | 0.29 | 0.07 | 346.52 | 0.71 | 0.75 |
| Hex | ED | 94 | A8 | 0 | 26 | 1D | 7 | 15B | 47 | 4B |
| Octal | 355 | 224 | 250 | 0 | 46 | 35 | 7 | 533 | 107 | 113 |
| Binary | 11101101 | 10010100 | 10101000 | 0 | 100110 | 11101 | 111 | 101011011 | 1000111 | 1001011 |
Color Harmonies of #ED94A8
Complementary color
Monochromatic Colors of #ED94A8
Black with #ED94A8
Text Example
Text Example
White with #ED94A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED94A8; }
p { color: rgb(237,148,168); }
H1.HeaderClassName
{
color: #ED94A8;
}
.AnyTagClassName
{
color: #ED94A8;
}
</style>
background-color css
<style>
a { background-color: #ED94A8; }
a { background-color: rgb(237,148,168); }
div.DivClassName
{
background-color: #ED94A8;
}
.BgClassName
{
background-color: #ED94A8;
}
</style>
border-color css
<style>
span { border-color: #ED94A8; }
span { border-color: rgb(237,148,168); }
td.TdClassName
{
border-color: #ED94A8;
}
.TagClassName
{
border-color: #ED94A8;
}
</style>