Shades of Deep Pink #EF188C
Tints of Deep Pink #EF188C
RGB
CMYK
RGB Variations
Color information
#EF188C (or 0xEF188C) is known color: Deep Pink. HEX triplet: EF, 18 and 8C. RGB value is (239,24,140). Sum of RGB (Red+Green+Blue) = 239+24+140=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF188C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF188C is #10E773. Grayscale: #656565. Windows color (decimal): -1107828 or 9181423. OLE color: 9181423.
HSL color Cylindrical-coordinate representation of color #EF188C: hue angle of 327.63º 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 #EF188C is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 140 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.06 |
| HSL | 327.63º | 0.87% | 0.52% | - |
| HSV(B) | 327.63º | 0.9% | 0.94% | - |
| XYZ | 40.66 | 20.9 | 26.7 | - |
| YUV | 101.51 | 149.73 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 140 | 0 | 0.90 | 0.41 | 0.06 | 327.63 | 0.87 | 0.52 |
| Hex | EF | 18 | 8C | 0 | 5A | 29 | 6 | 148 | 57 | 34 |
| Octal | 357 | 30 | 214 | 0 | 132 | 51 | 6 | 510 | 127 | 64 |
| Binary | 11101111 | 11000 | 10001100 | 0 | 1011010 | 101001 | 110 | 101001000 | 1010111 | 110100 |
Color Harmonies of #EF188C
Complementary color
Monochromatic Colors of #EF188C
Black with #EF188C
Text Example
Text Example
White with #EF188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF188C; }
p { color: rgb(239,24,140); }
H1.HeaderClassName
{
color: #EF188C;
}
.AnyTagClassName
{
color: #EF188C;
}
</style>
background-color css
<style>
a { background-color: #EF188C; }
a { background-color: rgb(239,24,140); }
div.DivClassName
{
background-color: #EF188C;
}
.BgClassName
{
background-color: #EF188C;
}
</style>
border-color css
<style>
span { border-color: #EF188C; }
span { border-color: rgb(239,24,140); }
td.TdClassName
{
border-color: #EF188C;
}
.TagClassName
{
border-color: #EF188C;
}
</style>