Shades of Deep Blush #E16B8C
Tints of Deep Blush #E16B8C
RGB
CMYK
RGB Variations
Color information
#E16B8C (or 0xE16B8C) is known color: Deep Blush. HEX triplet: E1, 6B and 8C. RGB value is (225,107,140). Sum of RGB (Red+Green+Blue) = 225+107+140=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16B8C is #1E9473. Grayscale: #929292. Windows color (decimal): -2004084 or 9202657. OLE color: 9202657.
HSL color Cylindrical-coordinate representation of color #E16B8C: hue angle of 343.22º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16B8C is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 140 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.12 |
| HSL | 343.22º | 0.66% | 0.65% | - |
| HSV(B) | 343.22º | 0.52% | 0.88% | - |
| XYZ | 41.04 | 28.42 | 28.13 | - |
| YUV | 146.04 | 124.59 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 140 | 0 | 0.52 | 0.38 | 0.12 | 343.22 | 0.66 | 0.65 |
| Hex | E1 | 6B | 8C | 0 | 34 | 26 | C | 157 | 42 | 41 |
| Octal | 341 | 153 | 214 | 0 | 64 | 46 | 14 | 527 | 102 | 101 |
| Binary | 11100001 | 1101011 | 10001100 | 0 | 110100 | 100110 | 1100 | 101010111 | 1000010 | 1000001 |
Color Harmonies of #E16B8C
Complementary color
Monochromatic Colors of #E16B8C
Black with #E16B8C
Text Example
Text Example
White with #E16B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16B8C; }
p { color: rgb(225,107,140); }
H1.HeaderClassName
{
color: #E16B8C;
}
.AnyTagClassName
{
color: #E16B8C;
}
</style>
background-color css
<style>
a { background-color: #E16B8C; }
a { background-color: rgb(225,107,140); }
div.DivClassName
{
background-color: #E16B8C;
}
.BgClassName
{
background-color: #E16B8C;
}
</style>
border-color css
<style>
span { border-color: #E16B8C; }
span { border-color: rgb(225,107,140); }
td.TdClassName
{
border-color: #E16B8C;
}
.TagClassName
{
border-color: #E16B8C;
}
</style>