Shades of Deep Blush #EA718F
Tints of Deep Blush #EA718F
RGB
CMYK
RGB Variations
Color information
#EA718F (or 0xEA718F) is known color: Deep Blush. HEX triplet: EA, 71 and 8F. RGB value is (234,113,143). Sum of RGB (Red+Green+Blue) = 234+113+143=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EA718F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA718F is #158E70. Grayscale: #989898. Windows color (decimal): -1412721 or 9400810. OLE color: 9400810.
HSL color Cylindrical-coordinate representation of color #EA718F: hue angle of 345.12º 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 #EA718F is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 113 | 143 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.08 |
| HSL | 345.12º | 0.74% | 0.68% | - |
| HSV(B) | 345.12º | 0.52% | 0.92% | - |
| XYZ | 44.79 | 31.29 | 29.66 | - |
| YUV | 152.6 | 122.59 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 113 | 143 | 0 | 0.52 | 0.39 | 0.08 | 345.12 | 0.74 | 0.68 |
| Hex | EA | 71 | 8F | 0 | 34 | 27 | 8 | 159 | 4A | 44 |
| Octal | 352 | 161 | 217 | 0 | 64 | 47 | 10 | 531 | 112 | 104 |
| Binary | 11101010 | 1110001 | 10001111 | 0 | 110100 | 100111 | 1000 | 101011001 | 1001010 | 1000100 |
Color Harmonies of #EA718F
Complementary color
Monochromatic Colors of #EA718F
Black with #EA718F
Text Example
Text Example
White with #EA718F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA718F; }
p { color: rgb(234,113,143); }
H1.HeaderClassName
{
color: #EA718F;
}
.AnyTagClassName
{
color: #EA718F;
}
</style>
background-color css
<style>
a { background-color: #EA718F; }
a { background-color: rgb(234,113,143); }
div.DivClassName
{
background-color: #EA718F;
}
.BgClassName
{
background-color: #EA718F;
}
</style>
border-color css
<style>
span { border-color: #EA718F; }
span { border-color: rgb(234,113,143); }
td.TdClassName
{
border-color: #EA718F;
}
.TagClassName
{
border-color: #EA718F;
}
</style>