Shades of Deep Pink #EF0988
Tints of Deep Pink #EF0988
RGB
CMYK
RGB Variations
Color information
#EF0988 (or 0xEF0988) is known color: Deep Pink. HEX triplet: EF, 09 and 88. RGB value is (239,9,136). Sum of RGB (Red+Green+Blue) = 239+9+136=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0988 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0988 is #10F677. Grayscale: #5B5B5B. Windows color (decimal): -1111672 or 8915439. OLE color: 8915439.
HSL color Cylindrical-coordinate representation of color #EF0988: hue angle of 326.87º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0988 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 136 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.06 |
| HSL | 326.87º | 0.93% | 0.49% | - |
| HSV(B) | 326.87º | 0.96% | 0.94% | - |
| XYZ | 40.14 | 20.32 | 25.1 | - |
| YUV | 92.25 | 152.7 | 232.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 136 | 0 | 0.96 | 0.43 | 0.06 | 326.87 | 0.93 | 0.49 |
| Hex | EF | 9 | 88 | 0 | 60 | 2B | 6 | 147 | 5D | 31 |
| Octal | 357 | 11 | 210 | 0 | 140 | 53 | 6 | 507 | 135 | 61 |
| Binary | 11101111 | 1001 | 10001000 | 0 | 1100000 | 101011 | 110 | 101000111 | 1011101 | 110001 |
Color Harmonies of #EF0988
Complementary color
Monochromatic Colors of #EF0988
Black with #EF0988
Text Example
Text Example
White with #EF0988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0988; }
p { color: rgb(239,9,136); }
H1.HeaderClassName
{
color: #EF0988;
}
.AnyTagClassName
{
color: #EF0988;
}
</style>
background-color css
<style>
a { background-color: #EF0988; }
a { background-color: rgb(239,9,136); }
div.DivClassName
{
background-color: #EF0988;
}
.BgClassName
{
background-color: #EF0988;
}
</style>
border-color css
<style>
span { border-color: #EF0988; }
span { border-color: rgb(239,9,136); }
td.TdClassName
{
border-color: #EF0988;
}
.TagClassName
{
border-color: #EF0988;
}
</style>