Shades of Deep Blush #E5768B
Tints of Deep Blush #E5768B
RGB
CMYK
RGB Variations
Color information
#E5768B (or 0xE5768B) is known color: Deep Blush. HEX triplet: E5, 76 and 8B. RGB value is (229,118,139). Sum of RGB (Red+Green+Blue) = 229+118+139=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E5768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5768B is #1A8974. Grayscale: #999999. Windows color (decimal): -1739125 or 9139941. OLE color: 9139941.
HSL color Cylindrical-coordinate representation of color #E5768B: hue angle of 348.65º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5768B is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 118 | 139 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.10 |
| HSL | 348.65º | 0.68% | 0.68% | - |
| HSV(B) | 348.65º | 0.48% | 0.9% | - |
| XYZ | 43.45 | 31.48 | 28.21 | - |
| YUV | 153.58 | 119.77 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 118 | 139 | 0 | 0.48 | 0.39 | 0.10 | 348.65 | 0.68 | 0.68 |
| Hex | E5 | 76 | 8B | 0 | 30 | 27 | A | 15D | 44 | 44 |
| Octal | 345 | 166 | 213 | 0 | 60 | 47 | 12 | 535 | 104 | 104 |
| Binary | 11100101 | 1110110 | 10001011 | 0 | 110000 | 100111 | 1010 | 101011101 | 1000100 | 1000100 |
Color Harmonies of #E5768B
Complementary color
Monochromatic Colors of #E5768B
Black with #E5768B
Text Example
Text Example
White with #E5768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5768B; }
p { color: rgb(229,118,139); }
H1.HeaderClassName
{
color: #E5768B;
}
.AnyTagClassName
{
color: #E5768B;
}
</style>
background-color css
<style>
a { background-color: #E5768B; }
a { background-color: rgb(229,118,139); }
div.DivClassName
{
background-color: #E5768B;
}
.BgClassName
{
background-color: #E5768B;
}
</style>
border-color css
<style>
span { border-color: #E5768B; }
span { border-color: rgb(229,118,139); }
td.TdClassName
{
border-color: #E5768B;
}
.TagClassName
{
border-color: #E5768B;
}
</style>