Shades of Mauvelous #EA85AA
Tints of Mauvelous #EA85AA
RGB
CMYK
RGB Variations
Color information
#EA85AA (or 0xEA85AA) is known color: Mauvelous. HEX triplet: EA, 85 and AA. RGB value is (234,133,170). Sum of RGB (Red+Green+Blue) = 234+133+170=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA85AA is #157A55. Grayscale: #A7A7A7. Windows color (decimal): -1407574 or 11175402. OLE color: 11175402.
HSL color Cylindrical-coordinate representation of color #EA85AA: hue angle of 338.02º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA85AA is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 133 | 170 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.08 |
| HSL | 338.02º | 0.71% | 0.72% | - |
| HSV(B) | 338.02º | 0.43% | 0.92% | - |
| XYZ | 49.57 | 37.17 | 42.59 | - |
| YUV | 167.42 | 129.46 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 133 | 170 | 0 | 0.43 | 0.27 | 0.08 | 338.02 | 0.71 | 0.72 |
| Hex | EA | 85 | AA | 0 | 2B | 1B | 8 | 152 | 47 | 48 |
| Octal | 352 | 205 | 252 | 0 | 53 | 33 | 10 | 522 | 107 | 110 |
| Binary | 11101010 | 10000101 | 10101010 | 0 | 101011 | 11011 | 1000 | 101010010 | 1000111 | 1001000 |
Color Harmonies of #EA85AA
Complementary color
Monochromatic Colors of #EA85AA
Black with #EA85AA
Text Example
Text Example
White with #EA85AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA85AA; }
p { color: rgb(234,133,170); }
H1.HeaderClassName
{
color: #EA85AA;
}
.AnyTagClassName
{
color: #EA85AA;
}
</style>
background-color css
<style>
a { background-color: #EA85AA; }
a { background-color: rgb(234,133,170); }
div.DivClassName
{
background-color: #EA85AA;
}
.BgClassName
{
background-color: #EA85AA;
}
</style>
border-color css
<style>
span { border-color: #EA85AA; }
span { border-color: rgb(234,133,170); }
td.TdClassName
{
border-color: #EA85AA;
}
.TagClassName
{
border-color: #EA85AA;
}
</style>