Shades of Deep Blush #E16686
Tints of Deep Blush #E16686
RGB
CMYK
RGB Variations
Color information
#E16686 (or 0xE16686) is known color: Deep Blush. HEX triplet: E1, 66 and 86. RGB value is (225,102,134). Sum of RGB (Red+Green+Blue) = 225+102+134=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E16686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16686 is #1E9979. Grayscale: #8E8E8E. Windows color (decimal): -2005370 or 8808161. OLE color: 8808161.
HSL color Cylindrical-coordinate representation of color #E16686: hue angle of 344.39º 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 #E16686 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 134 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.12 |
| HSL | 344.39º | 0.67% | 0.64% | - |
| HSV(B) | 344.39º | 0.55% | 0.88% | - |
| XYZ | 40.11 | 27.23 | 25.7 | - |
| YUV | 142.43 | 123.25 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 134 | 0 | 0.55 | 0.40 | 0.12 | 344.39 | 0.67 | 0.64 |
| Hex | E1 | 66 | 86 | 0 | 37 | 28 | C | 158 | 43 | 40 |
| Octal | 341 | 146 | 206 | 0 | 67 | 50 | 14 | 530 | 103 | 100 |
| Binary | 11100001 | 1100110 | 10000110 | 0 | 110111 | 101000 | 1100 | 101011000 | 1000011 | 1000000 |
Color Harmonies of #E16686
Complementary color
Monochromatic Colors of #E16686
Black with #E16686
Text Example
Text Example
White with #E16686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16686; }
p { color: rgb(225,102,134); }
H1.HeaderClassName
{
color: #E16686;
}
.AnyTagClassName
{
color: #E16686;
}
</style>
background-color css
<style>
a { background-color: #E16686; }
a { background-color: rgb(225,102,134); }
div.DivClassName
{
background-color: #E16686;
}
.BgClassName
{
background-color: #E16686;
}
</style>
border-color css
<style>
span { border-color: #E16686; }
span { border-color: rgb(225,102,134); }
td.TdClassName
{
border-color: #E16686;
}
.TagClassName
{
border-color: #E16686;
}
</style>