Shades of Deep Blush #E1718B
Tints of Deep Blush #E1718B
RGB
CMYK
RGB Variations
Color information
#E1718B (or 0xE1718B) is known color: Deep Blush. HEX triplet: E1, 71 and 8B. RGB value is (225,113,139). Sum of RGB (Red+Green+Blue) = 225+113+139=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E1718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1718B is #1E8E74. Grayscale: #959595. Windows color (decimal): -2002549 or 9138657. OLE color: 9138657.
HSL color Cylindrical-coordinate representation of color #E1718B: hue angle of 346.07º 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 #E1718B is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 139 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.12 |
| HSL | 346.07º | 0.65% | 0.66% | - |
| HSV(B) | 346.07º | 0.5% | 0.88% | - |
| XYZ | 41.62 | 29.68 | 27.96 | - |
| YUV | 149.45 | 122.11 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 139 | 0 | 0.50 | 0.38 | 0.12 | 346.07 | 0.65 | 0.66 |
| Hex | E1 | 71 | 8B | 0 | 32 | 26 | C | 15A | 41 | 42 |
| Octal | 341 | 161 | 213 | 0 | 62 | 46 | 14 | 532 | 101 | 102 |
| Binary | 11100001 | 1110001 | 10001011 | 0 | 110010 | 100110 | 1100 | 101011010 | 1000001 | 1000010 |
Color Harmonies of #E1718B
Complementary color
Monochromatic Colors of #E1718B
Black with #E1718B
Text Example
Text Example
White with #E1718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1718B; }
p { color: rgb(225,113,139); }
H1.HeaderClassName
{
color: #E1718B;
}
.AnyTagClassName
{
color: #E1718B;
}
</style>
background-color css
<style>
a { background-color: #E1718B; }
a { background-color: rgb(225,113,139); }
div.DivClassName
{
background-color: #E1718B;
}
.BgClassName
{
background-color: #E1718B;
}
</style>
border-color css
<style>
span { border-color: #E1718B; }
span { border-color: rgb(225,113,139); }
td.TdClassName
{
border-color: #E1718B;
}
.TagClassName
{
border-color: #E1718B;
}
</style>