Shades of Deep Pink #EF1D8A
Tints of Deep Pink #EF1D8A
RGB
CMYK
RGB Variations
Color information
#EF1D8A (or 0xEF1D8A) is known color: Deep Pink. HEX triplet: EF, 1D and 8A. RGB value is (239,29,138). Sum of RGB (Red+Green+Blue) = 239+29+138=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1D8A is #10E275. Grayscale: #676767. Windows color (decimal): -1106550 or 9051631. OLE color: 9051631.
HSL color Cylindrical-coordinate representation of color #EF1D8A: hue angle of 328.86º 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 #EF1D8A is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 138 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.06 |
| HSL | 328.86º | 0.87% | 0.53% | - |
| HSV(B) | 328.86º | 0.88% | 0.94% | - |
| XYZ | 40.62 | 21.06 | 25.97 | - |
| YUV | 104.22 | 147.07 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 138 | 0 | 0.88 | 0.42 | 0.06 | 328.86 | 0.87 | 0.53 |
| Hex | EF | 1D | 8A | 0 | 58 | 2A | 6 | 149 | 57 | 35 |
| Octal | 357 | 35 | 212 | 0 | 130 | 52 | 6 | 511 | 127 | 65 |
| Binary | 11101111 | 11101 | 10001010 | 0 | 1011000 | 101010 | 110 | 101001001 | 1010111 | 110101 |
Color Harmonies of #EF1D8A
Complementary color
Monochromatic Colors of #EF1D8A
Black with #EF1D8A
Text Example
Text Example
White with #EF1D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D8A; }
p { color: rgb(239,29,138); }
H1.HeaderClassName
{
color: #EF1D8A;
}
.AnyTagClassName
{
color: #EF1D8A;
}
</style>
background-color css
<style>
a { background-color: #EF1D8A; }
a { background-color: rgb(239,29,138); }
div.DivClassName
{
background-color: #EF1D8A;
}
.BgClassName
{
background-color: #EF1D8A;
}
</style>
border-color css
<style>
span { border-color: #EF1D8A; }
span { border-color: rgb(239,29,138); }
td.TdClassName
{
border-color: #EF1D8A;
}
.TagClassName
{
border-color: #EF1D8A;
}
</style>