Shades of Mauvelous #EA8AAA
Tints of Mauvelous #EA8AAA
RGB
CMYK
RGB Variations
Color information
#EA8AAA (or 0xEA8AAA) is known color: Mauvelous. HEX triplet: EA, 8A and AA. RGB value is (234,138,170). Sum of RGB (Red+Green+Blue) = 234+138+170=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8AAA is #157555. Grayscale: #AAAAAA. Windows color (decimal): -1406294 or 11176682. OLE color: 11176682.
HSL color Cylindrical-coordinate representation of color #EA8AAA: hue angle of 340º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8AAA is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 138 | 170 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.08 |
| HSL | 340º | 0.7% | 0.73% | - |
| HSV(B) | 340º | 0.41% | 0.92% | - |
| XYZ | 50.28 | 38.57 | 42.83 | - |
| YUV | 170.35 | 127.8 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 138 | 170 | 0 | 0.41 | 0.27 | 0.08 | 340 | 0.7 | 0.73 |
| Hex | EA | 8A | AA | 0 | 29 | 1B | 8 | 154 | 46 | 49 |
| Octal | 352 | 212 | 252 | 0 | 51 | 33 | 10 | 524 | 106 | 111 |
| Binary | 11101010 | 10001010 | 10101010 | 0 | 101001 | 11011 | 1000 | 101010100 | 1000110 | 1001001 |
Color Harmonies of #EA8AAA
Complementary color
Monochromatic Colors of #EA8AAA
Black with #EA8AAA
Text Example
Text Example
White with #EA8AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8AAA; }
p { color: rgb(234,138,170); }
H1.HeaderClassName
{
color: #EA8AAA;
}
.AnyTagClassName
{
color: #EA8AAA;
}
</style>
background-color css
<style>
a { background-color: #EA8AAA; }
a { background-color: rgb(234,138,170); }
div.DivClassName
{
background-color: #EA8AAA;
}
.BgClassName
{
background-color: #EA8AAA;
}
</style>
border-color css
<style>
span { border-color: #EA8AAA; }
span { border-color: rgb(234,138,170); }
td.TdClassName
{
border-color: #EA8AAA;
}
.TagClassName
{
border-color: #EA8AAA;
}
</style>