Shades of Mauvelous #EA8BA3
Tints of Mauvelous #EA8BA3
RGB
CMYK
RGB Variations
Color information
#EA8BA3 (or 0xEA8BA3) is known color: Mauvelous. HEX triplet: EA, 8B and A3. RGB value is (234,139,163). Sum of RGB (Red+Green+Blue) = 234+139+163=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 163 (64.06% from 255 or 30.41% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8BA3 is #15745C. Grayscale: #AAAAAA. Windows color (decimal): -1406045 or 10718186. OLE color: 10718186.
HSL color Cylindrical-coordinate representation of color #EA8BA3: hue angle of 344.84º degrees, saturation: 0.69, 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 #EA8BA3 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 139 | 163 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.08 |
| HSL | 344.84º | 0.69% | 0.73% | - |
| HSV(B) | 344.84º | 0.41% | 0.92% | - |
| XYZ | 49.78 | 38.6 | 39.48 | - |
| YUV | 170.14 | 123.97 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 163 | 0 | 0.41 | 0.30 | 0.08 | 344.84 | 0.69 | 0.73 |
| Hex | EA | 8B | A3 | 0 | 29 | 1E | 8 | 159 | 45 | 49 |
| Octal | 352 | 213 | 243 | 0 | 51 | 36 | 10 | 531 | 105 | 111 |
| Binary | 11101010 | 10001011 | 10100011 | 0 | 101001 | 11110 | 1000 | 101011001 | 1000101 | 1001001 |
Color Harmonies of #EA8BA3
Complementary color
Monochromatic Colors of #EA8BA3
Black with #EA8BA3
Text Example
Text Example
White with #EA8BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8BA3; }
p { color: rgb(234,139,163); }
H1.HeaderClassName
{
color: #EA8BA3;
}
.AnyTagClassName
{
color: #EA8BA3;
}
</style>
background-color css
<style>
a { background-color: #EA8BA3; }
a { background-color: rgb(234,139,163); }
div.DivClassName
{
background-color: #EA8BA3;
}
.BgClassName
{
background-color: #EA8BA3;
}
</style>
border-color css
<style>
span { border-color: #EA8BA3; }
span { border-color: rgb(234,139,163); }
td.TdClassName
{
border-color: #EA8BA3;
}
.TagClassName
{
border-color: #EA8BA3;
}
</style>