Shades of Deep Pink #EF1D88
Tints of Deep Pink #EF1D88
RGB
CMYK
RGB Variations
Color information
#EF1D88 (or 0xEF1D88) is known color: Deep Pink. HEX triplet: EF, 1D and 88. RGB value is (239,29,136). Sum of RGB (Red+Green+Blue) = 239+29+136=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 29 (11.72% from 255 or 7.18% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1D88 is #10E277. Grayscale: #676767. Windows color (decimal): -1106552 or 8920559. OLE color: 8920559.
HSL color Cylindrical-coordinate representation of color #EF1D88: hue angle of 329.43º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1D88 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 136 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.06 |
| HSL | 329.43º | 0.87% | 0.53% | - |
| HSV(B) | 329.43º | 0.88% | 0.94% | - |
| XYZ | 40.48 | 21.01 | 25.21 | - |
| YUV | 103.99 | 146.07 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 136 | 0 | 0.88 | 0.43 | 0.06 | 329.43 | 0.87 | 0.53 |
| Hex | EF | 1D | 88 | 0 | 58 | 2B | 6 | 149 | 57 | 35 |
| Octal | 357 | 35 | 210 | 0 | 130 | 53 | 6 | 511 | 127 | 65 |
| Binary | 11101111 | 11101 | 10001000 | 0 | 1011000 | 101011 | 110 | 101001001 | 1010111 | 110101 |
Color Harmonies of #EF1D88
Complementary color
Monochromatic Colors of #EF1D88
Black with #EF1D88
Text Example
Text Example
White with #EF1D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D88; }
p { color: rgb(239,29,136); }
H1.HeaderClassName
{
color: #EF1D88;
}
.AnyTagClassName
{
color: #EF1D88;
}
</style>
background-color css
<style>
a { background-color: #EF1D88; }
a { background-color: rgb(239,29,136); }
div.DivClassName
{
background-color: #EF1D88;
}
.BgClassName
{
background-color: #EF1D88;
}
</style>
border-color css
<style>
span { border-color: #EF1D88; }
span { border-color: rgb(239,29,136); }
td.TdClassName
{
border-color: #EF1D88;
}
.TagClassName
{
border-color: #EF1D88;
}
</style>