Shades of Deep Pink #EF1483
Tints of Deep Pink #EF1483
RGB
CMYK
RGB Variations
Color information
#EF1483 (or 0xEF1483) is known color: Deep Pink. HEX triplet: EF, 14 and 83. RGB value is (239,20,131). Sum of RGB (Red+Green+Blue) = 239+20+131=390 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.28% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1483 is #10EB7C. Grayscale: #616161. Windows color (decimal): -1108861 or 8590575. OLE color: 8590575.
HSL color Cylindrical-coordinate representation of color #EF1483: hue angle of 329.59º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1483 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 131 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.06 |
| HSL | 329.59º | 0.87% | 0.51% | - |
| HSV(B) | 329.59º | 0.92% | 0.94% | - |
| XYZ | 39.94 | 20.49 | 23.32 | - |
| YUV | 98.14 | 146.55 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 131 | 0 | 0.92 | 0.45 | 0.06 | 329.59 | 0.87 | 0.51 |
| Hex | EF | 14 | 83 | 0 | 5C | 2D | 6 | 14A | 57 | 33 |
| Octal | 357 | 24 | 203 | 0 | 134 | 55 | 6 | 512 | 127 | 63 |
| Binary | 11101111 | 10100 | 10000011 | 0 | 1011100 | 101101 | 110 | 101001010 | 1010111 | 110011 |
Color Harmonies of #EF1483
Complementary color
Monochromatic Colors of #EF1483
Black with #EF1483
Text Example
Text Example
White with #EF1483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1483; }
p { color: rgb(239,20,131); }
H1.HeaderClassName
{
color: #EF1483;
}
.AnyTagClassName
{
color: #EF1483;
}
</style>
background-color css
<style>
a { background-color: #EF1483; }
a { background-color: rgb(239,20,131); }
div.DivClassName
{
background-color: #EF1483;
}
.BgClassName
{
background-color: #EF1483;
}
</style>
border-color css
<style>
span { border-color: #EF1483; }
span { border-color: rgb(239,20,131); }
td.TdClassName
{
border-color: #EF1483;
}
.TagClassName
{
border-color: #EF1483;
}
</style>