Shades of Deep Blush #E96692
Tints of Deep Blush #E96692
RGB
CMYK
RGB Variations
Color information
#E96692 (or 0xE96692) is known color: Deep Blush. HEX triplet: E9, 66 and 92. RGB value is (233,102,146). Sum of RGB (Red+Green+Blue) = 233+102+146=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E96692 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96692 is #16996D. Grayscale: #929292. Windows color (decimal): -1481070 or 9594601. OLE color: 9594601.
HSL color Cylindrical-coordinate representation of color #E96692: hue angle of 339.85º 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 #E96692 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 146 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.09 |
| HSL | 339.85º | 0.75% | 0.66% | - |
| HSV(B) | 339.85º | 0.56% | 0.91% | - |
| XYZ | 43.54 | 28.9 | 30.48 | - |
| YUV | 146.19 | 127.9 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 146 | 0 | 0.56 | 0.37 | 0.09 | 339.85 | 0.75 | 0.66 |
| Hex | E9 | 66 | 92 | 0 | 38 | 25 | 9 | 154 | 4B | 42 |
| Octal | 351 | 146 | 222 | 0 | 70 | 45 | 11 | 524 | 113 | 102 |
| Binary | 11101001 | 1100110 | 10010010 | 0 | 111000 | 100101 | 1001 | 101010100 | 1001011 | 1000010 |
Color Harmonies of #E96692
Complementary color
Monochromatic Colors of #E96692
Black with #E96692
Text Example
Text Example
White with #E96692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96692; }
p { color: rgb(233,102,146); }
H1.HeaderClassName
{
color: #E96692;
}
.AnyTagClassName
{
color: #E96692;
}
</style>
background-color css
<style>
a { background-color: #E96692; }
a { background-color: rgb(233,102,146); }
div.DivClassName
{
background-color: #E96692;
}
.BgClassName
{
background-color: #E96692;
}
</style>
border-color css
<style>
span { border-color: #E96692; }
span { border-color: rgb(233,102,146); }
td.TdClassName
{
border-color: #E96692;
}
.TagClassName
{
border-color: #E96692;
}
</style>