Shades of Deep Pink #EF1083
Tints of Deep Pink #EF1083
RGB
CMYK
RGB Variations
Color information
#EF1083 (or 0xEF1083) is known color: Deep Pink. HEX triplet: EF, 10 and 83. RGB value is (239,16,131). Sum of RGB (Red+Green+Blue) = 239+16+131=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1083 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1083 is #10EF7C. Grayscale: #5F5F5F. Windows color (decimal): -1109885 or 8589551. OLE color: 8589551.
HSL color Cylindrical-coordinate representation of color #EF1083: hue angle of 329.06º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1083 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 131 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.06 |
| HSL | 329.06º | 0.87% | 0.5% | - |
| HSV(B) | 329.06º | 0.93% | 0.94% | - |
| XYZ | 39.88 | 20.36 | 23.3 | - |
| YUV | 95.79 | 147.88 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 131 | 0 | 0.93 | 0.45 | 0.06 | 329.06 | 0.87 | 0.5 |
| Hex | EF | 10 | 83 | 0 | 5D | 2D | 6 | 149 | 57 | 32 |
| Octal | 357 | 20 | 203 | 0 | 135 | 55 | 6 | 511 | 127 | 62 |
| Binary | 11101111 | 10000 | 10000011 | 0 | 1011101 | 101101 | 110 | 101001001 | 1010111 | 110010 |
Color Harmonies of #EF1083
Complementary color
Monochromatic Colors of #EF1083
Black with #EF1083
Text Example
Text Example
White with #EF1083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1083; }
p { color: rgb(239,16,131); }
H1.HeaderClassName
{
color: #EF1083;
}
.AnyTagClassName
{
color: #EF1083;
}
</style>
background-color css
<style>
a { background-color: #EF1083; }
a { background-color: rgb(239,16,131); }
div.DivClassName
{
background-color: #EF1083;
}
.BgClassName
{
background-color: #EF1083;
}
</style>
border-color css
<style>
span { border-color: #EF1083; }
span { border-color: rgb(239,16,131); }
td.TdClassName
{
border-color: #EF1083;
}
.TagClassName
{
border-color: #EF1083;
}
</style>