Shades of Deep Pink #EF187F
Tints of Deep Pink #EF187F
RGB
CMYK
RGB Variations
Color information
#EF187F (or 0xEF187F) is known color: Deep Pink. HEX triplet: EF, 18 and 7F. RGB value is (239,24,127). Sum of RGB (Red+Green+Blue) = 239+24+127=390 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.28% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 239 - color contains mainly: red. Hex color #EF187F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF187F is #10E780. Grayscale: #636363. Windows color (decimal): -1107841 or 8329455. OLE color: 8329455.
HSL color Cylindrical-coordinate representation of color #EF187F: hue angle of 331.26º 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 #EF187F is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 127 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.06 |
| HSL | 331.26º | 0.87% | 0.52% | - |
| HSV(B) | 331.26º | 0.9% | 0.94% | - |
| XYZ | 39.75 | 20.54 | 21.95 | - |
| YUV | 100.03 | 143.23 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 127 | 0 | 0.90 | 0.47 | 0.06 | 331.26 | 0.87 | 0.52 |
| Hex | EF | 18 | 7F | 0 | 5A | 2F | 6 | 14B | 57 | 34 |
| Octal | 357 | 30 | 177 | 0 | 132 | 57 | 6 | 513 | 127 | 64 |
| Binary | 11101111 | 11000 | 1111111 | 0 | 1011010 | 101111 | 110 | 101001011 | 1010111 | 110100 |
Color Harmonies of #EF187F
Complementary color
Monochromatic Colors of #EF187F
Black with #EF187F
Text Example
Text Example
White with #EF187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF187F; }
p { color: rgb(239,24,127); }
H1.HeaderClassName
{
color: #EF187F;
}
.AnyTagClassName
{
color: #EF187F;
}
</style>
background-color css
<style>
a { background-color: #EF187F; }
a { background-color: rgb(239,24,127); }
div.DivClassName
{
background-color: #EF187F;
}
.BgClassName
{
background-color: #EF187F;
}
</style>
border-color css
<style>
span { border-color: #EF187F; }
span { border-color: rgb(239,24,127); }
td.TdClassName
{
border-color: #EF187F;
}
.TagClassName
{
border-color: #EF187F;
}
</style>