Shades of Deep Blush #E16A81
Tints of Deep Blush #E16A81
RGB
CMYK
RGB Variations
Color information
#E16A81 (or 0xE16A81) is known color: Deep Blush. HEX triplet: E1, 6A and 81. RGB value is (225,106,129). Sum of RGB (Red+Green+Blue) = 225+106+129=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16A81 is #1E957E. Grayscale: #909090. Windows color (decimal): -2004351 or 8481505. OLE color: 8481505.
HSL color Cylindrical-coordinate representation of color #E16A81: hue angle of 348.4º 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 #E16A81 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 129 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.12 |
| HSL | 348.4º | 0.66% | 0.65% | - |
| HSV(B) | 348.4º | 0.53% | 0.88% | - |
| XYZ | 40.17 | 27.9 | 24.04 | - |
| YUV | 144.2 | 119.42 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 129 | 0 | 0.53 | 0.43 | 0.12 | 348.4 | 0.66 | 0.65 |
| Hex | E1 | 6A | 81 | 0 | 35 | 2B | C | 15C | 42 | 41 |
| Octal | 341 | 152 | 201 | 0 | 65 | 53 | 14 | 534 | 102 | 101 |
| Binary | 11100001 | 1101010 | 10000001 | 0 | 110101 | 101011 | 1100 | 101011100 | 1000010 | 1000001 |
Color Harmonies of #E16A81
Complementary color
Monochromatic Colors of #E16A81
Black with #E16A81
Text Example
Text Example
White with #E16A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16A81; }
p { color: rgb(225,106,129); }
H1.HeaderClassName
{
color: #E16A81;
}
.AnyTagClassName
{
color: #E16A81;
}
</style>
background-color css
<style>
a { background-color: #E16A81; }
a { background-color: rgb(225,106,129); }
div.DivClassName
{
background-color: #E16A81;
}
.BgClassName
{
background-color: #E16A81;
}
</style>
border-color css
<style>
span { border-color: #E16A81; }
span { border-color: rgb(225,106,129); }
td.TdClassName
{
border-color: #E16A81;
}
.TagClassName
{
border-color: #E16A81;
}
</style>