Shades of Deep Blush #EF6296
Tints of Deep Blush #EF6296
RGB
CMYK
RGB Variations
Color information
#EF6296 (or 0xEF6296) is known color: Deep Blush. HEX triplet: EF, 62 and 96. RGB value is (239,98,150). Sum of RGB (Red+Green+Blue) = 239+98+150=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6296 is #109D69. Grayscale: #929292. Windows color (decimal): -1088874 or 9855727. OLE color: 9855727.
HSL color Cylindrical-coordinate representation of color #EF6296: hue angle of 337.87º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF6296 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 150 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.06 |
| HSL | 337.87º | 0.82% | 0.66% | - |
| HSV(B) | 337.87º | 0.59% | 0.94% | - |
| XYZ | 45.47 | 29.29 | 32.11 | - |
| YUV | 146.09 | 130.21 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 150 | 0 | 0.59 | 0.37 | 0.06 | 337.87 | 0.82 | 0.66 |
| Hex | EF | 62 | 96 | 0 | 3B | 25 | 6 | 152 | 52 | 42 |
| Octal | 357 | 142 | 226 | 0 | 73 | 45 | 6 | 522 | 122 | 102 |
| Binary | 11101111 | 1100010 | 10010110 | 0 | 111011 | 100101 | 110 | 101010010 | 1010010 | 1000010 |
Color Harmonies of #EF6296
Complementary color
Monochromatic Colors of #EF6296
Black with #EF6296
Text Example
Text Example
White with #EF6296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6296; }
p { color: rgb(239,98,150); }
H1.HeaderClassName
{
color: #EF6296;
}
.AnyTagClassName
{
color: #EF6296;
}
</style>
background-color css
<style>
a { background-color: #EF6296; }
a { background-color: rgb(239,98,150); }
div.DivClassName
{
background-color: #EF6296;
}
.BgClassName
{
background-color: #EF6296;
}
</style>
border-color css
<style>
span { border-color: #EF6296; }
span { border-color: rgb(239,98,150); }
td.TdClassName
{
border-color: #EF6296;
}
.TagClassName
{
border-color: #EF6296;
}
</style>