Shades of Mauvelous #ED8DA3
Tints of Mauvelous #ED8DA3
RGB
CMYK
RGB Variations
Color information
#ED8DA3 (or 0xED8DA3) is known color: Mauvelous. HEX triplet: ED, 8D and A3. RGB value is (237,141,163). Sum of RGB (Red+Green+Blue) = 237+141+163=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 163 (64.06% from 255 or 30.13% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8DA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8DA3 is #12725C. Grayscale: #ACACAC. Windows color (decimal): -1208925 or 10718701. OLE color: 10718701.
HSL color Cylindrical-coordinate representation of color #ED8DA3: hue angle of 346.25º 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 #ED8DA3 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 141 | 163 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.07 |
| HSL | 346.25º | 0.73% | 0.74% | - |
| HSV(B) | 346.25º | 0.41% | 0.93% | - |
| XYZ | 51.06 | 39.7 | 39.62 | - |
| YUV | 172.21 | 122.8 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 163 | 0 | 0.41 | 0.31 | 0.07 | 346.25 | 0.73 | 0.74 |
| Hex | ED | 8D | A3 | 0 | 29 | 1F | 7 | 15A | 49 | 4A |
| Octal | 355 | 215 | 243 | 0 | 51 | 37 | 7 | 532 | 111 | 112 |
| Binary | 11101101 | 10001101 | 10100011 | 0 | 101001 | 11111 | 111 | 101011010 | 1001001 | 1001010 |
Color Harmonies of #ED8DA3
Complementary color
Monochromatic Colors of #ED8DA3
Black with #ED8DA3
Text Example
Text Example
White with #ED8DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8DA3; }
p { color: rgb(237,141,163); }
H1.HeaderClassName
{
color: #ED8DA3;
}
.AnyTagClassName
{
color: #ED8DA3;
}
</style>
background-color css
<style>
a { background-color: #ED8DA3; }
a { background-color: rgb(237,141,163); }
div.DivClassName
{
background-color: #ED8DA3;
}
.BgClassName
{
background-color: #ED8DA3;
}
</style>
border-color css
<style>
span { border-color: #ED8DA3; }
span { border-color: rgb(237,141,163); }
td.TdClassName
{
border-color: #ED8DA3;
}
.TagClassName
{
border-color: #ED8DA3;
}
</style>