Shades of Deep Blush #E16281
Tints of Deep Blush #E16281
RGB
CMYK
RGB Variations
Color information
#E16281 (or 0xE16281) is known color: Deep Blush. HEX triplet: E1, 62 and 81. RGB value is (225,98,129). Sum of RGB (Red+Green+Blue) = 225+98+129=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E16281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16281 is #1E9D7E. Grayscale: #8B8B8B. Windows color (decimal): -2006399 or 8479457. OLE color: 8479457.
HSL color Cylindrical-coordinate representation of color #E16281: hue angle of 345.35º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16281 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 98 | 129 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.12 |
| HSL | 345.35º | 0.68% | 0.63% | - |
| HSV(B) | 345.35º | 0.56% | 0.88% | - |
| XYZ | 39.38 | 26.33 | 23.78 | - |
| YUV | 139.51 | 122.08 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 129 | 0 | 0.56 | 0.43 | 0.12 | 345.35 | 0.68 | 0.63 |
| Hex | E1 | 62 | 81 | 0 | 38 | 2B | C | 159 | 44 | 3F |
| Octal | 341 | 142 | 201 | 0 | 70 | 53 | 14 | 531 | 104 | 77 |
| Binary | 11100001 | 1100010 | 10000001 | 0 | 111000 | 101011 | 1100 | 101011001 | 1000100 | 111111 |
Color Harmonies of #E16281
Complementary color
Monochromatic Colors of #E16281
Black with #E16281
Text Example
Text Example
White with #E16281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16281; }
p { color: rgb(225,98,129); }
H1.HeaderClassName
{
color: #E16281;
}
.AnyTagClassName
{
color: #E16281;
}
</style>
background-color css
<style>
a { background-color: #E16281; }
a { background-color: rgb(225,98,129); }
div.DivClassName
{
background-color: #E16281;
}
.BgClassName
{
background-color: #E16281;
}
</style>
border-color css
<style>
span { border-color: #E16281; }
span { border-color: rgb(225,98,129); }
td.TdClassName
{
border-color: #E16281;
}
.TagClassName
{
border-color: #E16281;
}
</style>