Shades of Deep Pink #EF189A
Tints of Deep Pink #EF189A
RGB
CMYK
RGB Variations
Color information
#EF189A (or 0xEF189A) is known color: Deep Pink. HEX triplet: EF, 18 and 9A. RGB value is (239,24,154). Sum of RGB (Red+Green+Blue) = 239+24+154=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF189A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF189A is #10E765. Grayscale: #666666. Windows color (decimal): -1107814 or 10098927. OLE color: 10098927.
HSL color Cylindrical-coordinate representation of color #EF189A: hue angle of 323.72º 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 #EF189A is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 154 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.06 |
| HSL | 323.72º | 0.87% | 0.52% | - |
| HSV(B) | 323.72º | 0.9% | 0.94% | - |
| XYZ | 41.76 | 21.34 | 32.49 | - |
| YUV | 103.11 | 156.73 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 154 | 0 | 0.90 | 0.36 | 0.06 | 323.72 | 0.87 | 0.52 |
| Hex | EF | 18 | 9A | 0 | 5A | 24 | 6 | 144 | 57 | 34 |
| Octal | 357 | 30 | 232 | 0 | 132 | 44 | 6 | 504 | 127 | 64 |
| Binary | 11101111 | 11000 | 10011010 | 0 | 1011010 | 100100 | 110 | 101000100 | 1010111 | 110100 |
Color Harmonies of #EF189A
Complementary color
Monochromatic Colors of #EF189A
Black with #EF189A
Text Example
Text Example
White with #EF189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF189A; }
p { color: rgb(239,24,154); }
H1.HeaderClassName
{
color: #EF189A;
}
.AnyTagClassName
{
color: #EF189A;
}
</style>
background-color css
<style>
a { background-color: #EF189A; }
a { background-color: rgb(239,24,154); }
div.DivClassName
{
background-color: #EF189A;
}
.BgClassName
{
background-color: #EF189A;
}
</style>
border-color css
<style>
span { border-color: #EF189A; }
span { border-color: rgb(239,24,154); }
td.TdClassName
{
border-color: #EF189A;
}
.TagClassName
{
border-color: #EF189A;
}
</style>