Shades of Deep Pink #EF187A
Tints of Deep Pink #EF187A
RGB
CMYK
RGB Variations
Color information
#EF187A (or 0xEF187A) is known color: Deep Pink. HEX triplet: EF, 18 and 7A. RGB value is (239,24,122). Sum of RGB (Red+Green+Blue) = 239+24+122=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF187A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF187A is #10E785. Grayscale: #636363. Windows color (decimal): -1107846 or 8001775. OLE color: 8001775.
HSL color Cylindrical-coordinate representation of color #EF187A: hue angle of 332.65º 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 #EF187A is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 122 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.06 |
| HSL | 332.65º | 0.87% | 0.52% | - |
| HSV(B) | 332.65º | 0.9% | 0.94% | - |
| XYZ | 39.44 | 20.41 | 20.27 | - |
| YUV | 99.46 | 140.73 | 227.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 122 | 0 | 0.90 | 0.49 | 0.06 | 332.65 | 0.87 | 0.52 |
| Hex | EF | 18 | 7A | 0 | 5A | 31 | 6 | 14D | 57 | 34 |
| Octal | 357 | 30 | 172 | 0 | 132 | 61 | 6 | 515 | 127 | 64 |
| Binary | 11101111 | 11000 | 1111010 | 0 | 1011010 | 110001 | 110 | 101001101 | 1010111 | 110100 |
Color Harmonies of #EF187A
Complementary color
Monochromatic Colors of #EF187A
Black with #EF187A
Text Example
Text Example
White with #EF187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF187A; }
p { color: rgb(239,24,122); }
H1.HeaderClassName
{
color: #EF187A;
}
.AnyTagClassName
{
color: #EF187A;
}
</style>
background-color css
<style>
a { background-color: #EF187A; }
a { background-color: rgb(239,24,122); }
div.DivClassName
{
background-color: #EF187A;
}
.BgClassName
{
background-color: #EF187A;
}
</style>
border-color css
<style>
span { border-color: #EF187A; }
span { border-color: rgb(239,24,122); }
td.TdClassName
{
border-color: #EF187A;
}
.TagClassName
{
border-color: #EF187A;
}
</style>