Shades of Deep Blush #E1728C
Tints of Deep Blush #E1728C
RGB
CMYK
RGB Variations
Color information
#E1728C (or 0xE1728C) is known color: Deep Blush. HEX triplet: E1, 72 and 8C. RGB value is (225,114,140). Sum of RGB (Red+Green+Blue) = 225+114+140=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E1728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1728C is #1E8D73. Grayscale: #969696. Windows color (decimal): -2002292 or 9204449. OLE color: 9204449.
HSL color Cylindrical-coordinate representation of color #E1728C: hue angle of 345.95º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1728C is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 140 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.12 |
| HSL | 345.95º | 0.65% | 0.66% | - |
| HSV(B) | 345.95º | 0.49% | 0.88% | - |
| XYZ | 41.8 | 29.94 | 28.39 | - |
| YUV | 150.15 | 122.27 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 140 | 0 | 0.49 | 0.38 | 0.12 | 345.95 | 0.65 | 0.66 |
| Hex | E1 | 72 | 8C | 0 | 31 | 26 | C | 15A | 41 | 42 |
| Octal | 341 | 162 | 214 | 0 | 61 | 46 | 14 | 532 | 101 | 102 |
| Binary | 11100001 | 1110010 | 10001100 | 0 | 110001 | 100110 | 1100 | 101011010 | 1000001 | 1000010 |
Color Harmonies of #E1728C
Complementary color
Monochromatic Colors of #E1728C
Black with #E1728C
Text Example
Text Example
White with #E1728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1728C; }
p { color: rgb(225,114,140); }
H1.HeaderClassName
{
color: #E1728C;
}
.AnyTagClassName
{
color: #E1728C;
}
</style>
background-color css
<style>
a { background-color: #E1728C; }
a { background-color: rgb(225,114,140); }
div.DivClassName
{
background-color: #E1728C;
}
.BgClassName
{
background-color: #E1728C;
}
</style>
border-color css
<style>
span { border-color: #E1728C; }
span { border-color: rgb(225,114,140); }
td.TdClassName
{
border-color: #E1728C;
}
.TagClassName
{
border-color: #E1728C;
}
</style>