Shades of Deep Pink #EF0C81
Tints of Deep Pink #EF0C81
RGB
CMYK
RGB Variations
Color information
#EF0C81 (or 0xEF0C81) is known color: Deep Pink. HEX triplet: EF, 0C and 81. RGB value is (239,12,129). Sum of RGB (Red+Green+Blue) = 239+12+129=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0C81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0C81 is #10F37E. Grayscale: #5C5C5C. Windows color (decimal): -1110911 or 8457455. OLE color: 8457455.
HSL color Cylindrical-coordinate representation of color #EF0C81: hue angle of 329.07º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0C81 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 129 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.06 |
| HSL | 329.07º | 0.9% | 0.49% | - |
| HSV(B) | 329.07º | 0.95% | 0.94% | - |
| XYZ | 39.69 | 20.2 | 22.58 | - |
| YUV | 93.21 | 148.21 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 129 | 0 | 0.95 | 0.46 | 0.06 | 329.07 | 0.9 | 0.49 |
| Hex | EF | C | 81 | 0 | 5F | 2E | 6 | 149 | 5A | 31 |
| Octal | 357 | 14 | 201 | 0 | 137 | 56 | 6 | 511 | 132 | 61 |
| Binary | 11101111 | 1100 | 10000001 | 0 | 1011111 | 101110 | 110 | 101001001 | 1011010 | 110001 |
Color Harmonies of #EF0C81
Complementary color
Monochromatic Colors of #EF0C81
Black with #EF0C81
Text Example
Text Example
White with #EF0C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0C81; }
p { color: rgb(239,12,129); }
H1.HeaderClassName
{
color: #EF0C81;
}
.AnyTagClassName
{
color: #EF0C81;
}
</style>
background-color css
<style>
a { background-color: #EF0C81; }
a { background-color: rgb(239,12,129); }
div.DivClassName
{
background-color: #EF0C81;
}
.BgClassName
{
background-color: #EF0C81;
}
</style>
border-color css
<style>
span { border-color: #EF0C81; }
span { border-color: rgb(239,12,129); }
td.TdClassName
{
border-color: #EF0C81;
}
.TagClassName
{
border-color: #EF0C81;
}
</style>