Shades of Deep Blush #E16C81
Tints of Deep Blush #E16C81
RGB
CMYK
RGB Variations
Color information
#E16C81 (or 0xE16C81) is known color: Deep Blush. HEX triplet: E1, 6C and 81. RGB value is (225,108,129). Sum of RGB (Red+Green+Blue) = 225+108+129=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16C81 is #1E937E. Grayscale: #919191. Windows color (decimal): -2003839 or 8482017. OLE color: 8482017.
HSL color Cylindrical-coordinate representation of color #E16C81: hue angle of 349.23º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16C81 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 129 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.12 |
| HSL | 349.23º | 0.66% | 0.65% | - |
| HSV(B) | 349.23º | 0.52% | 0.88% | - |
| XYZ | 40.38 | 28.32 | 24.11 | - |
| YUV | 145.38 | 118.76 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 129 | 0 | 0.52 | 0.43 | 0.12 | 349.23 | 0.66 | 0.65 |
| Hex | E1 | 6C | 81 | 0 | 34 | 2B | C | 15D | 42 | 41 |
| Octal | 341 | 154 | 201 | 0 | 64 | 53 | 14 | 535 | 102 | 101 |
| Binary | 11100001 | 1101100 | 10000001 | 0 | 110100 | 101011 | 1100 | 101011101 | 1000010 | 1000001 |
Color Harmonies of #E16C81
Complementary color
Monochromatic Colors of #E16C81
Black with #E16C81
Text Example
Text Example
White with #E16C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16C81; }
p { color: rgb(225,108,129); }
H1.HeaderClassName
{
color: #E16C81;
}
.AnyTagClassName
{
color: #E16C81;
}
</style>
background-color css
<style>
a { background-color: #E16C81; }
a { background-color: rgb(225,108,129); }
div.DivClassName
{
background-color: #E16C81;
}
.BgClassName
{
background-color: #E16C81;
}
</style>
border-color css
<style>
span { border-color: #E16C81; }
span { border-color: rgb(225,108,129); }
td.TdClassName
{
border-color: #E16C81;
}
.TagClassName
{
border-color: #E16C81;
}
</style>