Shades of Deep Blush #EA708D
Tints of Deep Blush #EA708D
RGB
CMYK
RGB Variations
Color information
#EA708D (or 0xEA708D) is known color: Deep Blush. HEX triplet: EA, 70 and 8D. RGB value is (234,112,141). Sum of RGB (Red+Green+Blue) = 234+112+141=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA708D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA708D is #158F72. Grayscale: #979797. Windows color (decimal): -1412979 or 9269482. OLE color: 9269482.
HSL color Cylindrical-coordinate representation of color #EA708D: hue angle of 345.74º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA708D is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 112 | 141 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.08 |
| HSL | 345.74º | 0.74% | 0.68% | - |
| HSV(B) | 345.74º | 0.52% | 0.92% | - |
| XYZ | 44.53 | 31 | 28.84 | - |
| YUV | 151.78 | 121.92 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 112 | 141 | 0 | 0.52 | 0.40 | 0.08 | 345.74 | 0.74 | 0.68 |
| Hex | EA | 70 | 8D | 0 | 34 | 28 | 8 | 15A | 4A | 44 |
| Octal | 352 | 160 | 215 | 0 | 64 | 50 | 10 | 532 | 112 | 104 |
| Binary | 11101010 | 1110000 | 10001101 | 0 | 110100 | 101000 | 1000 | 101011010 | 1001010 | 1000100 |
Color Harmonies of #EA708D
Complementary color
Monochromatic Colors of #EA708D
Black with #EA708D
Text Example
Text Example
White with #EA708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA708D; }
p { color: rgb(234,112,141); }
H1.HeaderClassName
{
color: #EA708D;
}
.AnyTagClassName
{
color: #EA708D;
}
</style>
background-color css
<style>
a { background-color: #EA708D; }
a { background-color: rgb(234,112,141); }
div.DivClassName
{
background-color: #EA708D;
}
.BgClassName
{
background-color: #EA708D;
}
</style>
border-color css
<style>
span { border-color: #EA708D; }
span { border-color: rgb(234,112,141); }
td.TdClassName
{
border-color: #EA708D;
}
.TagClassName
{
border-color: #EA708D;
}
</style>