Shades of Deep Blush #EF7384
Tints of Deep Blush #EF7384
RGB
CMYK
RGB Variations
Color information
#EF7384 (or 0xEF7384) is known color: Deep Blush. HEX triplet: EF, 73 and 84. RGB value is (239,115,132). Sum of RGB (Red+Green+Blue) = 239+115+132=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7384 is #108C7B. Grayscale: #9A9A9A. Windows color (decimal): -1084540 or 8680431. OLE color: 8680431.
HSL color Cylindrical-coordinate representation of color #EF7384: hue angle of 351.77º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF7384 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 132 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.06 |
| HSL | 351.77º | 0.79% | 0.69% | - |
| HSV(B) | 351.77º | 0.52% | 0.94% | - |
| XYZ | 45.89 | 32.28 | 25.64 | - |
| YUV | 154.01 | 115.58 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 132 | 0 | 0.52 | 0.45 | 0.06 | 351.77 | 0.79 | 0.69 |
| Hex | EF | 73 | 84 | 0 | 34 | 2D | 6 | 160 | 4F | 45 |
| Octal | 357 | 163 | 204 | 0 | 64 | 55 | 6 | 540 | 117 | 105 |
| Binary | 11101111 | 1110011 | 10000100 | 0 | 110100 | 101101 | 110 | 101100000 | 1001111 | 1000101 |
Color Harmonies of #EF7384
Complementary color
Monochromatic Colors of #EF7384
Black with #EF7384
Text Example
Text Example
White with #EF7384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7384; }
p { color: rgb(239,115,132); }
H1.HeaderClassName
{
color: #EF7384;
}
.AnyTagClassName
{
color: #EF7384;
}
</style>
background-color css
<style>
a { background-color: #EF7384; }
a { background-color: rgb(239,115,132); }
div.DivClassName
{
background-color: #EF7384;
}
.BgClassName
{
background-color: #EF7384;
}
</style>
border-color css
<style>
span { border-color: #EF7384; }
span { border-color: rgb(239,115,132); }
td.TdClassName
{
border-color: #EF7384;
}
.TagClassName
{
border-color: #EF7384;
}
</style>