Shades of Deep Pink #EF1985
Tints of Deep Pink #EF1985
RGB
CMYK
RGB Variations
Color information
#EF1985 (or 0xEF1985) is known color: Deep Pink. HEX triplet: EF, 19 and 85. RGB value is (239,25,133). Sum of RGB (Red+Green+Blue) = 239+25+133=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1985 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1985 is #10E67A. Grayscale: #656565. Windows color (decimal): -1107579 or 8722927. OLE color: 8722927.
HSL color Cylindrical-coordinate representation of color #EF1985: hue angle of 329.72º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1985 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 133 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.06 |
| HSL | 329.72º | 0.87% | 0.52% | - |
| HSV(B) | 329.72º | 0.9% | 0.94% | - |
| XYZ | 40.18 | 20.74 | 24.08 | - |
| YUV | 101.3 | 145.9 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 133 | 0 | 0.90 | 0.44 | 0.06 | 329.72 | 0.87 | 0.52 |
| Hex | EF | 19 | 85 | 0 | 5A | 2C | 6 | 14A | 57 | 34 |
| Octal | 357 | 31 | 205 | 0 | 132 | 54 | 6 | 512 | 127 | 64 |
| Binary | 11101111 | 11001 | 10000101 | 0 | 1011010 | 101100 | 110 | 101001010 | 1010111 | 110100 |
Color Harmonies of #EF1985
Complementary color
Monochromatic Colors of #EF1985
Black with #EF1985
Text Example
Text Example
White with #EF1985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1985; }
p { color: rgb(239,25,133); }
H1.HeaderClassName
{
color: #EF1985;
}
.AnyTagClassName
{
color: #EF1985;
}
</style>
background-color css
<style>
a { background-color: #EF1985; }
a { background-color: rgb(239,25,133); }
div.DivClassName
{
background-color: #EF1985;
}
.BgClassName
{
background-color: #EF1985;
}
</style>
border-color css
<style>
span { border-color: #EF1985; }
span { border-color: rgb(239,25,133); }
td.TdClassName
{
border-color: #EF1985;
}
.TagClassName
{
border-color: #EF1985;
}
</style>