Shades of Deep Blush #E96684
Tints of Deep Blush #E96684
RGB
CMYK
RGB Variations
Color information
#E96684 (or 0xE96684) is known color: Deep Blush. HEX triplet: E9, 66 and 84. RGB value is (233,102,132). Sum of RGB (Red+Green+Blue) = 233+102+132=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E96684 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96684 is #16997B. Grayscale: #909090. Windows color (decimal): -1481084 or 8677097. OLE color: 8677097.
HSL color Cylindrical-coordinate representation of color #E96684: hue angle of 346.26º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E96684 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 132 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.09 |
| HSL | 346.26º | 0.75% | 0.66% | - |
| HSV(B) | 346.26º | 0.56% | 0.91% | - |
| XYZ | 42.52 | 28.49 | 25.09 | - |
| YUV | 144.59 | 120.9 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 132 | 0 | 0.56 | 0.43 | 0.09 | 346.26 | 0.75 | 0.66 |
| Hex | E9 | 66 | 84 | 0 | 38 | 2B | 9 | 15A | 4B | 42 |
| Octal | 351 | 146 | 204 | 0 | 70 | 53 | 11 | 532 | 113 | 102 |
| Binary | 11101001 | 1100110 | 10000100 | 0 | 111000 | 101011 | 1001 | 101011010 | 1001011 | 1000010 |
Color Harmonies of #E96684
Complementary color
Monochromatic Colors of #E96684
Black with #E96684
Text Example
Text Example
White with #E96684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96684; }
p { color: rgb(233,102,132); }
H1.HeaderClassName
{
color: #E96684;
}
.AnyTagClassName
{
color: #E96684;
}
</style>
background-color css
<style>
a { background-color: #E96684; }
a { background-color: rgb(233,102,132); }
div.DivClassName
{
background-color: #E96684;
}
.BgClassName
{
background-color: #E96684;
}
</style>
border-color css
<style>
span { border-color: #E96684; }
span { border-color: rgb(233,102,132); }
td.TdClassName
{
border-color: #E96684;
}
.TagClassName
{
border-color: #E96684;
}
</style>