Shades of Mauvelous #EA8DA3
Tints of Mauvelous #EA8DA3
RGB
CMYK
RGB Variations
Color information
#EA8DA3 (or 0xEA8DA3) is known color: Mauvelous. HEX triplet: EA, 8D and A3. RGB value is (234,141,163). Sum of RGB (Red+Green+Blue) = 234+141+163=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 163 (64.06% from 255 or 30.30% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8DA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8DA3 is #15725C. Grayscale: #ABABAB. Windows color (decimal): -1405533 or 10718698. OLE color: 10718698.
HSL color Cylindrical-coordinate representation of color #EA8DA3: hue angle of 345.81º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8DA3 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 141 | 163 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.08 |
| HSL | 345.81º | 0.69% | 0.74% | - |
| HSV(B) | 345.81º | 0.4% | 0.92% | - |
| XYZ | 50.07 | 39.19 | 39.58 | - |
| YUV | 171.32 | 123.31 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 141 | 163 | 0 | 0.40 | 0.30 | 0.08 | 345.81 | 0.69 | 0.74 |
| Hex | EA | 8D | A3 | 0 | 28 | 1E | 8 | 15A | 45 | 4A |
| Octal | 352 | 215 | 243 | 0 | 50 | 36 | 10 | 532 | 105 | 112 |
| Binary | 11101010 | 10001101 | 10100011 | 0 | 101000 | 11110 | 1000 | 101011010 | 1000101 | 1001010 |
Color Harmonies of #EA8DA3
Complementary color
Monochromatic Colors of #EA8DA3
Black with #EA8DA3
Text Example
Text Example
White with #EA8DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8DA3; }
p { color: rgb(234,141,163); }
H1.HeaderClassName
{
color: #EA8DA3;
}
.AnyTagClassName
{
color: #EA8DA3;
}
</style>
background-color css
<style>
a { background-color: #EA8DA3; }
a { background-color: rgb(234,141,163); }
div.DivClassName
{
background-color: #EA8DA3;
}
.BgClassName
{
background-color: #EA8DA3;
}
</style>
border-color css
<style>
span { border-color: #EA8DA3; }
span { border-color: rgb(234,141,163); }
td.TdClassName
{
border-color: #EA8DA3;
}
.TagClassName
{
border-color: #EA8DA3;
}
</style>