Shades of Deep Blush #E96F8D
Tints of Deep Blush #E96F8D
RGB
CMYK
RGB Variations
Color information
#E96F8D (or 0xE96F8D) is known color: Deep Blush. HEX triplet: E9, 6F and 8D. RGB value is (233,111,141). Sum of RGB (Red+Green+Blue) = 233+111+141=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 233 - color contains mainly: red. Hex color #E96F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96F8D is #169072. Grayscale: #969696. Windows color (decimal): -1478771 or 9269225. OLE color: 9269225.
HSL color Cylindrical-coordinate representation of color #E96F8D: hue angle of 345.25º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E96F8D is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 111 | 141 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.09 |
| HSL | 345.25º | 0.73% | 0.67% | - |
| HSV(B) | 345.25º | 0.52% | 0.91% | - |
| XYZ | 44.1 | 30.62 | 28.78 | - |
| YUV | 150.9 | 122.42 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 111 | 141 | 0 | 0.52 | 0.39 | 0.09 | 345.25 | 0.73 | 0.67 |
| Hex | E9 | 6F | 8D | 0 | 34 | 27 | 9 | 159 | 49 | 43 |
| Octal | 351 | 157 | 215 | 0 | 64 | 47 | 11 | 531 | 111 | 103 |
| Binary | 11101001 | 1101111 | 10001101 | 0 | 110100 | 100111 | 1001 | 101011001 | 1001001 | 1000011 |
Color Harmonies of #E96F8D
Complementary color
Monochromatic Colors of #E96F8D
Black with #E96F8D
Text Example
Text Example
White with #E96F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96F8D; }
p { color: rgb(233,111,141); }
H1.HeaderClassName
{
color: #E96F8D;
}
.AnyTagClassName
{
color: #E96F8D;
}
</style>
background-color css
<style>
a { background-color: #E96F8D; }
a { background-color: rgb(233,111,141); }
div.DivClassName
{
background-color: #E96F8D;
}
.BgClassName
{
background-color: #E96F8D;
}
</style>
border-color css
<style>
span { border-color: #E96F8D; }
span { border-color: rgb(233,111,141); }
td.TdClassName
{
border-color: #E96F8D;
}
.TagClassName
{
border-color: #E96F8D;
}
</style>