Shades of Mauvelous #ED8DA0
Tints of Mauvelous #ED8DA0
RGB
CMYK
RGB Variations
Color information
#ED8DA0 (or 0xED8DA0) is known color: Mauvelous. HEX triplet: ED, 8D and A0. RGB value is (237,141,160). Sum of RGB (Red+Green+Blue) = 237+141+160=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8DA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8DA0 is #12725F. Grayscale: #ABABAB. Windows color (decimal): -1208928 or 10522093. OLE color: 10522093.
HSL color Cylindrical-coordinate representation of color #ED8DA0: hue angle of 348.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8DA0 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 141 | 160 | - |
CMYK | 0 | 0.41 | 0.32 | 0.07 |
HSL | 348.13º | 0.73% | 0.74% | - |
HSV(B) | 348.13º | 0.41% | 0.93% | - |
XYZ | 50.8 | 39.59 | 38.22 | - |
YUV | 171.87 | 121.3 | 174.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 141 | 160 | 0 | 0.41 | 0.32 | 0.07 | 348.13 | 0.73 | 0.74 |
Hex | ED | 8D | A0 | 0 | 29 | 20 | 7 | 15C | 49 | 4A |
Octal | 355 | 215 | 240 | 0 | 51 | 40 | 7 | 534 | 111 | 112 |
Binary | 11101101 | 10001101 | 10100000 | 0 | 101001 | 100000 | 111 | 101011100 | 1001001 | 1001010 |
Color Harmonies of #ED8DA0
Complementary color
Monochromatic Colors of #ED8DA0
Black with #ED8DA0
Text Example
Text Example
White with #ED8DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8DA0; }
p { color: rgb(237,141,160); }
H1.HeaderClassName
{
color: #ED8DA0;
}
.AnyTagClassName
{
color: #ED8DA0;
}
</style>
background-color css
<style>
a { background-color: #ED8DA0; }
a { background-color: rgb(237,141,160); }
div.DivClassName
{
background-color: #ED8DA0;
}
.BgClassName
{
background-color: #ED8DA0;
}
</style>
border-color css
<style>
span { border-color: #ED8DA0; }
span { border-color: rgb(237,141,160); }
td.TdClassName
{
border-color: #ED8DA0;
}
.TagClassName
{
border-color: #ED8DA0;
}
</style>