Shades of Deep Pink #EF188B
Tints of Deep Pink #EF188B
RGB
CMYK
RGB Variations
Color information
#EF188B (or 0xEF188B) is known color: Deep Pink. HEX triplet: EF, 18 and 8B. RGB value is (239,24,139). Sum of RGB (Red+Green+Blue) = 239+24+139=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF188B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF188B is #10E774. Grayscale: #656565. Windows color (decimal): -1107829 or 9115887. OLE color: 9115887.
HSL color Cylindrical-coordinate representation of color #EF188B: hue angle of 327.91º 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 #EF188B is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 139 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.06 |
| HSL | 327.91º | 0.87% | 0.52% | - |
| HSV(B) | 327.91º | 0.9% | 0.94% | - |
| XYZ | 40.58 | 20.87 | 26.32 | - |
| YUV | 101.4 | 149.23 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 139 | 0 | 0.90 | 0.42 | 0.06 | 327.91 | 0.87 | 0.52 |
| Hex | EF | 18 | 8B | 0 | 5A | 2A | 6 | 148 | 57 | 34 |
| Octal | 357 | 30 | 213 | 0 | 132 | 52 | 6 | 510 | 127 | 64 |
| Binary | 11101111 | 11000 | 10001011 | 0 | 1011010 | 101010 | 110 | 101001000 | 1010111 | 110100 |
Color Harmonies of #EF188B
Complementary color
Monochromatic Colors of #EF188B
Black with #EF188B
Text Example
Text Example
White with #EF188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF188B; }
p { color: rgb(239,24,139); }
H1.HeaderClassName
{
color: #EF188B;
}
.AnyTagClassName
{
color: #EF188B;
}
</style>
background-color css
<style>
a { background-color: #EF188B; }
a { background-color: rgb(239,24,139); }
div.DivClassName
{
background-color: #EF188B;
}
.BgClassName
{
background-color: #EF188B;
}
</style>
border-color css
<style>
span { border-color: #EF188B; }
span { border-color: rgb(239,24,139); }
td.TdClassName
{
border-color: #EF188B;
}
.TagClassName
{
border-color: #EF188B;
}
</style>