Shades of Deep Blush #E16688
Tints of Deep Blush #E16688
RGB
CMYK
RGB Variations
Color information
#E16688 (or 0xE16688) is known color: Deep Blush. HEX triplet: E1, 66 and 88. RGB value is (225,102,136). Sum of RGB (Red+Green+Blue) = 225+102+136=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E16688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16688 is #1E9977. Grayscale: #8E8E8E. Windows color (decimal): -2005368 or 8939233. OLE color: 8939233.
HSL color Cylindrical-coordinate representation of color #E16688: hue angle of 343.41º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E16688 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 136 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.12 |
| HSL | 343.41º | 0.67% | 0.64% | - |
| HSV(B) | 343.41º | 0.55% | 0.88% | - |
| XYZ | 40.25 | 27.29 | 26.44 | - |
| YUV | 142.65 | 124.25 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 136 | 0 | 0.55 | 0.40 | 0.12 | 343.41 | 0.67 | 0.64 |
| Hex | E1 | 66 | 88 | 0 | 37 | 28 | C | 157 | 43 | 40 |
| Octal | 341 | 146 | 210 | 0 | 67 | 50 | 14 | 527 | 103 | 100 |
| Binary | 11100001 | 1100110 | 10001000 | 0 | 110111 | 101000 | 1100 | 101010111 | 1000011 | 1000000 |
Color Harmonies of #E16688
Complementary color
Monochromatic Colors of #E16688
Black with #E16688
Text Example
Text Example
White with #E16688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16688; }
p { color: rgb(225,102,136); }
H1.HeaderClassName
{
color: #E16688;
}
.AnyTagClassName
{
color: #E16688;
}
</style>
background-color css
<style>
a { background-color: #E16688; }
a { background-color: rgb(225,102,136); }
div.DivClassName
{
background-color: #E16688;
}
.BgClassName
{
background-color: #E16688;
}
</style>
border-color css
<style>
span { border-color: #E16688; }
span { border-color: rgb(225,102,136); }
td.TdClassName
{
border-color: #E16688;
}
.TagClassName
{
border-color: #E16688;
}
</style>