Shades of Deep Blush #E96A8A
Tints of Deep Blush #E96A8A
RGB
CMYK
RGB Variations
Color information
#E96A8A (or 0xE96A8A) is known color: Deep Blush. HEX triplet: E9, 6A and 8A. RGB value is (233,106,138). Sum of RGB (Red+Green+Blue) = 233+106+138=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96A8A is #169575. Grayscale: #939393. Windows color (decimal): -1480054 or 9071337. OLE color: 9071337.
HSL color Cylindrical-coordinate representation of color #E96A8A: hue angle of 344.88º degrees, saturation: 0.74, 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 #E96A8A is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 106 | 138 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.09 |
| HSL | 344.88º | 0.74% | 0.66% | - |
| HSV(B) | 344.88º | 0.55% | 0.91% | - |
| XYZ | 43.35 | 29.47 | 27.45 | - |
| YUV | 147.62 | 122.58 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 106 | 138 | 0 | 0.55 | 0.41 | 0.09 | 344.88 | 0.74 | 0.66 |
| Hex | E9 | 6A | 8A | 0 | 37 | 29 | 9 | 159 | 4A | 42 |
| Octal | 351 | 152 | 212 | 0 | 67 | 51 | 11 | 531 | 112 | 102 |
| Binary | 11101001 | 1101010 | 10001010 | 0 | 110111 | 101001 | 1001 | 101011001 | 1001010 | 1000010 |
Color Harmonies of #E96A8A
Complementary color
Monochromatic Colors of #E96A8A
Black with #E96A8A
Text Example
Text Example
White with #E96A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96A8A; }
p { color: rgb(233,106,138); }
H1.HeaderClassName
{
color: #E96A8A;
}
.AnyTagClassName
{
color: #E96A8A;
}
</style>
background-color css
<style>
a { background-color: #E96A8A; }
a { background-color: rgb(233,106,138); }
div.DivClassName
{
background-color: #E96A8A;
}
.BgClassName
{
background-color: #E96A8A;
}
</style>
border-color css
<style>
span { border-color: #E96A8A; }
span { border-color: rgb(233,106,138); }
td.TdClassName
{
border-color: #E96A8A;
}
.TagClassName
{
border-color: #E96A8A;
}
</style>