Shades of Deep Blush #E17D84
Tints of Deep Blush #E17D84
RGB
CMYK
RGB Variations
Color information
#E17D84 (or 0xE17D84) is known color: Deep Blush. HEX triplet: E1, 7D and 84. RGB value is (225,125,132). Sum of RGB (Red+Green+Blue) = 225+125+132=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17D84 is #1E827B. Grayscale: #9B9B9B. Windows color (decimal): -1999484 or 8682977. OLE color: 8682977.
HSL color Cylindrical-coordinate representation of color #E17D84: hue angle of 355.8º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17D84 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 132 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.12 |
| HSL | 355.8º | 0.63% | 0.69% | - |
| HSV(B) | 355.8º | 0.44% | 0.88% | - |
| XYZ | 42.55 | 32.34 | 25.83 | - |
| YUV | 155.7 | 114.63 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 132 | 0 | 0.44 | 0.41 | 0.12 | 355.8 | 0.63 | 0.69 |
| Hex | E1 | 7D | 84 | 0 | 2C | 29 | C | 164 | 3E | 45 |
| Octal | 341 | 175 | 204 | 0 | 54 | 51 | 14 | 544 | 76 | 105 |
| Binary | 11100001 | 1111101 | 10000100 | 0 | 101100 | 101001 | 1100 | 101100100 | 111110 | 1000101 |
Color Harmonies of #E17D84
Complementary color
Monochromatic Colors of #E17D84
Black with #E17D84
Text Example
Text Example
White with #E17D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17D84; }
p { color: rgb(225,125,132); }
H1.HeaderClassName
{
color: #E17D84;
}
.AnyTagClassName
{
color: #E17D84;
}
</style>
background-color css
<style>
a { background-color: #E17D84; }
a { background-color: rgb(225,125,132); }
div.DivClassName
{
background-color: #E17D84;
}
.BgClassName
{
background-color: #E17D84;
}
</style>
border-color css
<style>
span { border-color: #E17D84; }
span { border-color: rgb(225,125,132); }
td.TdClassName
{
border-color: #E17D84;
}
.TagClassName
{
border-color: #E17D84;
}
</style>