Shades of Deep Pink #EF0C83
Tints of Deep Pink #EF0C83
RGB
CMYK
RGB Variations
Color information
#EF0C83 (or 0xEF0C83) is known color: Deep Pink. HEX triplet: EF, 0C and 83. RGB value is (239,12,131). Sum of RGB (Red+Green+Blue) = 239+12+131=382 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.57% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0C83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0C83 is #10F37C. Grayscale: #5D5D5D. Windows color (decimal): -1110909 or 8588527. OLE color: 8588527.
HSL color Cylindrical-coordinate representation of color #EF0C83: hue angle of 328.55º 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 #EF0C83 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 131 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.06 |
| HSL | 328.55º | 0.9% | 0.49% | - |
| HSV(B) | 328.55º | 0.95% | 0.94% | - |
| XYZ | 39.82 | 20.25 | 23.28 | - |
| YUV | 93.44 | 149.21 | 231.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 131 | 0 | 0.95 | 0.45 | 0.06 | 328.55 | 0.9 | 0.49 |
| Hex | EF | C | 83 | 0 | 5F | 2D | 6 | 149 | 5A | 31 |
| Octal | 357 | 14 | 203 | 0 | 137 | 55 | 6 | 511 | 132 | 61 |
| Binary | 11101111 | 1100 | 10000011 | 0 | 1011111 | 101101 | 110 | 101001001 | 1011010 | 110001 |
Color Harmonies of #EF0C83
Complementary color
Monochromatic Colors of #EF0C83
Black with #EF0C83
Text Example
Text Example
White with #EF0C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0C83; }
p { color: rgb(239,12,131); }
H1.HeaderClassName
{
color: #EF0C83;
}
.AnyTagClassName
{
color: #EF0C83;
}
</style>
background-color css
<style>
a { background-color: #EF0C83; }
a { background-color: rgb(239,12,131); }
div.DivClassName
{
background-color: #EF0C83;
}
.BgClassName
{
background-color: #EF0C83;
}
</style>
border-color css
<style>
span { border-color: #EF0C83; }
span { border-color: rgb(239,12,131); }
td.TdClassName
{
border-color: #EF0C83;
}
.TagClassName
{
border-color: #EF0C83;
}
</style>