Shades of Deep Blush #EF658B
Tints of Deep Blush #EF658B
RGB
CMYK
RGB Variations
Color information
#EF658B (or 0xEF658B) is known color: Deep Blush. HEX triplet: EF, 65 and 8B. RGB value is (239,101,139). Sum of RGB (Red+Green+Blue) = 239+101+139=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF658B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF658B is #109A74. Grayscale: #929292. Windows color (decimal): -1088117 or 9135599. OLE color: 9135599.
HSL color Cylindrical-coordinate representation of color #EF658B: hue angle of 343.48º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF658B is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 139 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.06 |
| HSL | 343.48º | 0.81% | 0.67% | - |
| HSV(B) | 343.48º | 0.58% | 0.94% | - |
| XYZ | 44.91 | 29.52 | 27.76 | - |
| YUV | 146.59 | 123.72 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 139 | 0 | 0.58 | 0.42 | 0.06 | 343.48 | 0.81 | 0.67 |
| Hex | EF | 65 | 8B | 0 | 3A | 2A | 6 | 157 | 51 | 43 |
| Octal | 357 | 145 | 213 | 0 | 72 | 52 | 6 | 527 | 121 | 103 |
| Binary | 11101111 | 1100101 | 10001011 | 0 | 111010 | 101010 | 110 | 101010111 | 1010001 | 1000011 |
Color Harmonies of #EF658B
Complementary color
Monochromatic Colors of #EF658B
Black with #EF658B
Text Example
Text Example
White with #EF658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF658B; }
p { color: rgb(239,101,139); }
H1.HeaderClassName
{
color: #EF658B;
}
.AnyTagClassName
{
color: #EF658B;
}
</style>
background-color css
<style>
a { background-color: #EF658B; }
a { background-color: rgb(239,101,139); }
div.DivClassName
{
background-color: #EF658B;
}
.BgClassName
{
background-color: #EF658B;
}
</style>
border-color css
<style>
span { border-color: #EF658B; }
span { border-color: rgb(239,101,139); }
td.TdClassName
{
border-color: #EF658B;
}
.TagClassName
{
border-color: #EF658B;
}
</style>