Shades of Deep Blush #E9768D
Tints of Deep Blush #E9768D
RGB
CMYK
RGB Variations
Color information
#E9768D (or 0xE9768D) is known color: Deep Blush. HEX triplet: E9, 76 and 8D. RGB value is (233,118,141). Sum of RGB (Red+Green+Blue) = 233+118+141=492 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.36% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 233 - color contains mainly: red. Hex color #E9768D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9768D is #168972. Grayscale: #9B9B9B. Windows color (decimal): -1476979 or 9271017. OLE color: 9271017.
HSL color Cylindrical-coordinate representation of color #E9768D: hue angle of 348º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E9768D is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 118 | 141 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.09 |
| HSL | 348º | 0.72% | 0.69% | - |
| HSV(B) | 348º | 0.49% | 0.91% | - |
| XYZ | 44.89 | 32.2 | 29.05 | - |
| YUV | 155.01 | 120.1 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 118 | 141 | 0 | 0.49 | 0.39 | 0.09 | 348 | 0.72 | 0.69 |
| Hex | E9 | 76 | 8D | 0 | 31 | 27 | 9 | 15C | 48 | 45 |
| Octal | 351 | 166 | 215 | 0 | 61 | 47 | 11 | 534 | 110 | 105 |
| Binary | 11101001 | 1110110 | 10001101 | 0 | 110001 | 100111 | 1001 | 101011100 | 1001000 | 1000101 |
Color Harmonies of #E9768D
Complementary color
Monochromatic Colors of #E9768D
Black with #E9768D
Text Example
Text Example
White with #E9768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9768D; }
p { color: rgb(233,118,141); }
H1.HeaderClassName
{
color: #E9768D;
}
.AnyTagClassName
{
color: #E9768D;
}
</style>
background-color css
<style>
a { background-color: #E9768D; }
a { background-color: rgb(233,118,141); }
div.DivClassName
{
background-color: #E9768D;
}
.BgClassName
{
background-color: #E9768D;
}
</style>
border-color css
<style>
span { border-color: #E9768D; }
span { border-color: rgb(233,118,141); }
td.TdClassName
{
border-color: #E9768D;
}
.TagClassName
{
border-color: #E9768D;
}
</style>