Shades of Deep Pink #EF1A87
Tints of Deep Pink #EF1A87
RGB
CMYK
RGB Variations
Color information
#EF1A87 (or 0xEF1A87) is known color: Deep Pink. HEX triplet: EF, 1A and 87. RGB value is (239,26,135). Sum of RGB (Red+Green+Blue) = 239+26+135=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1A87 is #10E578. Grayscale: #656565. Windows color (decimal): -1107321 or 8854255. OLE color: 8854255.
HSL color Cylindrical-coordinate representation of color #EF1A87: hue angle of 329.3º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1A87 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 26 | 135 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.06 |
| HSL | 329.3º | 0.87% | 0.52% | - |
| HSV(B) | 329.3º | 0.89% | 0.94% | - |
| XYZ | 40.34 | 20.84 | 24.82 | - |
| YUV | 102.11 | 146.57 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 135 | 0 | 0.89 | 0.44 | 0.06 | 329.3 | 0.87 | 0.52 |
| Hex | EF | 1A | 87 | 0 | 59 | 2C | 6 | 149 | 57 | 34 |
| Octal | 357 | 32 | 207 | 0 | 131 | 54 | 6 | 511 | 127 | 64 |
| Binary | 11101111 | 11010 | 10000111 | 0 | 1011001 | 101100 | 110 | 101001001 | 1010111 | 110100 |
Color Harmonies of #EF1A87
Complementary color
Monochromatic Colors of #EF1A87
Black with #EF1A87
Text Example
Text Example
White with #EF1A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1A87; }
p { color: rgb(239,26,135); }
H1.HeaderClassName
{
color: #EF1A87;
}
.AnyTagClassName
{
color: #EF1A87;
}
</style>
background-color css
<style>
a { background-color: #EF1A87; }
a { background-color: rgb(239,26,135); }
div.DivClassName
{
background-color: #EF1A87;
}
.BgClassName
{
background-color: #EF1A87;
}
</style>
border-color css
<style>
span { border-color: #EF1A87; }
span { border-color: rgb(239,26,135); }
td.TdClassName
{
border-color: #EF1A87;
}
.TagClassName
{
border-color: #EF1A87;
}
</style>