Shades of Deep Blush #E5718D
Tints of Deep Blush #E5718D
RGB
CMYK
RGB Variations
Color information
#E5718D (or 0xE5718D) is known color: Deep Blush. HEX triplet: E5, 71 and 8D. RGB value is (229,113,141). Sum of RGB (Red+Green+Blue) = 229+113+141=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E5718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5718D is #1A8E72. Grayscale: #969696. Windows color (decimal): -1740403 or 9269733. OLE color: 9269733.
HSL color Cylindrical-coordinate representation of color #E5718D: hue angle of 345.52º 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 #E5718D is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 141 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.10 |
| HSL | 345.52º | 0.69% | 0.67% | - |
| HSV(B) | 345.52º | 0.51% | 0.9% | - |
| XYZ | 43.03 | 30.39 | 28.8 | - |
| YUV | 150.88 | 122.43 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 141 | 0 | 0.51 | 0.38 | 0.10 | 345.52 | 0.69 | 0.67 |
| Hex | E5 | 71 | 8D | 0 | 33 | 26 | A | 15A | 45 | 43 |
| Octal | 345 | 161 | 215 | 0 | 63 | 46 | 12 | 532 | 105 | 103 |
| Binary | 11100101 | 1110001 | 10001101 | 0 | 110011 | 100110 | 1010 | 101011010 | 1000101 | 1000011 |
Color Harmonies of #E5718D
Complementary color
Monochromatic Colors of #E5718D
Black with #E5718D
Text Example
Text Example
White with #E5718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5718D; }
p { color: rgb(229,113,141); }
H1.HeaderClassName
{
color: #E5718D;
}
.AnyTagClassName
{
color: #E5718D;
}
</style>
background-color css
<style>
a { background-color: #E5718D; }
a { background-color: rgb(229,113,141); }
div.DivClassName
{
background-color: #E5718D;
}
.BgClassName
{
background-color: #E5718D;
}
</style>
border-color css
<style>
span { border-color: #E5718D; }
span { border-color: rgb(229,113,141); }
td.TdClassName
{
border-color: #E5718D;
}
.TagClassName
{
border-color: #E5718D;
}
</style>