Shades of Deep Blush #E16883
Tints of Deep Blush #E16883
RGB
CMYK
RGB Variations
Color information
#E16883 (or 0xE16883) is known color: Deep Blush. HEX triplet: E1, 68 and 83. RGB value is (225,104,131). Sum of RGB (Red+Green+Blue) = 225+104+131=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E16883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16883 is #1E977C. Grayscale: #8F8F8F. Windows color (decimal): -2004861 or 8612065. OLE color: 8612065.
HSL color Cylindrical-coordinate representation of color #E16883: hue angle of 346.61º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E16883 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 131 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.12 |
| HSL | 346.61º | 0.67% | 0.65% | - |
| HSV(B) | 346.61º | 0.54% | 0.88% | - |
| XYZ | 40.1 | 27.55 | 24.68 | - |
| YUV | 143.26 | 121.09 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 131 | 0 | 0.54 | 0.42 | 0.12 | 346.61 | 0.67 | 0.65 |
| Hex | E1 | 68 | 83 | 0 | 36 | 2A | C | 15B | 43 | 41 |
| Octal | 341 | 150 | 203 | 0 | 66 | 52 | 14 | 533 | 103 | 101 |
| Binary | 11100001 | 1101000 | 10000011 | 0 | 110110 | 101010 | 1100 | 101011011 | 1000011 | 1000001 |
Color Harmonies of #E16883
Complementary color
Monochromatic Colors of #E16883
Black with #E16883
Text Example
Text Example
White with #E16883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16883; }
p { color: rgb(225,104,131); }
H1.HeaderClassName
{
color: #E16883;
}
.AnyTagClassName
{
color: #E16883;
}
</style>
background-color css
<style>
a { background-color: #E16883; }
a { background-color: rgb(225,104,131); }
div.DivClassName
{
background-color: #E16883;
}
.BgClassName
{
background-color: #E16883;
}
</style>
border-color css
<style>
span { border-color: #E16883; }
span { border-color: rgb(225,104,131); }
td.TdClassName
{
border-color: #E16883;
}
.TagClassName
{
border-color: #E16883;
}
</style>