Shades of Deep Blush #E4768D
Tints of Deep Blush #E4768D
RGB
CMYK
RGB Variations
Color information
#E4768D (or 0xE4768D) is known color: Deep Blush. HEX triplet: E4, 76 and 8D. RGB value is (228,118,141). Sum of RGB (Red+Green+Blue) = 228+118+141=487 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.82% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 228 - color contains mainly: red. Hex color #E4768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E4768D is #1B8972. Grayscale: #999999. Windows color (decimal): -1804659 or 9271012. OLE color: 9271012.
HSL color Cylindrical-coordinate representation of color #E4768D: hue angle of 347.45º 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 #E4768D is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 118 | 141 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.11 |
| HSL | 347.45º | 0.67% | 0.68% | - |
| HSV(B) | 347.45º | 0.48% | 0.89% | - |
| XYZ | 43.28 | 31.37 | 28.97 | - |
| YUV | 153.51 | 120.94 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 118 | 141 | 0 | 0.48 | 0.38 | 0.11 | 347.45 | 0.67 | 0.68 |
| Hex | E4 | 76 | 8D | 0 | 30 | 26 | B | 15B | 43 | 44 |
| Octal | 344 | 166 | 215 | 0 | 60 | 46 | 13 | 533 | 103 | 104 |
| Binary | 11100100 | 1110110 | 10001101 | 0 | 110000 | 100110 | 1011 | 101011011 | 1000011 | 1000100 |
Color Harmonies of #E4768D
Complementary color
Monochromatic Colors of #E4768D
Black with #E4768D
Text Example
Text Example
White with #E4768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4768D; }
p { color: rgb(228,118,141); }
H1.HeaderClassName
{
color: #E4768D;
}
.AnyTagClassName
{
color: #E4768D;
}
</style>
background-color css
<style>
a { background-color: #E4768D; }
a { background-color: rgb(228,118,141); }
div.DivClassName
{
background-color: #E4768D;
}
.BgClassName
{
background-color: #E4768D;
}
</style>
border-color css
<style>
span { border-color: #E4768D; }
span { border-color: rgb(228,118,141); }
td.TdClassName
{
border-color: #E4768D;
}
.TagClassName
{
border-color: #E4768D;
}
</style>