Shades of Deep Blush #E96881
Tints of Deep Blush #E96881
RGB
CMYK
RGB Variations
Color information
#E96881 (or 0xE96881) is known color: Deep Blush. HEX triplet: E9, 68 and 81. RGB value is (233,104,129). Sum of RGB (Red+Green+Blue) = 233+104+129=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E96881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96881 is #16977E. Grayscale: #919191. Windows color (decimal): -1480575 or 8481001. OLE color: 8481001.
HSL color Cylindrical-coordinate representation of color #E96881: hue angle of 348.37º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E96881 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 104 | 129 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.09 |
| HSL | 348.37º | 0.75% | 0.66% | - |
| HSV(B) | 348.37º | 0.55% | 0.91% | - |
| XYZ | 42.52 | 28.81 | 24.09 | - |
| YUV | 145.42 | 118.74 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 104 | 129 | 0 | 0.55 | 0.45 | 0.09 | 348.37 | 0.75 | 0.66 |
| Hex | E9 | 68 | 81 | 0 | 37 | 2D | 9 | 15C | 4B | 42 |
| Octal | 351 | 150 | 201 | 0 | 67 | 55 | 11 | 534 | 113 | 102 |
| Binary | 11101001 | 1101000 | 10000001 | 0 | 110111 | 101101 | 1001 | 101011100 | 1001011 | 1000010 |
Color Harmonies of #E96881
Complementary color
Monochromatic Colors of #E96881
Black with #E96881
Text Example
Text Example
White with #E96881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96881; }
p { color: rgb(233,104,129); }
H1.HeaderClassName
{
color: #E96881;
}
.AnyTagClassName
{
color: #E96881;
}
</style>
background-color css
<style>
a { background-color: #E96881; }
a { background-color: rgb(233,104,129); }
div.DivClassName
{
background-color: #E96881;
}
.BgClassName
{
background-color: #E96881;
}
</style>
border-color css
<style>
span { border-color: #E96881; }
span { border-color: rgb(233,104,129); }
td.TdClassName
{
border-color: #E96881;
}
.TagClassName
{
border-color: #E96881;
}
</style>