Shades of Deep Blush #E5708E
Tints of Deep Blush #E5708E
RGB
CMYK
RGB Variations
Color information
#E5708E (or 0xE5708E) is known color: Deep Blush. HEX triplet: E5, 70 and 8E. RGB value is (229,112,142). Sum of RGB (Red+Green+Blue) = 229+112+142=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E5708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5708E is #1A8F71. Grayscale: #969696. Windows color (decimal): -1740658 or 9335013. OLE color: 9335013.
HSL color Cylindrical-coordinate representation of color #E5708E: hue angle of 344.62º 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 #E5708E is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 142 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.10 |
| HSL | 344.62º | 0.69% | 0.67% | - |
| HSV(B) | 344.62º | 0.51% | 0.9% | - |
| XYZ | 42.99 | 30.2 | 29.15 | - |
| YUV | 150.4 | 123.26 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 142 | 0 | 0.51 | 0.38 | 0.10 | 344.62 | 0.69 | 0.67 |
| Hex | E5 | 70 | 8E | 0 | 33 | 26 | A | 159 | 45 | 43 |
| Octal | 345 | 160 | 216 | 0 | 63 | 46 | 12 | 531 | 105 | 103 |
| Binary | 11100101 | 1110000 | 10001110 | 0 | 110011 | 100110 | 1010 | 101011001 | 1000101 | 1000011 |
Color Harmonies of #E5708E
Complementary color
Monochromatic Colors of #E5708E
Black with #E5708E
Text Example
Text Example
White with #E5708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5708E; }
p { color: rgb(229,112,142); }
H1.HeaderClassName
{
color: #E5708E;
}
.AnyTagClassName
{
color: #E5708E;
}
</style>
background-color css
<style>
a { background-color: #E5708E; }
a { background-color: rgb(229,112,142); }
div.DivClassName
{
background-color: #E5708E;
}
.BgClassName
{
background-color: #E5708E;
}
</style>
border-color css
<style>
span { border-color: #E5708E; }
span { border-color: rgb(229,112,142); }
td.TdClassName
{
border-color: #E5708E;
}
.TagClassName
{
border-color: #E5708E;
}
</style>