Shades of Deep Pink #EF0689
Tints of Deep Pink #EF0689
RGB
CMYK
RGB Variations
Color information
#EF0689 (or 0xEF0689) is known color: Deep Pink. HEX triplet: EF, 06 and 89. RGB value is (239,6,137). Sum of RGB (Red+Green+Blue) = 239+6+137=382 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.57% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0689 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0689 is #10F976. Grayscale: #5A5A5A. Windows color (decimal): -1112439 or 8980207. OLE color: 8980207.
HSL color Cylindrical-coordinate representation of color #EF0689: hue angle of 326.27º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0689 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 137 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.06 |
| HSL | 326.27º | 0.95% | 0.48% | - |
| HSV(B) | 326.27º | 0.97% | 0.94% | - |
| XYZ | 40.18 | 20.29 | 25.47 | - |
| YUV | 90.6 | 154.19 | 233.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 137 | 0 | 0.97 | 0.43 | 0.06 | 326.27 | 0.95 | 0.48 |
| Hex | EF | 6 | 89 | 0 | 61 | 2B | 6 | 146 | 5F | 30 |
| Octal | 357 | 6 | 211 | 0 | 141 | 53 | 6 | 506 | 137 | 60 |
| Binary | 11101111 | 110 | 10001001 | 0 | 1100001 | 101011 | 110 | 101000110 | 1011111 | 110000 |
Color Harmonies of #EF0689
Complementary color
Monochromatic Colors of #EF0689
Black with #EF0689
Text Example
Text Example
White with #EF0689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0689; }
p { color: rgb(239,6,137); }
H1.HeaderClassName
{
color: #EF0689;
}
.AnyTagClassName
{
color: #EF0689;
}
</style>
background-color css
<style>
a { background-color: #EF0689; }
a { background-color: rgb(239,6,137); }
div.DivClassName
{
background-color: #EF0689;
}
.BgClassName
{
background-color: #EF0689;
}
</style>
border-color css
<style>
span { border-color: #EF0689; }
span { border-color: rgb(239,6,137); }
td.TdClassName
{
border-color: #EF0689;
}
.TagClassName
{
border-color: #EF0689;
}
</style>