Shades of Deep Pink #EF1E80
Tints of Deep Pink #EF1E80
RGB
CMYK
RGB Variations
Color information
#EF1E80 (or 0xEF1E80) is known color: Deep Pink. HEX triplet: EF, 1E and 80. RGB value is (239,30,128). Sum of RGB (Red+Green+Blue) = 239+30+128=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1E80 is #10E17F. Grayscale: #676767. Windows color (decimal): -1106304 or 8396527. OLE color: 8396527.
HSL color Cylindrical-coordinate representation of color #EF1E80: hue angle of 331.87º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1E80 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 128 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.06 |
| HSL | 331.87º | 0.87% | 0.53% | - |
| HSV(B) | 331.87º | 0.87% | 0.94% | - |
| XYZ | 39.96 | 20.84 | 22.34 | - |
| YUV | 103.66 | 141.74 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 128 | 0 | 0.87 | 0.46 | 0.06 | 331.87 | 0.87 | 0.53 |
| Hex | EF | 1E | 80 | 0 | 57 | 2E | 6 | 14C | 57 | 35 |
| Octal | 357 | 36 | 200 | 0 | 127 | 56 | 6 | 514 | 127 | 65 |
| Binary | 11101111 | 11110 | 10000000 | 0 | 1010111 | 101110 | 110 | 101001100 | 1010111 | 110101 |
Color Harmonies of #EF1E80
Complementary color
Monochromatic Colors of #EF1E80
Black with #EF1E80
Text Example
Text Example
White with #EF1E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1E80; }
p { color: rgb(239,30,128); }
H1.HeaderClassName
{
color: #EF1E80;
}
.AnyTagClassName
{
color: #EF1E80;
}
</style>
background-color css
<style>
a { background-color: #EF1E80; }
a { background-color: rgb(239,30,128); }
div.DivClassName
{
background-color: #EF1E80;
}
.BgClassName
{
background-color: #EF1E80;
}
</style>
border-color css
<style>
span { border-color: #EF1E80; }
span { border-color: rgb(239,30,128); }
td.TdClassName
{
border-color: #EF1E80;
}
.TagClassName
{
border-color: #EF1E80;
}
</style>