Shades of Deep Blush #E8728F
Tints of Deep Blush #E8728F
RGB
CMYK
RGB Variations
Color information
#E8728F (or 0xE8728F) is known color: Deep Blush. HEX triplet: E8, 72 and 8F. RGB value is (232,114,143). Sum of RGB (Red+Green+Blue) = 232+114+143=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E8728F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8728F is #178D70. Grayscale: #989898. Windows color (decimal): -1543537 or 9401064. OLE color: 9401064.
HSL color Cylindrical-coordinate representation of color #E8728F: hue angle of 345.25º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E8728F is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 114 | 143 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.09 |
| HSL | 345.25º | 0.72% | 0.68% | - |
| HSV(B) | 345.25º | 0.51% | 0.91% | - |
| XYZ | 44.25 | 31.17 | 29.67 | - |
| YUV | 152.59 | 122.59 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 114 | 143 | 0 | 0.51 | 0.38 | 0.09 | 345.25 | 0.72 | 0.68 |
| Hex | E8 | 72 | 8F | 0 | 33 | 26 | 9 | 159 | 48 | 44 |
| Octal | 350 | 162 | 217 | 0 | 63 | 46 | 11 | 531 | 110 | 104 |
| Binary | 11101000 | 1110010 | 10001111 | 0 | 110011 | 100110 | 1001 | 101011001 | 1001000 | 1000100 |
Color Harmonies of #E8728F
Complementary color
Monochromatic Colors of #E8728F
Black with #E8728F
Text Example
Text Example
White with #E8728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8728F; }
p { color: rgb(232,114,143); }
H1.HeaderClassName
{
color: #E8728F;
}
.AnyTagClassName
{
color: #E8728F;
}
</style>
background-color css
<style>
a { background-color: #E8728F; }
a { background-color: rgb(232,114,143); }
div.DivClassName
{
background-color: #E8728F;
}
.BgClassName
{
background-color: #E8728F;
}
</style>
border-color css
<style>
span { border-color: #E8728F; }
span { border-color: rgb(232,114,143); }
td.TdClassName
{
border-color: #E8728F;
}
.TagClassName
{
border-color: #E8728F;
}
</style>