Shades of Deep Blush #E4708C
Tints of Deep Blush #E4708C
RGB
CMYK
RGB Variations
Color information
#E4708C (or 0xE4708C) is known color: Deep Blush. HEX triplet: E4, 70 and 8C. RGB value is (228,112,140). Sum of RGB (Red+Green+Blue) = 228+112+140=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 228 - color contains mainly: red. Hex color #E4708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E4708C is #1B8F73. Grayscale: #959595. Windows color (decimal): -1806196 or 9203940. OLE color: 9203940.
HSL color Cylindrical-coordinate representation of color #E4708C: hue angle of 345.52º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E4708C is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 112 | 140 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.11 |
| HSL | 345.52º | 0.68% | 0.67% | - |
| HSV(B) | 345.52º | 0.51% | 0.89% | - |
| XYZ | 42.52 | 29.98 | 28.36 | - |
| YUV | 149.88 | 122.43 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 112 | 140 | 0 | 0.51 | 0.39 | 0.11 | 345.52 | 0.68 | 0.67 |
| Hex | E4 | 70 | 8C | 0 | 33 | 27 | B | 15A | 44 | 43 |
| Octal | 344 | 160 | 214 | 0 | 63 | 47 | 13 | 532 | 104 | 103 |
| Binary | 11100100 | 1110000 | 10001100 | 0 | 110011 | 100111 | 1011 | 101011010 | 1000100 | 1000011 |
Color Harmonies of #E4708C
Complementary color
Monochromatic Colors of #E4708C
Black with #E4708C
Text Example
Text Example
White with #E4708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4708C; }
p { color: rgb(228,112,140); }
H1.HeaderClassName
{
color: #E4708C;
}
.AnyTagClassName
{
color: #E4708C;
}
</style>
background-color css
<style>
a { background-color: #E4708C; }
a { background-color: rgb(228,112,140); }
div.DivClassName
{
background-color: #E4708C;
}
.BgClassName
{
background-color: #E4708C;
}
</style>
border-color css
<style>
span { border-color: #E4708C; }
span { border-color: rgb(228,112,140); }
td.TdClassName
{
border-color: #E4708C;
}
.TagClassName
{
border-color: #E4708C;
}
</style>