Shades of Deep Pink #EF189C
Tints of Deep Pink #EF189C
RGB
CMYK
RGB Variations
Color information
#EF189C (or 0xEF189C) is known color: Deep Pink. HEX triplet: EF, 18 and 9C. RGB value is (239,24,156). Sum of RGB (Red+Green+Blue) = 239+24+156=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF189C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF189C is #10E763. Grayscale: #676767. Windows color (decimal): -1107812 or 10229999. OLE color: 10229999.
HSL color Cylindrical-coordinate representation of color #EF189C: hue angle of 323.16º 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 #EF189C is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 156 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.06 |
| HSL | 323.16º | 0.87% | 0.52% | - |
| HSV(B) | 323.16º | 0.9% | 0.94% | - |
| XYZ | 41.92 | 21.4 | 33.37 | - |
| YUV | 103.33 | 157.73 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 156 | 0 | 0.90 | 0.35 | 0.06 | 323.16 | 0.87 | 0.52 |
| Hex | EF | 18 | 9C | 0 | 5A | 23 | 6 | 143 | 57 | 34 |
| Octal | 357 | 30 | 234 | 0 | 132 | 43 | 6 | 503 | 127 | 64 |
| Binary | 11101111 | 11000 | 10011100 | 0 | 1011010 | 100011 | 110 | 101000011 | 1010111 | 110100 |
Color Harmonies of #EF189C
Complementary color
Monochromatic Colors of #EF189C
Black with #EF189C
Text Example
Text Example
White with #EF189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF189C; }
p { color: rgb(239,24,156); }
H1.HeaderClassName
{
color: #EF189C;
}
.AnyTagClassName
{
color: #EF189C;
}
</style>
background-color css
<style>
a { background-color: #EF189C; }
a { background-color: rgb(239,24,156); }
div.DivClassName
{
background-color: #EF189C;
}
.BgClassName
{
background-color: #EF189C;
}
</style>
border-color css
<style>
span { border-color: #EF189C; }
span { border-color: rgb(239,24,156); }
td.TdClassName
{
border-color: #EF189C;
}
.TagClassName
{
border-color: #EF189C;
}
</style>