Shades of Deep Blush #E16B7F
Tints of Deep Blush #E16B7F
RGB
CMYK
RGB Variations
Color information
#E16B7F (or 0xE16B7F) is known color: Deep Blush. HEX triplet: E1, 6B and 7F. RGB value is (225,107,127). Sum of RGB (Red+Green+Blue) = 225+107+127=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16B7F is #1E9480. Grayscale: #909090. Windows color (decimal): -2004097 or 8350689. OLE color: 8350689.
HSL color Cylindrical-coordinate representation of color #E16B7F: hue angle of 349.83º 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 #E16B7F is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 127 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.12 |
| HSL | 349.83º | 0.66% | 0.65% | - |
| HSV(B) | 349.83º | 0.52% | 0.88% | - |
| XYZ | 40.14 | 28.06 | 23.38 | - |
| YUV | 144.56 | 118.09 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 127 | 0 | 0.52 | 0.44 | 0.12 | 349.83 | 0.66 | 0.65 |
| Hex | E1 | 6B | 7F | 0 | 34 | 2C | C | 15E | 42 | 41 |
| Octal | 341 | 153 | 177 | 0 | 64 | 54 | 14 | 536 | 102 | 101 |
| Binary | 11100001 | 1101011 | 1111111 | 0 | 110100 | 101100 | 1100 | 101011110 | 1000010 | 1000001 |
Color Harmonies of #E16B7F
Complementary color
Monochromatic Colors of #E16B7F
Black with #E16B7F
Text Example
Text Example
White with #E16B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16B7F; }
p { color: rgb(225,107,127); }
H1.HeaderClassName
{
color: #E16B7F;
}
.AnyTagClassName
{
color: #E16B7F;
}
</style>
background-color css
<style>
a { background-color: #E16B7F; }
a { background-color: rgb(225,107,127); }
div.DivClassName
{
background-color: #E16B7F;
}
.BgClassName
{
background-color: #E16B7F;
}
</style>
border-color css
<style>
span { border-color: #E16B7F; }
span { border-color: rgb(225,107,127); }
td.TdClassName
{
border-color: #E16B7F;
}
.TagClassName
{
border-color: #E16B7F;
}
</style>