Shades of Deep Blush #E4768E
Tints of Deep Blush #E4768E
RGB
CMYK
RGB Variations
Color information
#E4768E (or 0xE4768E) is known color: Deep Blush. HEX triplet: E4, 76 and 8E. RGB value is (228,118,142). Sum of RGB (Red+Green+Blue) = 228+118+142=488 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.72% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 228 - color contains mainly: red. Hex color #E4768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E4768E is #1B8971. Grayscale: #999999. Windows color (decimal): -1804658 or 9336548. OLE color: 9336548.
HSL color Cylindrical-coordinate representation of color #E4768E: hue angle of 346.91º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E4768E is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 118 | 142 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.11 |
| HSL | 346.91º | 0.67% | 0.68% | - |
| HSV(B) | 346.91º | 0.48% | 0.89% | - |
| XYZ | 43.36 | 31.4 | 29.37 | - |
| YUV | 153.63 | 121.44 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 118 | 142 | 0 | 0.48 | 0.38 | 0.11 | 346.91 | 0.67 | 0.68 |
| Hex | E4 | 76 | 8E | 0 | 30 | 26 | B | 15B | 43 | 44 |
| Octal | 344 | 166 | 216 | 0 | 60 | 46 | 13 | 533 | 103 | 104 |
| Binary | 11100100 | 1110110 | 10001110 | 0 | 110000 | 100110 | 1011 | 101011011 | 1000011 | 1000100 |
Color Harmonies of #E4768E
Complementary color
Monochromatic Colors of #E4768E
Black with #E4768E
Text Example
Text Example
White with #E4768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4768E; }
p { color: rgb(228,118,142); }
H1.HeaderClassName
{
color: #E4768E;
}
.AnyTagClassName
{
color: #E4768E;
}
</style>
background-color css
<style>
a { background-color: #E4768E; }
a { background-color: rgb(228,118,142); }
div.DivClassName
{
background-color: #E4768E;
}
.BgClassName
{
background-color: #E4768E;
}
</style>
border-color css
<style>
span { border-color: #E4768E; }
span { border-color: rgb(228,118,142); }
td.TdClassName
{
border-color: #E4768E;
}
.TagClassName
{
border-color: #E4768E;
}
</style>