Shades of Deep Blush #E16580
Tints of Deep Blush #E16580
RGB
CMYK
RGB Variations
Color information
#E16580 (or 0xE16580) is known color: Deep Blush. HEX triplet: E1, 65 and 80. RGB value is (225,101,128). Sum of RGB (Red+Green+Blue) = 225+101+128=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E16580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16580 is #1E9A7F. Grayscale: #8D8D8D. Windows color (decimal): -2005632 or 8414689. OLE color: 8414689.
HSL color Cylindrical-coordinate representation of color #E16580: hue angle of 346.94º 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 #E16580 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 128 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.12 |
| HSL | 346.94º | 0.67% | 0.64% | - |
| HSV(B) | 346.94º | 0.55% | 0.88% | - |
| XYZ | 39.6 | 26.87 | 23.52 | - |
| YUV | 141.15 | 120.58 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 128 | 0 | 0.55 | 0.43 | 0.12 | 346.94 | 0.67 | 0.64 |
| Hex | E1 | 65 | 80 | 0 | 37 | 2B | C | 15B | 43 | 40 |
| Octal | 341 | 145 | 200 | 0 | 67 | 53 | 14 | 533 | 103 | 100 |
| Binary | 11100001 | 1100101 | 10000000 | 0 | 110111 | 101011 | 1100 | 101011011 | 1000011 | 1000000 |
Color Harmonies of #E16580
Complementary color
Monochromatic Colors of #E16580
Black with #E16580
Text Example
Text Example
White with #E16580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16580; }
p { color: rgb(225,101,128); }
H1.HeaderClassName
{
color: #E16580;
}
.AnyTagClassName
{
color: #E16580;
}
</style>
background-color css
<style>
a { background-color: #E16580; }
a { background-color: rgb(225,101,128); }
div.DivClassName
{
background-color: #E16580;
}
.BgClassName
{
background-color: #E16580;
}
</style>
border-color css
<style>
span { border-color: #E16580; }
span { border-color: rgb(225,101,128); }
td.TdClassName
{
border-color: #E16580;
}
.TagClassName
{
border-color: #E16580;
}
</style>