Shades of Deep Pink #EF1583
Tints of Deep Pink #EF1583
RGB
CMYK
RGB Variations
Color information
#EF1583 (or 0xEF1583) is known color: Deep Pink. HEX triplet: EF, 15 and 83. RGB value is (239,21,131). Sum of RGB (Red+Green+Blue) = 239+21+131=391 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.13% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1583 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1583 is #10EA7C. Grayscale: #626262. Windows color (decimal): -1108605 or 8590831. OLE color: 8590831.
HSL color Cylindrical-coordinate representation of color #EF1583: hue angle of 329.72º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF1583 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 131 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.06 |
| HSL | 329.72º | 0.87% | 0.51% | - |
| HSV(B) | 329.72º | 0.91% | 0.94% | - |
| XYZ | 39.96 | 20.53 | 23.33 | - |
| YUV | 98.72 | 146.22 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 131 | 0 | 0.91 | 0.45 | 0.06 | 329.72 | 0.87 | 0.51 |
| Hex | EF | 15 | 83 | 0 | 5B | 2D | 6 | 14A | 57 | 33 |
| Octal | 357 | 25 | 203 | 0 | 133 | 55 | 6 | 512 | 127 | 63 |
| Binary | 11101111 | 10101 | 10000011 | 0 | 1011011 | 101101 | 110 | 101001010 | 1010111 | 110011 |
Color Harmonies of #EF1583
Complementary color
Monochromatic Colors of #EF1583
Black with #EF1583
Text Example
Text Example
White with #EF1583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1583; }
p { color: rgb(239,21,131); }
H1.HeaderClassName
{
color: #EF1583;
}
.AnyTagClassName
{
color: #EF1583;
}
</style>
background-color css
<style>
a { background-color: #EF1583; }
a { background-color: rgb(239,21,131); }
div.DivClassName
{
background-color: #EF1583;
}
.BgClassName
{
background-color: #EF1583;
}
</style>
border-color css
<style>
span { border-color: #EF1583; }
span { border-color: rgb(239,21,131); }
td.TdClassName
{
border-color: #EF1583;
}
.TagClassName
{
border-color: #EF1583;
}
</style>