Shades of Deep Blush #E5718F
Tints of Deep Blush #E5718F
RGB
CMYK
RGB Variations
Color information
#E5718F (or 0xE5718F) is known color: Deep Blush. HEX triplet: E5, 71 and 8F. RGB value is (229,113,143). Sum of RGB (Red+Green+Blue) = 229+113+143=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5718F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5718F is #1A8E70. Grayscale: #979797. Windows color (decimal): -1740401 or 9400805. OLE color: 9400805.
HSL color Cylindrical-coordinate representation of color #E5718F: hue angle of 344.48º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5718F is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 143 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.10 |
| HSL | 344.48º | 0.69% | 0.67% | - |
| HSV(B) | 344.48º | 0.51% | 0.9% | - |
| XYZ | 43.18 | 30.45 | 29.59 | - |
| YUV | 151.1 | 123.43 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 143 | 0 | 0.51 | 0.38 | 0.10 | 344.48 | 0.69 | 0.67 |
| Hex | E5 | 71 | 8F | 0 | 33 | 26 | A | 158 | 45 | 43 |
| Octal | 345 | 161 | 217 | 0 | 63 | 46 | 12 | 530 | 105 | 103 |
| Binary | 11100101 | 1110001 | 10001111 | 0 | 110011 | 100110 | 1010 | 101011000 | 1000101 | 1000011 |
Color Harmonies of #E5718F
Complementary color
Monochromatic Colors of #E5718F
Black with #E5718F
Text Example
Text Example
White with #E5718F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5718F; }
p { color: rgb(229,113,143); }
H1.HeaderClassName
{
color: #E5718F;
}
.AnyTagClassName
{
color: #E5718F;
}
</style>
background-color css
<style>
a { background-color: #E5718F; }
a { background-color: rgb(229,113,143); }
div.DivClassName
{
background-color: #E5718F;
}
.BgClassName
{
background-color: #E5718F;
}
</style>
border-color css
<style>
span { border-color: #E5718F; }
span { border-color: rgb(229,113,143); }
td.TdClassName
{
border-color: #E5718F;
}
.TagClassName
{
border-color: #E5718F;
}
</style>