Shades of Deep Pink #EF1887
Tints of Deep Pink #EF1887
RGB
CMYK
RGB Variations
Color information
#EF1887 (or 0xEF1887) is known color: Deep Pink. HEX triplet: EF, 18 and 87. RGB value is (239,24,135). Sum of RGB (Red+Green+Blue) = 239+24+135=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1887 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1887 is #10E778. Grayscale: #646464. Windows color (decimal): -1107833 or 8853743. OLE color: 8853743.
HSL color Cylindrical-coordinate representation of color #EF1887: hue angle of 329.02º 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 #EF1887 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 135 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.06 |
| HSL | 329.02º | 0.87% | 0.52% | - |
| HSV(B) | 329.02º | 0.9% | 0.94% | - |
| XYZ | 40.3 | 20.75 | 24.8 | - |
| YUV | 100.94 | 147.23 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 135 | 0 | 0.90 | 0.44 | 0.06 | 329.02 | 0.87 | 0.52 |
| Hex | EF | 18 | 87 | 0 | 5A | 2C | 6 | 149 | 57 | 34 |
| Octal | 357 | 30 | 207 | 0 | 132 | 54 | 6 | 511 | 127 | 64 |
| Binary | 11101111 | 11000 | 10000111 | 0 | 1011010 | 101100 | 110 | 101001001 | 1010111 | 110100 |
Color Harmonies of #EF1887
Complementary color
Monochromatic Colors of #EF1887
Black with #EF1887
Text Example
Text Example
White with #EF1887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1887; }
p { color: rgb(239,24,135); }
H1.HeaderClassName
{
color: #EF1887;
}
.AnyTagClassName
{
color: #EF1887;
}
</style>
background-color css
<style>
a { background-color: #EF1887; }
a { background-color: rgb(239,24,135); }
div.DivClassName
{
background-color: #EF1887;
}
.BgClassName
{
background-color: #EF1887;
}
</style>
border-color css
<style>
span { border-color: #EF1887; }
span { border-color: rgb(239,24,135); }
td.TdClassName
{
border-color: #EF1887;
}
.TagClassName
{
border-color: #EF1887;
}
</style>