Shades of Deep Blush #E1708F
Tints of Deep Blush #E1708F
RGB
CMYK
RGB Variations
Color information
#E1708F (or 0xE1708F) is known color: Deep Blush. HEX triplet: E1, 70 and 8F. RGB value is (225,112,143). Sum of RGB (Red+Green+Blue) = 225+112+143=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E1708F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1708F is #1E8F70. Grayscale: #959595. Windows color (decimal): -2002801 or 9400545. OLE color: 9400545.
HSL color Cylindrical-coordinate representation of color #E1708F: hue angle of 343.54º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1708F is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 143 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.12 |
| HSL | 343.54º | 0.65% | 0.66% | - |
| HSV(B) | 343.54º | 0.5% | 0.88% | - |
| XYZ | 41.8 | 29.58 | 29.49 | - |
| YUV | 149.32 | 124.44 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 143 | 0 | 0.50 | 0.36 | 0.12 | 343.54 | 0.65 | 0.66 |
| Hex | E1 | 70 | 8F | 0 | 32 | 24 | C | 158 | 41 | 42 |
| Octal | 341 | 160 | 217 | 0 | 62 | 44 | 14 | 530 | 101 | 102 |
| Binary | 11100001 | 1110000 | 10001111 | 0 | 110010 | 100100 | 1100 | 101011000 | 1000001 | 1000010 |
Color Harmonies of #E1708F
Complementary color
Monochromatic Colors of #E1708F
Black with #E1708F
Text Example
Text Example
White with #E1708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1708F; }
p { color: rgb(225,112,143); }
H1.HeaderClassName
{
color: #E1708F;
}
.AnyTagClassName
{
color: #E1708F;
}
</style>
background-color css
<style>
a { background-color: #E1708F; }
a { background-color: rgb(225,112,143); }
div.DivClassName
{
background-color: #E1708F;
}
.BgClassName
{
background-color: #E1708F;
}
</style>
border-color css
<style>
span { border-color: #E1708F; }
span { border-color: rgb(225,112,143); }
td.TdClassName
{
border-color: #E1708F;
}
.TagClassName
{
border-color: #E1708F;
}
</style>