Shades of Deep Blush #E0758B
Tints of Deep Blush #E0758B
RGB
CMYK
RGB Variations
Color information
#E0758B (or 0xE0758B) is known color: Deep Blush. HEX triplet: E0, 75 and 8B. RGB value is (224,117,139). Sum of RGB (Red+Green+Blue) = 224+117+139=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E0758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0758B is #1F8A74. Grayscale: #979797. Windows color (decimal): -2067061 or 9139680. OLE color: 9139680.
HSL color Cylindrical-coordinate representation of color #E0758B: hue angle of 347.66º degrees, saturation: 0.63, 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 #E0758B is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 139 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.12 |
| HSL | 347.66º | 0.63% | 0.67% | - |
| HSV(B) | 347.66º | 0.48% | 0.88% | - |
| XYZ | 41.76 | 30.43 | 28.1 | - |
| YUV | 151.5 | 120.95 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 139 | 0 | 0.48 | 0.38 | 0.12 | 347.66 | 0.63 | 0.67 |
| Hex | E0 | 75 | 8B | 0 | 30 | 26 | C | 15C | 3F | 43 |
| Octal | 340 | 165 | 213 | 0 | 60 | 46 | 14 | 534 | 77 | 103 |
| Binary | 11100000 | 1110101 | 10001011 | 0 | 110000 | 100110 | 1100 | 101011100 | 111111 | 1000011 |
Color Harmonies of #E0758B
Complementary color
Monochromatic Colors of #E0758B
Black with #E0758B
Text Example
Text Example
White with #E0758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0758B; }
p { color: rgb(224,117,139); }
H1.HeaderClassName
{
color: #E0758B;
}
.AnyTagClassName
{
color: #E0758B;
}
</style>
background-color css
<style>
a { background-color: #E0758B; }
a { background-color: rgb(224,117,139); }
div.DivClassName
{
background-color: #E0758B;
}
.BgClassName
{
background-color: #E0758B;
}
</style>
border-color css
<style>
span { border-color: #E0758B; }
span { border-color: rgb(224,117,139); }
td.TdClassName
{
border-color: #E0758B;
}
.TagClassName
{
border-color: #E0758B;
}
</style>