Shades of Deep Pink #EF199C
Tints of Deep Pink #EF199C
RGB
CMYK
RGB Variations
Color information
#EF199C (or 0xEF199C) is known color: Deep Pink. HEX triplet: EF, 19 and 9C. RGB value is (239,25,156). Sum of RGB (Red+Green+Blue) = 239+25+156=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF199C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF199C is #10E663. Grayscale: #676767. Windows color (decimal): -1107556 or 10230255. OLE color: 10230255.
HSL color Cylindrical-coordinate representation of color #EF199C: hue angle of 323.27º 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 #EF199C is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 156 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.06 |
| HSL | 323.27º | 0.87% | 0.52% | - |
| HSV(B) | 323.27º | 0.9% | 0.94% | - |
| XYZ | 41.94 | 21.45 | 33.38 | - |
| YUV | 103.92 | 157.4 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 156 | 0 | 0.90 | 0.35 | 0.06 | 323.27 | 0.87 | 0.52 |
| Hex | EF | 19 | 9C | 0 | 5A | 23 | 6 | 143 | 57 | 34 |
| Octal | 357 | 31 | 234 | 0 | 132 | 43 | 6 | 503 | 127 | 64 |
| Binary | 11101111 | 11001 | 10011100 | 0 | 1011010 | 100011 | 110 | 101000011 | 1010111 | 110100 |
Color Harmonies of #EF199C
Complementary color
Monochromatic Colors of #EF199C
Black with #EF199C
Text Example
Text Example
White with #EF199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF199C; }
p { color: rgb(239,25,156); }
H1.HeaderClassName
{
color: #EF199C;
}
.AnyTagClassName
{
color: #EF199C;
}
</style>
background-color css
<style>
a { background-color: #EF199C; }
a { background-color: rgb(239,25,156); }
div.DivClassName
{
background-color: #EF199C;
}
.BgClassName
{
background-color: #EF199C;
}
</style>
border-color css
<style>
span { border-color: #EF199C; }
span { border-color: rgb(239,25,156); }
td.TdClassName
{
border-color: #EF199C;
}
.TagClassName
{
border-color: #EF199C;
}
</style>