Shades of Deep Pink #EF129A
Tints of Deep Pink #EF129A
RGB
CMYK
RGB Variations
Color information
#EF129A (or 0xEF129A) is known color: Deep Pink. HEX triplet: EF, 12 and 9A. RGB value is (239,18,154). Sum of RGB (Red+Green+Blue) = 239+18+154=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF129A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF129A is #10ED65. Grayscale: #636363. Windows color (decimal): -1109350 or 10097391. OLE color: 10097391.
HSL color Cylindrical-coordinate representation of color #EF129A: hue angle of 323.08º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF129A is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 154 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.06 |
| HSL | 323.08º | 0.87% | 0.5% | - |
| HSV(B) | 323.08º | 0.92% | 0.94% | - |
| XYZ | 41.65 | 21.12 | 32.45 | - |
| YUV | 99.58 | 158.72 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 154 | 0 | 0.92 | 0.36 | 0.06 | 323.08 | 0.87 | 0.5 |
| Hex | EF | 12 | 9A | 0 | 5C | 24 | 6 | 143 | 57 | 32 |
| Octal | 357 | 22 | 232 | 0 | 134 | 44 | 6 | 503 | 127 | 62 |
| Binary | 11101111 | 10010 | 10011010 | 0 | 1011100 | 100100 | 110 | 101000011 | 1010111 | 110010 |
Color Harmonies of #EF129A
Complementary color
Monochromatic Colors of #EF129A
Black with #EF129A
Text Example
Text Example
White with #EF129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF129A; }
p { color: rgb(239,18,154); }
H1.HeaderClassName
{
color: #EF129A;
}
.AnyTagClassName
{
color: #EF129A;
}
</style>
background-color css
<style>
a { background-color: #EF129A; }
a { background-color: rgb(239,18,154); }
div.DivClassName
{
background-color: #EF129A;
}
.BgClassName
{
background-color: #EF129A;
}
</style>
border-color css
<style>
span { border-color: #EF129A; }
span { border-color: rgb(239,18,154); }
td.TdClassName
{
border-color: #EF129A;
}
.TagClassName
{
border-color: #EF129A;
}
</style>