Shades of Deep Blush #EA7284
Tints of Deep Blush #EA7284
RGB
CMYK
RGB Variations
Color information
#EA7284 (or 0xEA7284) is known color: Deep Blush. HEX triplet: EA, 72 and 84. RGB value is (234,114,132). Sum of RGB (Red+Green+Blue) = 234+114+132=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7284 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7284 is #158D7B. Grayscale: #979797. Windows color (decimal): -1412476 or 8680170. OLE color: 8680170.
HSL color Cylindrical-coordinate representation of color #EA7284: hue angle of 351º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA7284 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 114 | 132 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.08 |
| HSL | 351º | 0.74% | 0.68% | - |
| HSV(B) | 351º | 0.51% | 0.92% | - |
| XYZ | 44.11 | 31.19 | 25.53 | - |
| YUV | 151.93 | 116.76 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 114 | 132 | 0 | 0.51 | 0.44 | 0.08 | 351 | 0.74 | 0.68 |
| Hex | EA | 72 | 84 | 0 | 33 | 2C | 8 | 15F | 4A | 44 |
| Octal | 352 | 162 | 204 | 0 | 63 | 54 | 10 | 537 | 112 | 104 |
| Binary | 11101010 | 1110010 | 10000100 | 0 | 110011 | 101100 | 1000 | 101011111 | 1001010 | 1000100 |
Color Harmonies of #EA7284
Complementary color
Monochromatic Colors of #EA7284
Black with #EA7284
Text Example
Text Example
White with #EA7284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7284; }
p { color: rgb(234,114,132); }
H1.HeaderClassName
{
color: #EA7284;
}
.AnyTagClassName
{
color: #EA7284;
}
</style>
background-color css
<style>
a { background-color: #EA7284; }
a { background-color: rgb(234,114,132); }
div.DivClassName
{
background-color: #EA7284;
}
.BgClassName
{
background-color: #EA7284;
}
</style>
border-color css
<style>
span { border-color: #EA7284; }
span { border-color: rgb(234,114,132); }
td.TdClassName
{
border-color: #EA7284;
}
.TagClassName
{
border-color: #EA7284;
}
</style>