Shades of Deep Blush #E16482
Tints of Deep Blush #E16482
RGB
CMYK
RGB Variations
Color information
#E16482 (or 0xE16482) is known color: Deep Blush. HEX triplet: E1, 64 and 82. RGB value is (225,100,130). Sum of RGB (Red+Green+Blue) = 225+100+130=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E16482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16482 is #1E9B7D. Grayscale: #8C8C8C. Windows color (decimal): -2005886 or 8545505. OLE color: 8545505.
HSL color Cylindrical-coordinate representation of color #E16482: hue angle of 345.6º 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 #E16482 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 100 | 130 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.12 |
| HSL | 345.6º | 0.68% | 0.64% | - |
| HSV(B) | 345.6º | 0.56% | 0.88% | - |
| XYZ | 39.64 | 26.73 | 24.19 | - |
| YUV | 140.8 | 121.91 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 130 | 0 | 0.56 | 0.42 | 0.12 | 345.6 | 0.68 | 0.64 |
| Hex | E1 | 64 | 82 | 0 | 38 | 2A | C | 15A | 44 | 40 |
| Octal | 341 | 144 | 202 | 0 | 70 | 52 | 14 | 532 | 104 | 100 |
| Binary | 11100001 | 1100100 | 10000010 | 0 | 111000 | 101010 | 1100 | 101011010 | 1000100 | 1000000 |
Color Harmonies of #E16482
Complementary color
Monochromatic Colors of #E16482
Black with #E16482
Text Example
Text Example
White with #E16482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16482; }
p { color: rgb(225,100,130); }
H1.HeaderClassName
{
color: #E16482;
}
.AnyTagClassName
{
color: #E16482;
}
</style>
background-color css
<style>
a { background-color: #E16482; }
a { background-color: rgb(225,100,130); }
div.DivClassName
{
background-color: #E16482;
}
.BgClassName
{
background-color: #E16482;
}
</style>
border-color css
<style>
span { border-color: #E16482; }
span { border-color: rgb(225,100,130); }
td.TdClassName
{
border-color: #E16482;
}
.TagClassName
{
border-color: #E16482;
}
</style>