Shades of Deep Blush #E5758E
Tints of Deep Blush #E5758E
RGB
CMYK
RGB Variations
Color information
#E5758E (or 0xE5758E) is known color: Deep Blush. HEX triplet: E5, 75 and 8E. RGB value is (229,117,142). Sum of RGB (Red+Green+Blue) = 229+117+142=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E5758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5758E is #1A8A71. Grayscale: #999999. Windows color (decimal): -1739378 or 9336293. OLE color: 9336293.
HSL color Cylindrical-coordinate representation of color #E5758E: hue angle of 346.61º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5758E is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 142 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.10 |
| HSL | 346.61º | 0.68% | 0.68% | - |
| HSV(B) | 346.61º | 0.49% | 0.9% | - |
| XYZ | 43.56 | 31.33 | 29.34 | - |
| YUV | 153.34 | 121.61 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 142 | 0 | 0.49 | 0.38 | 0.10 | 346.61 | 0.68 | 0.68 |
| Hex | E5 | 75 | 8E | 0 | 31 | 26 | A | 15B | 44 | 44 |
| Octal | 345 | 165 | 216 | 0 | 61 | 46 | 12 | 533 | 104 | 104 |
| Binary | 11100101 | 1110101 | 10001110 | 0 | 110001 | 100110 | 1010 | 101011011 | 1000100 | 1000100 |
Color Harmonies of #E5758E
Complementary color
Monochromatic Colors of #E5758E
Black with #E5758E
Text Example
Text Example
White with #E5758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5758E; }
p { color: rgb(229,117,142); }
H1.HeaderClassName
{
color: #E5758E;
}
.AnyTagClassName
{
color: #E5758E;
}
</style>
background-color css
<style>
a { background-color: #E5758E; }
a { background-color: rgb(229,117,142); }
div.DivClassName
{
background-color: #E5758E;
}
.BgClassName
{
background-color: #E5758E;
}
</style>
border-color css
<style>
span { border-color: #E5758E; }
span { border-color: rgb(229,117,142); }
td.TdClassName
{
border-color: #E5758E;
}
.TagClassName
{
border-color: #E5758E;
}
</style>