Shades of Deep Blush #E16C83
Tints of Deep Blush #E16C83
RGB
CMYK
RGB Variations
Color information
#E16C83 (or 0xE16C83) is known color: Deep Blush. HEX triplet: E1, 6C and 83. RGB value is (225,108,131). Sum of RGB (Red+Green+Blue) = 225+108+131=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16C83 is #1E937C. Grayscale: #919191. Windows color (decimal): -2003837 or 8613089. OLE color: 8613089.
HSL color Cylindrical-coordinate representation of color #E16C83: hue angle of 348.21º 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 #E16C83 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 131 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.12 |
| HSL | 348.21º | 0.66% | 0.65% | - |
| HSV(B) | 348.21º | 0.52% | 0.88% | - |
| XYZ | 40.51 | 28.37 | 24.81 | - |
| YUV | 145.61 | 119.76 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 131 | 0 | 0.52 | 0.42 | 0.12 | 348.21 | 0.66 | 0.65 |
| Hex | E1 | 6C | 83 | 0 | 34 | 2A | C | 15C | 42 | 41 |
| Octal | 341 | 154 | 203 | 0 | 64 | 52 | 14 | 534 | 102 | 101 |
| Binary | 11100001 | 1101100 | 10000011 | 0 | 110100 | 101010 | 1100 | 101011100 | 1000010 | 1000001 |
Color Harmonies of #E16C83
Complementary color
Monochromatic Colors of #E16C83
Black with #E16C83
Text Example
Text Example
White with #E16C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16C83; }
p { color: rgb(225,108,131); }
H1.HeaderClassName
{
color: #E16C83;
}
.AnyTagClassName
{
color: #E16C83;
}
</style>
background-color css
<style>
a { background-color: #E16C83; }
a { background-color: rgb(225,108,131); }
div.DivClassName
{
background-color: #E16C83;
}
.BgClassName
{
background-color: #E16C83;
}
</style>
border-color css
<style>
span { border-color: #E16C83; }
span { border-color: rgb(225,108,131); }
td.TdClassName
{
border-color: #E16C83;
}
.TagClassName
{
border-color: #E16C83;
}
</style>