Shades of Deep Pink #EF0F83
Tints of Deep Pink #EF0F83
RGB
CMYK
RGB Variations
Color information
#EF0F83 (or 0xEF0F83) is known color: Deep Pink. HEX triplet: EF, 0F and 83. RGB value is (239,15,131). Sum of RGB (Red+Green+Blue) = 239+15+131=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0F83 is #10F07C. Grayscale: #5E5E5E. Windows color (decimal): -1110141 or 8589295. OLE color: 8589295.
HSL color Cylindrical-coordinate representation of color #EF0F83: hue angle of 328.93º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0F83 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 131 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.06 |
| HSL | 328.93º | 0.88% | 0.5% | - |
| HSV(B) | 328.93º | 0.94% | 0.94% | - |
| XYZ | 39.86 | 20.33 | 23.3 | - |
| YUV | 95.2 | 148.21 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 131 | 0 | 0.94 | 0.45 | 0.06 | 328.93 | 0.88 | 0.5 |
| Hex | EF | F | 83 | 0 | 5E | 2D | 6 | 149 | 58 | 32 |
| Octal | 357 | 17 | 203 | 0 | 136 | 55 | 6 | 511 | 130 | 62 |
| Binary | 11101111 | 1111 | 10000011 | 0 | 1011110 | 101101 | 110 | 101001001 | 1011000 | 110010 |
Color Harmonies of #EF0F83
Complementary color
Monochromatic Colors of #EF0F83
Black with #EF0F83
Text Example
Text Example
White with #EF0F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0F83; }
p { color: rgb(239,15,131); }
H1.HeaderClassName
{
color: #EF0F83;
}
.AnyTagClassName
{
color: #EF0F83;
}
</style>
background-color css
<style>
a { background-color: #EF0F83; }
a { background-color: rgb(239,15,131); }
div.DivClassName
{
background-color: #EF0F83;
}
.BgClassName
{
background-color: #EF0F83;
}
</style>
border-color css
<style>
span { border-color: #EF0F83; }
span { border-color: rgb(239,15,131); }
td.TdClassName
{
border-color: #EF0F83;
}
.TagClassName
{
border-color: #EF0F83;
}
</style>