Shades of Deep Blush #E1758C
Tints of Deep Blush #E1758C
RGB
CMYK
RGB Variations
Color information
#E1758C (or 0xE1758C) is known color: Deep Blush. HEX triplet: E1, 75 and 8C. RGB value is (225,117,140). Sum of RGB (Red+Green+Blue) = 225+117+140=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1758C is #1E8A73. Grayscale: #979797. Windows color (decimal): -2001524 or 9205217. OLE color: 9205217.
HSL color Cylindrical-coordinate representation of color #E1758C: hue angle of 347.22º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1758C is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 140 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.12 |
| HSL | 347.22º | 0.64% | 0.67% | - |
| HSV(B) | 347.22º | 0.48% | 0.88% | - |
| XYZ | 42.15 | 30.62 | 28.5 | - |
| YUV | 151.91 | 121.28 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 140 | 0 | 0.48 | 0.38 | 0.12 | 347.22 | 0.64 | 0.67 |
| Hex | E1 | 75 | 8C | 0 | 30 | 26 | C | 15B | 40 | 43 |
| Octal | 341 | 165 | 214 | 0 | 60 | 46 | 14 | 533 | 100 | 103 |
| Binary | 11100001 | 1110101 | 10001100 | 0 | 110000 | 100110 | 1100 | 101011011 | 1000000 | 1000011 |
Color Harmonies of #E1758C
Complementary color
Monochromatic Colors of #E1758C
Black with #E1758C
Text Example
Text Example
White with #E1758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1758C; }
p { color: rgb(225,117,140); }
H1.HeaderClassName
{
color: #E1758C;
}
.AnyTagClassName
{
color: #E1758C;
}
</style>
background-color css
<style>
a { background-color: #E1758C; }
a { background-color: rgb(225,117,140); }
div.DivClassName
{
background-color: #E1758C;
}
.BgClassName
{
background-color: #E1758C;
}
</style>
border-color css
<style>
span { border-color: #E1758C; }
span { border-color: rgb(225,117,140); }
td.TdClassName
{
border-color: #E1758C;
}
.TagClassName
{
border-color: #E1758C;
}
</style>