Shades of Deep Blush #E16A8E
Tints of Deep Blush #E16A8E
RGB
CMYK
RGB Variations
Color information
#E16A8E (or 0xE16A8E) is known color: Deep Blush. HEX triplet: E1, 6A and 8E. RGB value is (225,106,142). Sum of RGB (Red+Green+Blue) = 225+106+142=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16A8E is #1E9571. Grayscale: #919191. Windows color (decimal): -2004338 or 9333473. OLE color: 9333473.
HSL color Cylindrical-coordinate representation of color #E16A8E: hue angle of 341.85º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16A8E is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 142 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.12 |
| HSL | 341.85º | 0.66% | 0.65% | - |
| HSV(B) | 341.85º | 0.53% | 0.88% | - |
| XYZ | 41.09 | 28.27 | 28.88 | - |
| YUV | 145.69 | 125.92 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 142 | 0 | 0.53 | 0.37 | 0.12 | 341.85 | 0.66 | 0.65 |
| Hex | E1 | 6A | 8E | 0 | 35 | 25 | C | 156 | 42 | 41 |
| Octal | 341 | 152 | 216 | 0 | 65 | 45 | 14 | 526 | 102 | 101 |
| Binary | 11100001 | 1101010 | 10001110 | 0 | 110101 | 100101 | 1100 | 101010110 | 1000010 | 1000001 |
Color Harmonies of #E16A8E
Complementary color
Monochromatic Colors of #E16A8E
Black with #E16A8E
Text Example
Text Example
White with #E16A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16A8E; }
p { color: rgb(225,106,142); }
H1.HeaderClassName
{
color: #E16A8E;
}
.AnyTagClassName
{
color: #E16A8E;
}
</style>
background-color css
<style>
a { background-color: #E16A8E; }
a { background-color: rgb(225,106,142); }
div.DivClassName
{
background-color: #E16A8E;
}
.BgClassName
{
background-color: #E16A8E;
}
</style>
border-color css
<style>
span { border-color: #E16A8E; }
span { border-color: rgb(225,106,142); }
td.TdClassName
{
border-color: #E16A8E;
}
.TagClassName
{
border-color: #E16A8E;
}
</style>