Shades of Deep Blush #EC758B
Tints of Deep Blush #EC758B
RGB
CMYK
RGB Variations
Color information
#EC758B (or 0xEC758B) is known color: Deep Blush. HEX triplet: EC, 75 and 8B. RGB value is (236,117,139). Sum of RGB (Red+Green+Blue) = 236+117+139=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC758B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC758B is #138A74. Grayscale: #9B9B9B. Windows color (decimal): -1280629 or 9139692. OLE color: 9139692.
HSL color Cylindrical-coordinate representation of color #EC758B: hue angle of 348.91º 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 #EC758B is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 139 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.07 |
| HSL | 348.91º | 0.76% | 0.69% | - |
| HSV(B) | 348.91º | 0.5% | 0.93% | - |
| XYZ | 45.61 | 32.42 | 28.28 | - |
| YUV | 155.09 | 118.92 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 139 | 0 | 0.50 | 0.41 | 0.07 | 348.91 | 0.76 | 0.69 |
| Hex | EC | 75 | 8B | 0 | 32 | 29 | 7 | 15D | 4C | 45 |
| Octal | 354 | 165 | 213 | 0 | 62 | 51 | 7 | 535 | 114 | 105 |
| Binary | 11101100 | 1110101 | 10001011 | 0 | 110010 | 101001 | 111 | 101011101 | 1001100 | 1000101 |
Color Harmonies of #EC758B
Complementary color
Monochromatic Colors of #EC758B
Black with #EC758B
Text Example
Text Example
White with #EC758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC758B; }
p { color: rgb(236,117,139); }
H1.HeaderClassName
{
color: #EC758B;
}
.AnyTagClassName
{
color: #EC758B;
}
</style>
background-color css
<style>
a { background-color: #EC758B; }
a { background-color: rgb(236,117,139); }
div.DivClassName
{
background-color: #EC758B;
}
.BgClassName
{
background-color: #EC758B;
}
</style>
border-color css
<style>
span { border-color: #EC758B; }
span { border-color: rgb(236,117,139); }
td.TdClassName
{
border-color: #EC758B;
}
.TagClassName
{
border-color: #EC758B;
}
</style>