Shades of Deep Pink #EF1E97
Tints of Deep Pink #EF1E97
RGB
CMYK
RGB Variations
Color information
#EF1E97 (or 0xEF1E97) is known color: Deep Pink. HEX triplet: EF, 1E and 97. RGB value is (239,30,151). Sum of RGB (Red+Green+Blue) = 239+30+151=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1E97 is #10E168. Grayscale: #6A6A6A. Windows color (decimal): -1106281 or 9903855. OLE color: 9903855.
HSL color Cylindrical-coordinate representation of color #EF1E97: hue angle of 325.26º 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 #EF1E97 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 151 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.06 |
| HSL | 325.26º | 0.87% | 0.53% | - |
| HSV(B) | 325.26º | 0.87% | 0.94% | - |
| XYZ | 41.65 | 21.51 | 31.24 | - |
| YUV | 106.29 | 153.24 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 151 | 0 | 0.87 | 0.37 | 0.06 | 325.26 | 0.87 | 0.53 |
| Hex | EF | 1E | 97 | 0 | 57 | 25 | 6 | 145 | 57 | 35 |
| Octal | 357 | 36 | 227 | 0 | 127 | 45 | 6 | 505 | 127 | 65 |
| Binary | 11101111 | 11110 | 10010111 | 0 | 1010111 | 100101 | 110 | 101000101 | 1010111 | 110101 |
Color Harmonies of #EF1E97
Complementary color
Monochromatic Colors of #EF1E97
Black with #EF1E97
Text Example
Text Example
White with #EF1E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1E97; }
p { color: rgb(239,30,151); }
H1.HeaderClassName
{
color: #EF1E97;
}
.AnyTagClassName
{
color: #EF1E97;
}
</style>
background-color css
<style>
a { background-color: #EF1E97; }
a { background-color: rgb(239,30,151); }
div.DivClassName
{
background-color: #EF1E97;
}
.BgClassName
{
background-color: #EF1E97;
}
</style>
border-color css
<style>
span { border-color: #EF1E97; }
span { border-color: rgb(239,30,151); }
td.TdClassName
{
border-color: #EF1E97;
}
.TagClassName
{
border-color: #EF1E97;
}
</style>