Shades of Deep Blush #EA7A84
Tints of Deep Blush #EA7A84
RGB
CMYK
RGB Variations
Color information
#EA7A84 (or 0xEA7A84) is known color: Deep Blush. HEX triplet: EA, 7A and 84. RGB value is (234,122,132). Sum of RGB (Red+Green+Blue) = 234+122+132=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7A84 is #15857B. Grayscale: #9C9C9C. Windows color (decimal): -1410428 or 8682218. OLE color: 8682218.
HSL color Cylindrical-coordinate representation of color #EA7A84: hue angle of 354.64º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA7A84 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 122 | 132 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.08 |
| HSL | 354.64º | 0.73% | 0.7% | - |
| HSV(B) | 354.64º | 0.48% | 0.92% | - |
| XYZ | 45.06 | 33.08 | 25.84 | - |
| YUV | 156.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 122 | 132 | 0 | 0.48 | 0.44 | 0.08 | 354.64 | 0.73 | 0.7 |
| Hex | EA | 7A | 84 | 0 | 30 | 2C | 8 | 163 | 49 | 46 |
| Octal | 352 | 172 | 204 | 0 | 60 | 54 | 10 | 543 | 111 | 106 |
| Binary | 11101010 | 1111010 | 10000100 | 0 | 110000 | 101100 | 1000 | 101100011 | 1001001 | 1000110 |
Color Harmonies of #EA7A84
Complementary color
Monochromatic Colors of #EA7A84
Black with #EA7A84
Text Example
Text Example
White with #EA7A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7A84; }
p { color: rgb(234,122,132); }
H1.HeaderClassName
{
color: #EA7A84;
}
.AnyTagClassName
{
color: #EA7A84;
}
</style>
background-color css
<style>
a { background-color: #EA7A84; }
a { background-color: rgb(234,122,132); }
div.DivClassName
{
background-color: #EA7A84;
}
.BgClassName
{
background-color: #EA7A84;
}
</style>
border-color css
<style>
span { border-color: #EA7A84; }
span { border-color: rgb(234,122,132); }
td.TdClassName
{
border-color: #EA7A84;
}
.TagClassName
{
border-color: #EA7A84;
}
</style>