Shades of Mauvelous #ED93A5
Tints of Mauvelous #ED93A5
RGB
CMYK
RGB Variations
Color information
#ED93A5 (or 0xED93A5) is known color: Mauvelous. HEX triplet: ED, 93 and A5. RGB value is (237,147,165). Sum of RGB (Red+Green+Blue) = 237+147+165=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED93A5 is #126C5A. Grayscale: #AFAFAF. Windows color (decimal): -1207387 or 10851309. OLE color: 10851309.
HSL color Cylindrical-coordinate representation of color #ED93A5: hue angle of 348º 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 #ED93A5 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 165 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.07 |
| HSL | 348º | 0.71% | 0.75% | - |
| HSV(B) | 348º | 0.38% | 0.93% | - |
| XYZ | 52.15 | 41.59 | 40.88 | - |
| YUV | 175.96 | 121.82 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 165 | 0 | 0.38 | 0.30 | 0.07 | 348 | 0.71 | 0.75 |
| Hex | ED | 93 | A5 | 0 | 26 | 1E | 7 | 15C | 47 | 4B |
| Octal | 355 | 223 | 245 | 0 | 46 | 36 | 7 | 534 | 107 | 113 |
| Binary | 11101101 | 10010011 | 10100101 | 0 | 100110 | 11110 | 111 | 101011100 | 1000111 | 1001011 |
Color Harmonies of #ED93A5
Complementary color
Monochromatic Colors of #ED93A5
Black with #ED93A5
Text Example
Text Example
White with #ED93A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED93A5; }
p { color: rgb(237,147,165); }
H1.HeaderClassName
{
color: #ED93A5;
}
.AnyTagClassName
{
color: #ED93A5;
}
</style>
background-color css
<style>
a { background-color: #ED93A5; }
a { background-color: rgb(237,147,165); }
div.DivClassName
{
background-color: #ED93A5;
}
.BgClassName
{
background-color: #ED93A5;
}
</style>
border-color css
<style>
span { border-color: #ED93A5; }
span { border-color: rgb(237,147,165); }
td.TdClassName
{
border-color: #ED93A5;
}
.TagClassName
{
border-color: #ED93A5;
}
</style>