Shades of Mauvelous #ED8EA4
Tints of Mauvelous #ED8EA4
RGB
CMYK
RGB Variations
Color information
#ED8EA4 (or 0xED8EA4) is known color: Mauvelous. HEX triplet: ED, 8E and A4. RGB value is (237,142,164). Sum of RGB (Red+Green+Blue) = 237+142+164=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 164 (64.45% from 255 or 30.20% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8EA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8EA4 is #12715B. Grayscale: #ACACAC. Windows color (decimal): -1208668 or 10784493. OLE color: 10784493.
HSL color Cylindrical-coordinate representation of color #ED8EA4: hue angle of 346.11º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8EA4 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 142 | 164 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.07 |
| HSL | 346.11º | 0.73% | 0.74% | - |
| HSV(B) | 346.11º | 0.4% | 0.93% | - |
| XYZ | 51.3 | 40.03 | 40.14 | - |
| YUV | 172.91 | 122.97 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 142 | 164 | 0 | 0.40 | 0.31 | 0.07 | 346.11 | 0.73 | 0.74 |
| Hex | ED | 8E | A4 | 0 | 28 | 1F | 7 | 15A | 49 | 4A |
| Octal | 355 | 216 | 244 | 0 | 50 | 37 | 7 | 532 | 111 | 112 |
| Binary | 11101101 | 10001110 | 10100100 | 0 | 101000 | 11111 | 111 | 101011010 | 1001001 | 1001010 |
Color Harmonies of #ED8EA4
Complementary color
Monochromatic Colors of #ED8EA4
Black with #ED8EA4
Text Example
Text Example
White with #ED8EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8EA4; }
p { color: rgb(237,142,164); }
H1.HeaderClassName
{
color: #ED8EA4;
}
.AnyTagClassName
{
color: #ED8EA4;
}
</style>
background-color css
<style>
a { background-color: #ED8EA4; }
a { background-color: rgb(237,142,164); }
div.DivClassName
{
background-color: #ED8EA4;
}
.BgClassName
{
background-color: #ED8EA4;
}
</style>
border-color css
<style>
span { border-color: #ED8EA4; }
span { border-color: rgb(237,142,164); }
td.TdClassName
{
border-color: #ED8EA4;
}
.TagClassName
{
border-color: #ED8EA4;
}
</style>