Shades of Deep Blush #E96B8D
Tints of Deep Blush #E96B8D
RGB
CMYK
RGB Variations
Color information
#E96B8D (or 0xE96B8D) is known color: Deep Blush. HEX triplet: E9, 6B and 8D. RGB value is (233,107,141). Sum of RGB (Red+Green+Blue) = 233+107+141=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E96B8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96B8D is #169472. Grayscale: #949494. Windows color (decimal): -1479795 or 9268201. OLE color: 9268201.
HSL color Cylindrical-coordinate representation of color #E96B8D: hue angle of 343.81º 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 #E96B8D is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 107 | 141 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.09 |
| HSL | 343.81º | 0.74% | 0.67% | - |
| HSV(B) | 343.81º | 0.54% | 0.91% | - |
| XYZ | 43.67 | 29.76 | 28.64 | - |
| YUV | 148.55 | 123.74 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 141 | 0 | 0.54 | 0.39 | 0.09 | 343.81 | 0.74 | 0.67 |
| Hex | E9 | 6B | 8D | 0 | 36 | 27 | 9 | 158 | 4A | 43 |
| Octal | 351 | 153 | 215 | 0 | 66 | 47 | 11 | 530 | 112 | 103 |
| Binary | 11101001 | 1101011 | 10001101 | 0 | 110110 | 100111 | 1001 | 101011000 | 1001010 | 1000011 |
Color Harmonies of #E96B8D
Complementary color
Monochromatic Colors of #E96B8D
Black with #E96B8D
Text Example
Text Example
White with #E96B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96B8D; }
p { color: rgb(233,107,141); }
H1.HeaderClassName
{
color: #E96B8D;
}
.AnyTagClassName
{
color: #E96B8D;
}
</style>
background-color css
<style>
a { background-color: #E96B8D; }
a { background-color: rgb(233,107,141); }
div.DivClassName
{
background-color: #E96B8D;
}
.BgClassName
{
background-color: #E96B8D;
}
</style>
border-color css
<style>
span { border-color: #E96B8D; }
span { border-color: rgb(233,107,141); }
td.TdClassName
{
border-color: #E96B8D;
}
.TagClassName
{
border-color: #E96B8D;
}
</style>