Shades of Dark Pink #EF608C
Tints of Dark Pink #EF608C
RGB
CMYK
RGB Variations
Color information
#EF608C (or 0xEF608C) is known color: Dark Pink. HEX triplet: EF, 60 and 8C. RGB value is (239,96,140). Sum of RGB (Red+Green+Blue) = 239+96+140=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF608C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF608C is #109F73. Grayscale: #8F8F8F. Windows color (decimal): -1089396 or 9199855. OLE color: 9199855.
HSL color Cylindrical-coordinate representation of color #EF608C: hue angle of 341.54º 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 #EF608C is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 140 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.06 |
| HSL | 341.54º | 0.82% | 0.66% | - |
| HSV(B) | 341.54º | 0.6% | 0.94% | - |
| XYZ | 44.51 | 28.61 | 27.99 | - |
| YUV | 143.77 | 125.88 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 140 | 0 | 0.60 | 0.41 | 0.06 | 341.54 | 0.82 | 0.66 |
| Hex | EF | 60 | 8C | 0 | 3C | 29 | 6 | 156 | 52 | 42 |
| Octal | 357 | 140 | 214 | 0 | 74 | 51 | 6 | 526 | 122 | 102 |
| Binary | 11101111 | 1100000 | 10001100 | 0 | 111100 | 101001 | 110 | 101010110 | 1010010 | 1000010 |
Color Harmonies of #EF608C
Complementary color
Monochromatic Colors of #EF608C
Black with #EF608C
Text Example
Text Example
White with #EF608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF608C; }
p { color: rgb(239,96,140); }
H1.HeaderClassName
{
color: #EF608C;
}
.AnyTagClassName
{
color: #EF608C;
}
</style>
background-color css
<style>
a { background-color: #EF608C; }
a { background-color: rgb(239,96,140); }
div.DivClassName
{
background-color: #EF608C;
}
.BgClassName
{
background-color: #EF608C;
}
</style>
border-color css
<style>
span { border-color: #EF608C; }
span { border-color: rgb(239,96,140); }
td.TdClassName
{
border-color: #EF608C;
}
.TagClassName
{
border-color: #EF608C;
}
</style>