Shades of Deep Blush #E17A84
Tints of Deep Blush #E17A84
RGB
CMYK
RGB Variations
Color information
#E17A84 (or 0xE17A84) is known color: Deep Blush. HEX triplet: E1, 7A and 84. RGB value is (225,122,132). Sum of RGB (Red+Green+Blue) = 225+122+132=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17A84 is #1E857B. Grayscale: #9A9A9A. Windows color (decimal): -2000252 or 8682209. OLE color: 8682209.
HSL color Cylindrical-coordinate representation of color #E17A84: hue angle of 354.17º 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 #E17A84 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 132 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.12 |
| HSL | 354.17º | 0.63% | 0.68% | - |
| HSV(B) | 354.17º | 0.46% | 0.88% | - |
| XYZ | 42.18 | 31.59 | 25.7 | - |
| YUV | 153.94 | 115.62 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 132 | 0 | 0.46 | 0.41 | 0.12 | 354.17 | 0.63 | 0.68 |
| Hex | E1 | 7A | 84 | 0 | 2E | 29 | C | 162 | 3F | 44 |
| Octal | 341 | 172 | 204 | 0 | 56 | 51 | 14 | 542 | 77 | 104 |
| Binary | 11100001 | 1111010 | 10000100 | 0 | 101110 | 101001 | 1100 | 101100010 | 111111 | 1000100 |
Color Harmonies of #E17A84
Complementary color
Monochromatic Colors of #E17A84
Black with #E17A84
Text Example
Text Example
White with #E17A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17A84; }
p { color: rgb(225,122,132); }
H1.HeaderClassName
{
color: #E17A84;
}
.AnyTagClassName
{
color: #E17A84;
}
</style>
background-color css
<style>
a { background-color: #E17A84; }
a { background-color: rgb(225,122,132); }
div.DivClassName
{
background-color: #E17A84;
}
.BgClassName
{
background-color: #E17A84;
}
</style>
border-color css
<style>
span { border-color: #E17A84; }
span { border-color: rgb(225,122,132); }
td.TdClassName
{
border-color: #E17A84;
}
.TagClassName
{
border-color: #E17A84;
}
</style>