Shades of Deep Blush #E1758B
Tints of Deep Blush #E1758B
RGB
CMYK
RGB Variations
Color information
#E1758B (or 0xE1758B) is known color: Deep Blush. HEX triplet: E1, 75 and 8B. RGB value is (225,117,139). Sum of RGB (Red+Green+Blue) = 225+117+139=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1758B is #1E8A74. Grayscale: #979797. Windows color (decimal): -2001525 or 9139681. OLE color: 9139681.
HSL color Cylindrical-coordinate representation of color #E1758B: hue angle of 347.78º 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 #E1758B is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 139 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.12 |
| HSL | 347.78º | 0.64% | 0.67% | - |
| HSV(B) | 347.78º | 0.48% | 0.88% | - |
| XYZ | 42.07 | 30.59 | 28.11 | - |
| YUV | 151.8 | 120.78 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 139 | 0 | 0.48 | 0.38 | 0.12 | 347.78 | 0.64 | 0.67 |
| Hex | E1 | 75 | 8B | 0 | 30 | 26 | C | 15C | 40 | 43 |
| Octal | 341 | 165 | 213 | 0 | 60 | 46 | 14 | 534 | 100 | 103 |
| Binary | 11100001 | 1110101 | 10001011 | 0 | 110000 | 100110 | 1100 | 101011100 | 1000000 | 1000011 |
Color Harmonies of #E1758B
Complementary color
Monochromatic Colors of #E1758B
Black with #E1758B
Text Example
Text Example
White with #E1758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1758B; }
p { color: rgb(225,117,139); }
H1.HeaderClassName
{
color: #E1758B;
}
.AnyTagClassName
{
color: #E1758B;
}
</style>
background-color css
<style>
a { background-color: #E1758B; }
a { background-color: rgb(225,117,139); }
div.DivClassName
{
background-color: #E1758B;
}
.BgClassName
{
background-color: #E1758B;
}
</style>
border-color css
<style>
span { border-color: #E1758B; }
span { border-color: rgb(225,117,139); }
td.TdClassName
{
border-color: #E1758B;
}
.TagClassName
{
border-color: #E1758B;
}
</style>