Shades of Deep Blush #E16685
Tints of Deep Blush #E16685
RGB
CMYK
RGB Variations
Color information
#E16685 (or 0xE16685) is known color: Deep Blush. HEX triplet: E1, 66 and 85. RGB value is (225,102,133). Sum of RGB (Red+Green+Blue) = 225+102+133=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E16685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16685 is #1E997A. Grayscale: #8E8E8E. Windows color (decimal): -2005371 or 8742625. OLE color: 8742625.
HSL color Cylindrical-coordinate representation of color #E16685: hue angle of 344.88º 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 #E16685 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 133 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.12 |
| HSL | 344.88º | 0.67% | 0.64% | - |
| HSV(B) | 344.88º | 0.55% | 0.88% | - |
| XYZ | 40.04 | 27.2 | 25.33 | - |
| YUV | 142.31 | 122.75 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 133 | 0 | 0.55 | 0.41 | 0.12 | 344.88 | 0.67 | 0.64 |
| Hex | E1 | 66 | 85 | 0 | 37 | 29 | C | 159 | 43 | 40 |
| Octal | 341 | 146 | 205 | 0 | 67 | 51 | 14 | 531 | 103 | 100 |
| Binary | 11100001 | 1100110 | 10000101 | 0 | 110111 | 101001 | 1100 | 101011001 | 1000011 | 1000000 |
Color Harmonies of #E16685
Complementary color
Monochromatic Colors of #E16685
Black with #E16685
Text Example
Text Example
White with #E16685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16685; }
p { color: rgb(225,102,133); }
H1.HeaderClassName
{
color: #E16685;
}
.AnyTagClassName
{
color: #E16685;
}
</style>
background-color css
<style>
a { background-color: #E16685; }
a { background-color: rgb(225,102,133); }
div.DivClassName
{
background-color: #E16685;
}
.BgClassName
{
background-color: #E16685;
}
</style>
border-color css
<style>
span { border-color: #E16685; }
span { border-color: rgb(225,102,133); }
td.TdClassName
{
border-color: #E16685;
}
.TagClassName
{
border-color: #E16685;
}
</style>