Shades of Deep Blush #E16C84
Tints of Deep Blush #E16C84
RGB
CMYK
RGB Variations
Color information
#E16C84 (or 0xE16C84) is known color: Deep Blush. HEX triplet: E1, 6C and 84. RGB value is (225,108,132). Sum of RGB (Red+Green+Blue) = 225+108+132=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16C84 is #1E937B. Grayscale: #919191. Windows color (decimal): -2003836 or 8678625. OLE color: 8678625.
HSL color Cylindrical-coordinate representation of color #E16C84: hue angle of 347.69º 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 #E16C84 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 132 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.12 |
| HSL | 347.69º | 0.66% | 0.65% | - |
| HSV(B) | 347.69º | 0.52% | 0.88% | - |
| XYZ | 40.58 | 28.4 | 25.17 | - |
| YUV | 145.72 | 120.26 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 132 | 0 | 0.52 | 0.41 | 0.12 | 347.69 | 0.66 | 0.65 |
| Hex | E1 | 6C | 84 | 0 | 34 | 29 | C | 15C | 42 | 41 |
| Octal | 341 | 154 | 204 | 0 | 64 | 51 | 14 | 534 | 102 | 101 |
| Binary | 11100001 | 1101100 | 10000100 | 0 | 110100 | 101001 | 1100 | 101011100 | 1000010 | 1000001 |
Color Harmonies of #E16C84
Complementary color
Monochromatic Colors of #E16C84
Black with #E16C84
Text Example
Text Example
White with #E16C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16C84; }
p { color: rgb(225,108,132); }
H1.HeaderClassName
{
color: #E16C84;
}
.AnyTagClassName
{
color: #E16C84;
}
</style>
background-color css
<style>
a { background-color: #E16C84; }
a { background-color: rgb(225,108,132); }
div.DivClassName
{
background-color: #E16C84;
}
.BgClassName
{
background-color: #E16C84;
}
</style>
border-color css
<style>
span { border-color: #E16C84; }
span { border-color: rgb(225,108,132); }
td.TdClassName
{
border-color: #E16C84;
}
.TagClassName
{
border-color: #E16C84;
}
</style>