Shades of Deep Blush #E96C8D
Tints of Deep Blush #E96C8D
RGB
CMYK
RGB Variations
Color information
#E96C8D (or 0xE96C8D) is known color: Deep Blush. HEX triplet: E9, 6C and 8D. RGB value is (233,108,141). Sum of RGB (Red+Green+Blue) = 233+108+141=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96C8D is #169372. Grayscale: #959595. Windows color (decimal): -1479539 or 9268457. OLE color: 9268457.
HSL color Cylindrical-coordinate representation of color #E96C8D: hue angle of 344.16º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96C8D is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 108 | 141 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.09 |
| HSL | 344.16º | 0.74% | 0.67% | - |
| HSV(B) | 344.16º | 0.54% | 0.91% | - |
| XYZ | 43.77 | 29.97 | 28.68 | - |
| YUV | 149.14 | 123.41 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 108 | 141 | 0 | 0.54 | 0.39 | 0.09 | 344.16 | 0.74 | 0.67 |
| Hex | E9 | 6C | 8D | 0 | 36 | 27 | 9 | 158 | 4A | 43 |
| Octal | 351 | 154 | 215 | 0 | 66 | 47 | 11 | 530 | 112 | 103 |
| Binary | 11101001 | 1101100 | 10001101 | 0 | 110110 | 100111 | 1001 | 101011000 | 1001010 | 1000011 |
Color Harmonies of #E96C8D
Complementary color
Monochromatic Colors of #E96C8D
Black with #E96C8D
Text Example
Text Example
White with #E96C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96C8D; }
p { color: rgb(233,108,141); }
H1.HeaderClassName
{
color: #E96C8D;
}
.AnyTagClassName
{
color: #E96C8D;
}
</style>
background-color css
<style>
a { background-color: #E96C8D; }
a { background-color: rgb(233,108,141); }
div.DivClassName
{
background-color: #E96C8D;
}
.BgClassName
{
background-color: #E96C8D;
}
</style>
border-color css
<style>
span { border-color: #E96C8D; }
span { border-color: rgb(233,108,141); }
td.TdClassName
{
border-color: #E96C8D;
}
.TagClassName
{
border-color: #E96C8D;
}
</style>