Shades of Deep Blush #EC7588
Tints of Deep Blush #EC7588
RGB
CMYK
RGB Variations
Color information
#EC7588 (or 0xEC7588) is known color: Deep Blush. HEX triplet: EC, 75 and 88. RGB value is (236,117,136). Sum of RGB (Red+Green+Blue) = 236+117+136=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7588 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7588 is #138A77. Grayscale: #9A9A9A. Windows color (decimal): -1280632 or 8943084. OLE color: 8943084.
HSL color Cylindrical-coordinate representation of color #EC7588: hue angle of 350.42º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7588 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 136 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.07 |
| HSL | 350.42º | 0.76% | 0.69% | - |
| HSV(B) | 350.42º | 0.5% | 0.93% | - |
| XYZ | 45.4 | 32.33 | 27.14 | - |
| YUV | 154.75 | 117.42 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 136 | 0 | 0.50 | 0.42 | 0.07 | 350.42 | 0.76 | 0.69 |
| Hex | EC | 75 | 88 | 0 | 32 | 2A | 7 | 15E | 4C | 45 |
| Octal | 354 | 165 | 210 | 0 | 62 | 52 | 7 | 536 | 114 | 105 |
| Binary | 11101100 | 1110101 | 10001000 | 0 | 110010 | 101010 | 111 | 101011110 | 1001100 | 1000101 |
Color Harmonies of #EC7588
Complementary color
Monochromatic Colors of #EC7588
Black with #EC7588
Text Example
Text Example
White with #EC7588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7588; }
p { color: rgb(236,117,136); }
H1.HeaderClassName
{
color: #EC7588;
}
.AnyTagClassName
{
color: #EC7588;
}
</style>
background-color css
<style>
a { background-color: #EC7588; }
a { background-color: rgb(236,117,136); }
div.DivClassName
{
background-color: #EC7588;
}
.BgClassName
{
background-color: #EC7588;
}
</style>
border-color css
<style>
span { border-color: #EC7588; }
span { border-color: rgb(236,117,136); }
td.TdClassName
{
border-color: #EC7588;
}
.TagClassName
{
border-color: #EC7588;
}
</style>