Shades of Deep Blush #E17180
Tints of Deep Blush #E17180
RGB
CMYK
RGB Variations
Color information
#E17180 (or 0xE17180) is known color: Deep Blush. HEX triplet: E1, 71 and 80. RGB value is (225,113,128). Sum of RGB (Red+Green+Blue) = 225+113+128=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E17180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17180 is #1E8E7F. Grayscale: #949494. Windows color (decimal): -2002560 or 8417761. OLE color: 8417761.
HSL color Cylindrical-coordinate representation of color #E17180: hue angle of 351.96º 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 #E17180 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 128 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.12 |
| HSL | 351.96º | 0.65% | 0.66% | - |
| HSV(B) | 351.96º | 0.5% | 0.88% | - |
| XYZ | 40.85 | 29.38 | 23.94 | - |
| YUV | 148.2 | 116.61 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 128 | 0 | 0.50 | 0.43 | 0.12 | 351.96 | 0.65 | 0.66 |
| Hex | E1 | 71 | 80 | 0 | 32 | 2B | C | 160 | 41 | 42 |
| Octal | 341 | 161 | 200 | 0 | 62 | 53 | 14 | 540 | 101 | 102 |
| Binary | 11100001 | 1110001 | 10000000 | 0 | 110010 | 101011 | 1100 | 101100000 | 1000001 | 1000010 |
Color Harmonies of #E17180
Complementary color
Monochromatic Colors of #E17180
Black with #E17180
Text Example
Text Example
White with #E17180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17180; }
p { color: rgb(225,113,128); }
H1.HeaderClassName
{
color: #E17180;
}
.AnyTagClassName
{
color: #E17180;
}
</style>
background-color css
<style>
a { background-color: #E17180; }
a { background-color: rgb(225,113,128); }
div.DivClassName
{
background-color: #E17180;
}
.BgClassName
{
background-color: #E17180;
}
</style>
border-color css
<style>
span { border-color: #E17180; }
span { border-color: rgb(225,113,128); }
td.TdClassName
{
border-color: #E17180;
}
.TagClassName
{
border-color: #E17180;
}
</style>