Shades of Dark Pink #EF608B
Tints of Dark Pink #EF608B
RGB
CMYK
RGB Variations
Color information
#EF608B (or 0xEF608B) is known color: Dark Pink. HEX triplet: EF, 60 and 8B. RGB value is (239,96,139). Sum of RGB (Red+Green+Blue) = 239+96+139=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF608B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF608B is #109F74. Grayscale: #8F8F8F. Windows color (decimal): -1089397 or 9134319. OLE color: 9134319.
HSL color Cylindrical-coordinate representation of color #EF608B: hue angle of 341.96º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF608B is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 139 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.06 |
| HSL | 341.96º | 0.82% | 0.66% | - |
| HSV(B) | 341.96º | 0.6% | 0.94% | - |
| XYZ | 44.44 | 28.58 | 27.6 | - |
| YUV | 143.66 | 125.38 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 139 | 0 | 0.60 | 0.42 | 0.06 | 341.96 | 0.82 | 0.66 |
| Hex | EF | 60 | 8B | 0 | 3C | 2A | 6 | 156 | 52 | 42 |
| Octal | 357 | 140 | 213 | 0 | 74 | 52 | 6 | 526 | 122 | 102 |
| Binary | 11101111 | 1100000 | 10001011 | 0 | 111100 | 101010 | 110 | 101010110 | 1010010 | 1000010 |
Color Harmonies of #EF608B
Complementary color
Monochromatic Colors of #EF608B
Black with #EF608B
Text Example
Text Example
White with #EF608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF608B; }
p { color: rgb(239,96,139); }
H1.HeaderClassName
{
color: #EF608B;
}
.AnyTagClassName
{
color: #EF608B;
}
</style>
background-color css
<style>
a { background-color: #EF608B; }
a { background-color: rgb(239,96,139); }
div.DivClassName
{
background-color: #EF608B;
}
.BgClassName
{
background-color: #EF608B;
}
</style>
border-color css
<style>
span { border-color: #EF608B; }
span { border-color: rgb(239,96,139); }
td.TdClassName
{
border-color: #EF608B;
}
.TagClassName
{
border-color: #EF608B;
}
</style>