Shades of Deep Blush #E16384
Tints of Deep Blush #E16384
RGB
CMYK
RGB Variations
Color information
#E16384 (or 0xE16384) is known color: Deep Blush. HEX triplet: E1, 63 and 84. RGB value is (225,99,132). Sum of RGB (Red+Green+Blue) = 225+99+132=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E16384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16384 is #1E9C7B. Grayscale: #8C8C8C. Windows color (decimal): -2006140 or 8676321. OLE color: 8676321.
HSL color Cylindrical-coordinate representation of color #E16384: hue angle of 344.29º 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 #E16384 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 132 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.12 |
| HSL | 344.29º | 0.68% | 0.64% | - |
| HSV(B) | 344.29º | 0.56% | 0.88% | - |
| XYZ | 39.68 | 26.6 | 24.87 | - |
| YUV | 140.44 | 123.24 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 132 | 0 | 0.56 | 0.41 | 0.12 | 344.29 | 0.68 | 0.64 |
| Hex | E1 | 63 | 84 | 0 | 38 | 29 | C | 158 | 44 | 40 |
| Octal | 341 | 143 | 204 | 0 | 70 | 51 | 14 | 530 | 104 | 100 |
| Binary | 11100001 | 1100011 | 10000100 | 0 | 111000 | 101001 | 1100 | 101011000 | 1000100 | 1000000 |
Color Harmonies of #E16384
Complementary color
Monochromatic Colors of #E16384
Black with #E16384
Text Example
Text Example
White with #E16384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16384; }
p { color: rgb(225,99,132); }
H1.HeaderClassName
{
color: #E16384;
}
.AnyTagClassName
{
color: #E16384;
}
</style>
background-color css
<style>
a { background-color: #E16384; }
a { background-color: rgb(225,99,132); }
div.DivClassName
{
background-color: #E16384;
}
.BgClassName
{
background-color: #E16384;
}
</style>
border-color css
<style>
span { border-color: #E16384; }
span { border-color: rgb(225,99,132); }
td.TdClassName
{
border-color: #E16384;
}
.TagClassName
{
border-color: #E16384;
}
</style>