Shades of Deep Blush #E16782
Tints of Deep Blush #E16782
RGB
CMYK
RGB Variations
Color information
#E16782 (or 0xE16782) is known color: Deep Blush. HEX triplet: E1, 67 and 82. RGB value is (225,103,130). Sum of RGB (Red+Green+Blue) = 225+103+130=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E16782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16782 is #1E987D. Grayscale: #8E8E8E. Windows color (decimal): -2005118 or 8546273. OLE color: 8546273.
HSL color Cylindrical-coordinate representation of color #E16782: hue angle of 346.72º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E16782 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 103 | 130 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.12 |
| HSL | 346.72º | 0.67% | 0.64% | - |
| HSV(B) | 346.72º | 0.54% | 0.88% | - |
| XYZ | 39.93 | 27.32 | 24.29 | - |
| YUV | 142.56 | 120.92 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 103 | 130 | 0 | 0.54 | 0.42 | 0.12 | 346.72 | 0.67 | 0.64 |
| Hex | E1 | 67 | 82 | 0 | 36 | 2A | C | 15B | 43 | 40 |
| Octal | 341 | 147 | 202 | 0 | 66 | 52 | 14 | 533 | 103 | 100 |
| Binary | 11100001 | 1100111 | 10000010 | 0 | 110110 | 101010 | 1100 | 101011011 | 1000011 | 1000000 |
Color Harmonies of #E16782
Complementary color
Monochromatic Colors of #E16782
Black with #E16782
Text Example
Text Example
White with #E16782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16782; }
p { color: rgb(225,103,130); }
H1.HeaderClassName
{
color: #E16782;
}
.AnyTagClassName
{
color: #E16782;
}
</style>
background-color css
<style>
a { background-color: #E16782; }
a { background-color: rgb(225,103,130); }
div.DivClassName
{
background-color: #E16782;
}
.BgClassName
{
background-color: #E16782;
}
</style>
border-color css
<style>
span { border-color: #E16782; }
span { border-color: rgb(225,103,130); }
td.TdClassName
{
border-color: #E16782;
}
.TagClassName
{
border-color: #E16782;
}
</style>