Shades of Deep Blush #EF7491
Tints of Deep Blush #EF7491
RGB
CMYK
RGB Variations
Color information
#EF7491 (or 0xEF7491) is known color: Deep Blush. HEX triplet: EF, 74 and 91. RGB value is (239,116,145). Sum of RGB (Red+Green+Blue) = 239+116+145=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7491 is #108B6E. Grayscale: #9C9C9C. Windows color (decimal): -1084271 or 9532655. OLE color: 9532655.
HSL color Cylindrical-coordinate representation of color #EF7491: hue angle of 345.85º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF7491 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 145 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.06 |
| HSL | 345.85º | 0.79% | 0.7% | - |
| HSV(B) | 345.85º | 0.51% | 0.94% | - |
| XYZ | 46.95 | 32.89 | 30.66 | - |
| YUV | 156.08 | 121.75 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 145 | 0 | 0.51 | 0.39 | 0.06 | 345.85 | 0.79 | 0.7 |
| Hex | EF | 74 | 91 | 0 | 33 | 27 | 6 | 15A | 4F | 46 |
| Octal | 357 | 164 | 221 | 0 | 63 | 47 | 6 | 532 | 117 | 106 |
| Binary | 11101111 | 1110100 | 10010001 | 0 | 110011 | 100111 | 110 | 101011010 | 1001111 | 1000110 |
Color Harmonies of #EF7491
Complementary color
Monochromatic Colors of #EF7491
Black with #EF7491
Text Example
Text Example
White with #EF7491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7491; }
p { color: rgb(239,116,145); }
H1.HeaderClassName
{
color: #EF7491;
}
.AnyTagClassName
{
color: #EF7491;
}
</style>
background-color css
<style>
a { background-color: #EF7491; }
a { background-color: rgb(239,116,145); }
div.DivClassName
{
background-color: #EF7491;
}
.BgClassName
{
background-color: #EF7491;
}
</style>
border-color css
<style>
span { border-color: #EF7491; }
span { border-color: rgb(239,116,145); }
td.TdClassName
{
border-color: #EF7491;
}
.TagClassName
{
border-color: #EF7491;
}
</style>