Shades of Deep Blush #E16681
Tints of Deep Blush #E16681
RGB
CMYK
RGB Variations
Color information
#E16681 (or 0xE16681) is known color: Deep Blush. HEX triplet: E1, 66 and 81. RGB value is (225,102,129). Sum of RGB (Red+Green+Blue) = 225+102+129=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E16681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16681 is #1E997E. Grayscale: #8D8D8D. Windows color (decimal): -2005375 or 8480481. OLE color: 8480481.
HSL color Cylindrical-coordinate representation of color #E16681: hue angle of 346.83º 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 #E16681 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 129 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.12 |
| HSL | 346.83º | 0.67% | 0.64% | - |
| HSV(B) | 346.83º | 0.55% | 0.88% | - |
| XYZ | 39.77 | 27.1 | 23.9 | - |
| YUV | 141.86 | 120.75 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 129 | 0 | 0.55 | 0.43 | 0.12 | 346.83 | 0.67 | 0.64 |
| Hex | E1 | 66 | 81 | 0 | 37 | 2B | C | 15B | 43 | 40 |
| Octal | 341 | 146 | 201 | 0 | 67 | 53 | 14 | 533 | 103 | 100 |
| Binary | 11100001 | 1100110 | 10000001 | 0 | 110111 | 101011 | 1100 | 101011011 | 1000011 | 1000000 |
Color Harmonies of #E16681
Complementary color
Monochromatic Colors of #E16681
Black with #E16681
Text Example
Text Example
White with #E16681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16681; }
p { color: rgb(225,102,129); }
H1.HeaderClassName
{
color: #E16681;
}
.AnyTagClassName
{
color: #E16681;
}
</style>
background-color css
<style>
a { background-color: #E16681; }
a { background-color: rgb(225,102,129); }
div.DivClassName
{
background-color: #E16681;
}
.BgClassName
{
background-color: #E16681;
}
</style>
border-color css
<style>
span { border-color: #E16681; }
span { border-color: rgb(225,102,129); }
td.TdClassName
{
border-color: #E16681;
}
.TagClassName
{
border-color: #E16681;
}
</style>