Shades of Mauvelous #EA85A2
Tints of Mauvelous #EA85A2
RGB
CMYK
RGB Variations
Color information
#EA85A2 (or 0xEA85A2) is known color: Mauvelous. HEX triplet: EA, 85 and A2. RGB value is (234,133,162). Sum of RGB (Red+Green+Blue) = 234+133+162=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA85A2 is #157A5D. Grayscale: #A6A6A6. Windows color (decimal): -1407582 or 10651114. OLE color: 10651114.
HSL color Cylindrical-coordinate representation of color #EA85A2: hue angle of 342.77º 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 #EA85A2 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 133 | 162 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.08 |
| HSL | 342.77º | 0.71% | 0.72% | - |
| HSV(B) | 342.77º | 0.43% | 0.92% | - |
| XYZ | 48.84 | 36.88 | 38.73 | - |
| YUV | 166.51 | 125.46 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 133 | 162 | 0 | 0.43 | 0.31 | 0.08 | 342.77 | 0.71 | 0.72 |
| Hex | EA | 85 | A2 | 0 | 2B | 1F | 8 | 157 | 47 | 48 |
| Octal | 352 | 205 | 242 | 0 | 53 | 37 | 10 | 527 | 107 | 110 |
| Binary | 11101010 | 10000101 | 10100010 | 0 | 101011 | 11111 | 1000 | 101010111 | 1000111 | 1001000 |
Color Harmonies of #EA85A2
Complementary color
Monochromatic Colors of #EA85A2
Black with #EA85A2
Text Example
Text Example
White with #EA85A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA85A2; }
p { color: rgb(234,133,162); }
H1.HeaderClassName
{
color: #EA85A2;
}
.AnyTagClassName
{
color: #EA85A2;
}
</style>
background-color css
<style>
a { background-color: #EA85A2; }
a { background-color: rgb(234,133,162); }
div.DivClassName
{
background-color: #EA85A2;
}
.BgClassName
{
background-color: #EA85A2;
}
</style>
border-color css
<style>
span { border-color: #EA85A2; }
span { border-color: rgb(234,133,162); }
td.TdClassName
{
border-color: #EA85A2;
}
.TagClassName
{
border-color: #EA85A2;
}
</style>