Shades of Deep Blush #EC7384
Tints of Deep Blush #EC7384
RGB
CMYK
RGB Variations
Color information
#EC7384 (or 0xEC7384) is known color: Deep Blush. HEX triplet: EC, 73 and 84. RGB value is (236,115,132). Sum of RGB (Red+Green+Blue) = 236+115+132=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7384 is #138C7B. Grayscale: #999999. Windows color (decimal): -1281148 or 8680428. OLE color: 8680428.
HSL color Cylindrical-coordinate representation of color #EC7384: hue angle of 351.57º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC7384 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 132 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.07 |
| HSL | 351.57º | 0.76% | 0.69% | - |
| HSV(B) | 351.57º | 0.51% | 0.93% | - |
| XYZ | 44.89 | 31.76 | 25.59 | - |
| YUV | 153.12 | 116.09 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 132 | 0 | 0.51 | 0.44 | 0.07 | 351.57 | 0.76 | 0.69 |
| Hex | EC | 73 | 84 | 0 | 33 | 2C | 7 | 160 | 4C | 45 |
| Octal | 354 | 163 | 204 | 0 | 63 | 54 | 7 | 540 | 114 | 105 |
| Binary | 11101100 | 1110011 | 10000100 | 0 | 110011 | 101100 | 111 | 101100000 | 1001100 | 1000101 |
Color Harmonies of #EC7384
Complementary color
Monochromatic Colors of #EC7384
Black with #EC7384
Text Example
Text Example
White with #EC7384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7384; }
p { color: rgb(236,115,132); }
H1.HeaderClassName
{
color: #EC7384;
}
.AnyTagClassName
{
color: #EC7384;
}
</style>
background-color css
<style>
a { background-color: #EC7384; }
a { background-color: rgb(236,115,132); }
div.DivClassName
{
background-color: #EC7384;
}
.BgClassName
{
background-color: #EC7384;
}
</style>
border-color css
<style>
span { border-color: #EC7384; }
span { border-color: rgb(236,115,132); }
td.TdClassName
{
border-color: #EC7384;
}
.TagClassName
{
border-color: #EC7384;
}
</style>