Shades of Deep Blush #E16388
Tints of Deep Blush #E16388
RGB
CMYK
RGB Variations
Color information
#E16388 (or 0xE16388) is known color: Deep Blush. HEX triplet: E1, 63 and 88. RGB value is (225,99,136). Sum of RGB (Red+Green+Blue) = 225+99+136=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E16388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16388 is #1E9C77. Grayscale: #8C8C8C. Windows color (decimal): -2006136 or 8938465. OLE color: 8938465.
HSL color Cylindrical-coordinate representation of color #E16388: hue angle of 342.38º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16388 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 136 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.12 |
| HSL | 342.38º | 0.68% | 0.64% | - |
| HSV(B) | 342.38º | 0.56% | 0.88% | - |
| XYZ | 39.96 | 26.71 | 26.34 | - |
| YUV | 140.89 | 125.24 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 136 | 0 | 0.56 | 0.40 | 0.12 | 342.38 | 0.68 | 0.64 |
| Hex | E1 | 63 | 88 | 0 | 38 | 28 | C | 156 | 44 | 40 |
| Octal | 341 | 143 | 210 | 0 | 70 | 50 | 14 | 526 | 104 | 100 |
| Binary | 11100001 | 1100011 | 10001000 | 0 | 111000 | 101000 | 1100 | 101010110 | 1000100 | 1000000 |
Color Harmonies of #E16388
Complementary color
Monochromatic Colors of #E16388
Black with #E16388
Text Example
Text Example
White with #E16388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16388; }
p { color: rgb(225,99,136); }
H1.HeaderClassName
{
color: #E16388;
}
.AnyTagClassName
{
color: #E16388;
}
</style>
background-color css
<style>
a { background-color: #E16388; }
a { background-color: rgb(225,99,136); }
div.DivClassName
{
background-color: #E16388;
}
.BgClassName
{
background-color: #E16388;
}
</style>
border-color css
<style>
span { border-color: #E16388; }
span { border-color: rgb(225,99,136); }
td.TdClassName
{
border-color: #E16388;
}
.TagClassName
{
border-color: #E16388;
}
</style>