Shades of Deep Blush #EC7083
Tints of Deep Blush #EC7083
RGB
CMYK
RGB Variations
Color information
#EC7083 (or 0xEC7083) is known color: Deep Blush. HEX triplet: EC, 70 and 83. RGB value is (236,112,131). Sum of RGB (Red+Green+Blue) = 236+112+131=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7083 is #138F7C. Grayscale: #979797. Windows color (decimal): -1281917 or 8614124. OLE color: 8614124.
HSL color Cylindrical-coordinate representation of color #EC7083: hue angle of 350.81º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC7083 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 131 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.07 |
| HSL | 350.81º | 0.77% | 0.68% | - |
| HSV(B) | 350.81º | 0.53% | 0.93% | - |
| XYZ | 44.48 | 31.06 | 25.12 | - |
| YUV | 151.24 | 116.58 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 131 | 0 | 0.53 | 0.44 | 0.07 | 350.81 | 0.77 | 0.68 |
| Hex | EC | 70 | 83 | 0 | 35 | 2C | 7 | 15F | 4D | 44 |
| Octal | 354 | 160 | 203 | 0 | 65 | 54 | 7 | 537 | 115 | 104 |
| Binary | 11101100 | 1110000 | 10000011 | 0 | 110101 | 101100 | 111 | 101011111 | 1001101 | 1000100 |
Color Harmonies of #EC7083
Complementary color
Monochromatic Colors of #EC7083
Black with #EC7083
Text Example
Text Example
White with #EC7083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7083; }
p { color: rgb(236,112,131); }
H1.HeaderClassName
{
color: #EC7083;
}
.AnyTagClassName
{
color: #EC7083;
}
</style>
background-color css
<style>
a { background-color: #EC7083; }
a { background-color: rgb(236,112,131); }
div.DivClassName
{
background-color: #EC7083;
}
.BgClassName
{
background-color: #EC7083;
}
</style>
border-color css
<style>
span { border-color: #EC7083; }
span { border-color: rgb(236,112,131); }
td.TdClassName
{
border-color: #EC7083;
}
.TagClassName
{
border-color: #EC7083;
}
</style>