Shades of Mauvelous #ED93A3
Tints of Mauvelous #ED93A3
RGB
CMYK
RGB Variations
Color information
#ED93A3 (or 0xED93A3) is known color: Mauvelous. HEX triplet: ED, 93 and A3. RGB value is (237,147,163). Sum of RGB (Red+Green+Blue) = 237+147+163=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 163 (64.06% from 255 or 29.80% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED93A3 is #126C5C. Grayscale: #AFAFAF. Windows color (decimal): -1207389 or 10720237. OLE color: 10720237.
HSL color Cylindrical-coordinate representation of color #ED93A3: hue angle of 349.33º 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 #ED93A3 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 163 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.07 |
| HSL | 349.33º | 0.71% | 0.75% | - |
| HSV(B) | 349.33º | 0.38% | 0.93% | - |
| XYZ | 51.97 | 41.52 | 39.92 | - |
| YUV | 175.73 | 120.82 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 163 | 0 | 0.38 | 0.31 | 0.07 | 349.33 | 0.71 | 0.75 |
| Hex | ED | 93 | A3 | 0 | 26 | 1F | 7 | 15D | 47 | 4B |
| Octal | 355 | 223 | 243 | 0 | 46 | 37 | 7 | 535 | 107 | 113 |
| Binary | 11101101 | 10010011 | 10100011 | 0 | 100110 | 11111 | 111 | 101011101 | 1000111 | 1001011 |
Color Harmonies of #ED93A3
Complementary color
Monochromatic Colors of #ED93A3
Black with #ED93A3
Text Example
Text Example
White with #ED93A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED93A3; }
p { color: rgb(237,147,163); }
H1.HeaderClassName
{
color: #ED93A3;
}
.AnyTagClassName
{
color: #ED93A3;
}
</style>
background-color css
<style>
a { background-color: #ED93A3; }
a { background-color: rgb(237,147,163); }
div.DivClassName
{
background-color: #ED93A3;
}
.BgClassName
{
background-color: #ED93A3;
}
</style>
border-color css
<style>
span { border-color: #ED93A3; }
span { border-color: rgb(237,147,163); }
td.TdClassName
{
border-color: #ED93A3;
}
.TagClassName
{
border-color: #ED93A3;
}
</style>