Shades of Deep Blush #E17984
Tints of Deep Blush #E17984
RGB
CMYK
RGB Variations
Color information
#E17984 (or 0xE17984) is known color: Deep Blush. HEX triplet: E1, 79 and 84. RGB value is (225,121,132). Sum of RGB (Red+Green+Blue) = 225+121+132=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E17984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17984 is #1E867B. Grayscale: #999999. Windows color (decimal): -2000508 or 8681953. OLE color: 8681953.
HSL color Cylindrical-coordinate representation of color #E17984: hue angle of 353.65º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E17984 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 121 | 132 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.12 |
| HSL | 353.65º | 0.63% | 0.68% | - |
| HSV(B) | 353.65º | 0.46% | 0.88% | - |
| XYZ | 42.05 | 31.35 | 25.66 | - |
| YUV | 153.35 | 115.96 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 121 | 132 | 0 | 0.46 | 0.41 | 0.12 | 353.65 | 0.63 | 0.68 |
| Hex | E1 | 79 | 84 | 0 | 2E | 29 | C | 162 | 3F | 44 |
| Octal | 341 | 171 | 204 | 0 | 56 | 51 | 14 | 542 | 77 | 104 |
| Binary | 11100001 | 1111001 | 10000100 | 0 | 101110 | 101001 | 1100 | 101100010 | 111111 | 1000100 |
Color Harmonies of #E17984
Complementary color
Monochromatic Colors of #E17984
Black with #E17984
Text Example
Text Example
White with #E17984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17984; }
p { color: rgb(225,121,132); }
H1.HeaderClassName
{
color: #E17984;
}
.AnyTagClassName
{
color: #E17984;
}
</style>
background-color css
<style>
a { background-color: #E17984; }
a { background-color: rgb(225,121,132); }
div.DivClassName
{
background-color: #E17984;
}
.BgClassName
{
background-color: #E17984;
}
</style>
border-color css
<style>
span { border-color: #E17984; }
span { border-color: rgb(225,121,132); }
td.TdClassName
{
border-color: #E17984;
}
.TagClassName
{
border-color: #E17984;
}
</style>