Shades of Deep Pink #EF128A
Tints of Deep Pink #EF128A
RGB
CMYK
RGB Variations
Color information
#EF128A (or 0xEF128A) is known color: Deep Pink. HEX triplet: EF, 12 and 8A. RGB value is (239,18,138). Sum of RGB (Red+Green+Blue) = 239+18+138=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF128A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF128A is #10ED75. Grayscale: #616161. Windows color (decimal): -1109366 or 9048815. OLE color: 9048815.
HSL color Cylindrical-coordinate representation of color #EF128A: hue angle of 327.42º 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 #EF128A is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 138 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.06 |
| HSL | 327.42º | 0.87% | 0.5% | - |
| HSV(B) | 327.42º | 0.92% | 0.94% | - |
| XYZ | 40.4 | 20.62 | 25.9 | - |
| YUV | 97.76 | 150.72 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 138 | 0 | 0.92 | 0.42 | 0.06 | 327.42 | 0.87 | 0.5 |
| Hex | EF | 12 | 8A | 0 | 5C | 2A | 6 | 147 | 57 | 32 |
| Octal | 357 | 22 | 212 | 0 | 134 | 52 | 6 | 507 | 127 | 62 |
| Binary | 11101111 | 10010 | 10001010 | 0 | 1011100 | 101010 | 110 | 101000111 | 1010111 | 110010 |
Color Harmonies of #EF128A
Complementary color
Monochromatic Colors of #EF128A
Black with #EF128A
Text Example
Text Example
White with #EF128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF128A; }
p { color: rgb(239,18,138); }
H1.HeaderClassName
{
color: #EF128A;
}
.AnyTagClassName
{
color: #EF128A;
}
</style>
background-color css
<style>
a { background-color: #EF128A; }
a { background-color: rgb(239,18,138); }
div.DivClassName
{
background-color: #EF128A;
}
.BgClassName
{
background-color: #EF128A;
}
</style>
border-color css
<style>
span { border-color: #EF128A; }
span { border-color: rgb(239,18,138); }
td.TdClassName
{
border-color: #EF128A;
}
.TagClassName
{
border-color: #EF128A;
}
</style>