Shades of Deep Blush #EC7291
Tints of Deep Blush #EC7291
RGB
CMYK
RGB Variations
Color information
#EC7291 (or 0xEC7291) is known color: Deep Blush. HEX triplet: EC, 72 and 91. RGB value is (236,114,145). Sum of RGB (Red+Green+Blue) = 236+114+145=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7291 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7291 is #138D6E. Grayscale: #9A9A9A. Windows color (decimal): -1281391 or 9532140. OLE color: 9532140.
HSL color Cylindrical-coordinate representation of color #EC7291: hue angle of 344.75º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC7291 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 145 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.07 |
| HSL | 344.75º | 0.76% | 0.69% | - |
| HSV(B) | 344.75º | 0.52% | 0.93% | - |
| XYZ | 45.72 | 31.91 | 30.54 | - |
| YUV | 154.01 | 122.92 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 145 | 0 | 0.52 | 0.39 | 0.07 | 344.75 | 0.76 | 0.69 |
| Hex | EC | 72 | 91 | 0 | 34 | 27 | 7 | 159 | 4C | 45 |
| Octal | 354 | 162 | 221 | 0 | 64 | 47 | 7 | 531 | 114 | 105 |
| Binary | 11101100 | 1110010 | 10010001 | 0 | 110100 | 100111 | 111 | 101011001 | 1001100 | 1000101 |
Color Harmonies of #EC7291
Complementary color
Monochromatic Colors of #EC7291
Black with #EC7291
Text Example
Text Example
White with #EC7291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7291; }
p { color: rgb(236,114,145); }
H1.HeaderClassName
{
color: #EC7291;
}
.AnyTagClassName
{
color: #EC7291;
}
</style>
background-color css
<style>
a { background-color: #EC7291; }
a { background-color: rgb(236,114,145); }
div.DivClassName
{
background-color: #EC7291;
}
.BgClassName
{
background-color: #EC7291;
}
</style>
border-color css
<style>
span { border-color: #EC7291; }
span { border-color: rgb(236,114,145); }
td.TdClassName
{
border-color: #EC7291;
}
.TagClassName
{
border-color: #EC7291;
}
</style>