Shades of Deep Blush #E4768F
Tints of Deep Blush #E4768F
RGB
CMYK
RGB Variations
Color information
#E4768F (or 0xE4768F) is known color: Deep Blush. HEX triplet: E4, 76 and 8F. RGB value is (228,118,143). Sum of RGB (Red+Green+Blue) = 228+118+143=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 228 - color contains mainly: red. Hex color #E4768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E4768F is #1B8970. Grayscale: #999999. Windows color (decimal): -1804657 or 9402084. OLE color: 9402084.
HSL color Cylindrical-coordinate representation of color #E4768F: hue angle of 346.36º 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 #E4768F is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 118 | 143 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.11 |
| HSL | 346.36º | 0.67% | 0.68% | - |
| HSV(B) | 346.36º | 0.48% | 0.89% | - |
| XYZ | 43.43 | 31.43 | 29.76 | - |
| YUV | 153.74 | 121.94 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 118 | 143 | 0 | 0.48 | 0.37 | 0.11 | 346.36 | 0.67 | 0.68 |
| Hex | E4 | 76 | 8F | 0 | 30 | 25 | B | 15A | 43 | 44 |
| Octal | 344 | 166 | 217 | 0 | 60 | 45 | 13 | 532 | 103 | 104 |
| Binary | 11100100 | 1110110 | 10001111 | 0 | 110000 | 100101 | 1011 | 101011010 | 1000011 | 1000100 |
Color Harmonies of #E4768F
Complementary color
Monochromatic Colors of #E4768F
Black with #E4768F
Text Example
Text Example
White with #E4768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4768F; }
p { color: rgb(228,118,143); }
H1.HeaderClassName
{
color: #E4768F;
}
.AnyTagClassName
{
color: #E4768F;
}
</style>
background-color css
<style>
a { background-color: #E4768F; }
a { background-color: rgb(228,118,143); }
div.DivClassName
{
background-color: #E4768F;
}
.BgClassName
{
background-color: #E4768F;
}
</style>
border-color css
<style>
span { border-color: #E4768F; }
span { border-color: rgb(228,118,143); }
td.TdClassName
{
border-color: #E4768F;
}
.TagClassName
{
border-color: #E4768F;
}
</style>