Shades of Deep Blush #E5728C
Tints of Deep Blush #E5728C
RGB
CMYK
RGB Variations
Color information
#E5728C (or 0xE5728C) is known color: Deep Blush. HEX triplet: E5, 72 and 8C. RGB value is (229,114,140). Sum of RGB (Red+Green+Blue) = 229+114+140=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E5728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5728C is #1A8D73. Grayscale: #979797. Windows color (decimal): -1740148 or 9204453. OLE color: 9204453.
HSL color Cylindrical-coordinate representation of color #E5728C: hue angle of 346.43º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5728C is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 114 | 140 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.10 |
| HSL | 346.43º | 0.69% | 0.67% | - |
| HSV(B) | 346.43º | 0.5% | 0.9% | - |
| XYZ | 43.06 | 30.59 | 28.44 | - |
| YUV | 151.35 | 121.6 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 114 | 140 | 0 | 0.50 | 0.39 | 0.10 | 346.43 | 0.69 | 0.67 |
| Hex | E5 | 72 | 8C | 0 | 32 | 27 | A | 15A | 45 | 43 |
| Octal | 345 | 162 | 214 | 0 | 62 | 47 | 12 | 532 | 105 | 103 |
| Binary | 11100101 | 1110010 | 10001100 | 0 | 110010 | 100111 | 1010 | 101011010 | 1000101 | 1000011 |
Color Harmonies of #E5728C
Complementary color
Monochromatic Colors of #E5728C
Black with #E5728C
Text Example
Text Example
White with #E5728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5728C; }
p { color: rgb(229,114,140); }
H1.HeaderClassName
{
color: #E5728C;
}
.AnyTagClassName
{
color: #E5728C;
}
</style>
background-color css
<style>
a { background-color: #E5728C; }
a { background-color: rgb(229,114,140); }
div.DivClassName
{
background-color: #E5728C;
}
.BgClassName
{
background-color: #E5728C;
}
</style>
border-color css
<style>
span { border-color: #E5728C; }
span { border-color: rgb(229,114,140); }
td.TdClassName
{
border-color: #E5728C;
}
.TagClassName
{
border-color: #E5728C;
}
</style>