Shades of Mauvelous #EA90A2
Tints of Mauvelous #EA90A2
RGB
CMYK
RGB Variations
Color information
#EA90A2 (or 0xEA90A2) is known color: Mauvelous. HEX triplet: EA, 90 and A2. RGB value is (234,144,162). Sum of RGB (Red+Green+Blue) = 234+144+162=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 162 (63.67% from 255 or 30% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EA90A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA90A2 is #156F5D. Grayscale: #ACACAC. Windows color (decimal): -1404766 or 10653930. OLE color: 10653930.
HSL color Cylindrical-coordinate representation of color #EA90A2: hue angle of 348º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA90A2 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 144 | 162 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.08 |
| HSL | 348º | 0.68% | 0.74% | - |
| HSV(B) | 348º | 0.38% | 0.92% | - |
| XYZ | 50.43 | 40.05 | 39.25 | - |
| YUV | 172.96 | 121.82 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 144 | 162 | 0 | 0.38 | 0.31 | 0.08 | 348 | 0.68 | 0.74 |
| Hex | EA | 90 | A2 | 0 | 26 | 1F | 8 | 15C | 44 | 4A |
| Octal | 352 | 220 | 242 | 0 | 46 | 37 | 10 | 534 | 104 | 112 |
| Binary | 11101010 | 10010000 | 10100010 | 0 | 100110 | 11111 | 1000 | 101011100 | 1000100 | 1001010 |
Color Harmonies of #EA90A2
Complementary color
Monochromatic Colors of #EA90A2
Black with #EA90A2
Text Example
Text Example
White with #EA90A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA90A2; }
p { color: rgb(234,144,162); }
H1.HeaderClassName
{
color: #EA90A2;
}
.AnyTagClassName
{
color: #EA90A2;
}
</style>
background-color css
<style>
a { background-color: #EA90A2; }
a { background-color: rgb(234,144,162); }
div.DivClassName
{
background-color: #EA90A2;
}
.BgClassName
{
background-color: #EA90A2;
}
</style>
border-color css
<style>
span { border-color: #EA90A2; }
span { border-color: rgb(234,144,162); }
td.TdClassName
{
border-color: #EA90A2;
}
.TagClassName
{
border-color: #EA90A2;
}
</style>