Shades of Mauvelous #EA8BA4
Tints of Mauvelous #EA8BA4
RGB
CMYK
RGB Variations
Color information
#EA8BA4 (or 0xEA8BA4) is known color: Mauvelous. HEX triplet: EA, 8B and A4. RGB value is (234,139,164). Sum of RGB (Red+Green+Blue) = 234+139+164=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8BA4 is #15745B. Grayscale: #AAAAAA. Windows color (decimal): -1406044 or 10783722. OLE color: 10783722.
HSL color Cylindrical-coordinate representation of color #EA8BA4: hue angle of 344.21º 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 #EA8BA4 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 139 | 164 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.08 |
| HSL | 344.21º | 0.69% | 0.73% | - |
| HSV(B) | 344.21º | 0.41% | 0.92% | - |
| XYZ | 49.87 | 38.64 | 39.95 | - |
| YUV | 170.26 | 124.47 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 164 | 0 | 0.41 | 0.30 | 0.08 | 344.21 | 0.69 | 0.73 |
| Hex | EA | 8B | A4 | 0 | 29 | 1E | 8 | 158 | 45 | 49 |
| Octal | 352 | 213 | 244 | 0 | 51 | 36 | 10 | 530 | 105 | 111 |
| Binary | 11101010 | 10001011 | 10100100 | 0 | 101001 | 11110 | 1000 | 101011000 | 1000101 | 1001001 |
Color Harmonies of #EA8BA4
Complementary color
Monochromatic Colors of #EA8BA4
Black with #EA8BA4
Text Example
Text Example
White with #EA8BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8BA4; }
p { color: rgb(234,139,164); }
H1.HeaderClassName
{
color: #EA8BA4;
}
.AnyTagClassName
{
color: #EA8BA4;
}
</style>
background-color css
<style>
a { background-color: #EA8BA4; }
a { background-color: rgb(234,139,164); }
div.DivClassName
{
background-color: #EA8BA4;
}
.BgClassName
{
background-color: #EA8BA4;
}
</style>
border-color css
<style>
span { border-color: #EA8BA4; }
span { border-color: rgb(234,139,164); }
td.TdClassName
{
border-color: #EA8BA4;
}
.TagClassName
{
border-color: #EA8BA4;
}
</style>