Shades of Deep Pink #EF199A
Tints of Deep Pink #EF199A
RGB
CMYK
RGB Variations
Color information
#EF199A (or 0xEF199A) is known color: Deep Pink. HEX triplet: EF, 19 and 9A. RGB value is (239,25,154). Sum of RGB (Red+Green+Blue) = 239+25+154=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF199A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF199A is #10E665. Grayscale: #676767. Windows color (decimal): -1107558 or 10099183. OLE color: 10099183.
HSL color Cylindrical-coordinate representation of color #EF199A: hue angle of 323.83º 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 #EF199A is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 154 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.06 |
| HSL | 323.83º | 0.87% | 0.52% | - |
| HSV(B) | 323.83º | 0.9% | 0.94% | - |
| XYZ | 41.78 | 21.38 | 32.5 | - |
| YUV | 103.69 | 156.4 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 154 | 0 | 0.90 | 0.36 | 0.06 | 323.83 | 0.87 | 0.52 |
| Hex | EF | 19 | 9A | 0 | 5A | 24 | 6 | 144 | 57 | 34 |
| Octal | 357 | 31 | 232 | 0 | 132 | 44 | 6 | 504 | 127 | 64 |
| Binary | 11101111 | 11001 | 10011010 | 0 | 1011010 | 100100 | 110 | 101000100 | 1010111 | 110100 |
Color Harmonies of #EF199A
Complementary color
Monochromatic Colors of #EF199A
Black with #EF199A
Text Example
Text Example
White with #EF199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF199A; }
p { color: rgb(239,25,154); }
H1.HeaderClassName
{
color: #EF199A;
}
.AnyTagClassName
{
color: #EF199A;
}
</style>
background-color css
<style>
a { background-color: #EF199A; }
a { background-color: rgb(239,25,154); }
div.DivClassName
{
background-color: #EF199A;
}
.BgClassName
{
background-color: #EF199A;
}
</style>
border-color css
<style>
span { border-color: #EF199A; }
span { border-color: rgb(239,25,154); }
td.TdClassName
{
border-color: #EF199A;
}
.TagClassName
{
border-color: #EF199A;
}
</style>