Shades of Mauvelous #EA95A7
Tints of Mauvelous #EA95A7
RGB
CMYK
RGB Variations
Color information
#EA95A7 (or 0xEA95A7) is known color: Mauvelous. HEX triplet: EA, 95 and A7. RGB value is (234,149,167). Sum of RGB (Red+Green+Blue) = 234+149+167=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 167 (65.62% from 255 or 30.36% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA95A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA95A7 is #156A58. Grayscale: #B0B0B0. Windows color (decimal): -1403481 or 10982890. OLE color: 10982890.
HSL color Cylindrical-coordinate representation of color #EA95A7: hue angle of 347.29º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA95A7 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 149 | 167 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.08 |
| HSL | 347.29º | 0.67% | 0.75% | - |
| HSV(B) | 347.29º | 0.36% | 0.92% | - |
| XYZ | 51.65 | 41.78 | 41.9 | - |
| YUV | 176.47 | 122.66 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 167 | 0 | 0.36 | 0.29 | 0.08 | 347.29 | 0.67 | 0.75 |
| Hex | EA | 95 | A7 | 0 | 24 | 1D | 8 | 15B | 43 | 4B |
| Octal | 352 | 225 | 247 | 0 | 44 | 35 | 10 | 533 | 103 | 113 |
| Binary | 11101010 | 10010101 | 10100111 | 0 | 100100 | 11101 | 1000 | 101011011 | 1000011 | 1001011 |
Color Harmonies of #EA95A7
Complementary color
Monochromatic Colors of #EA95A7
Black with #EA95A7
Text Example
Text Example
White with #EA95A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA95A7; }
p { color: rgb(234,149,167); }
H1.HeaderClassName
{
color: #EA95A7;
}
.AnyTagClassName
{
color: #EA95A7;
}
</style>
background-color css
<style>
a { background-color: #EA95A7; }
a { background-color: rgb(234,149,167); }
div.DivClassName
{
background-color: #EA95A7;
}
.BgClassName
{
background-color: #EA95A7;
}
</style>
border-color css
<style>
span { border-color: #EA95A7; }
span { border-color: rgb(234,149,167); }
td.TdClassName
{
border-color: #EA95A7;
}
.TagClassName
{
border-color: #EA95A7;
}
</style>