Shades of Deep Pink #EF0484
Tints of Deep Pink #EF0484
RGB
CMYK
RGB Variations
Color information
#EF0484 (or 0xEF0484) is known color: Deep Pink. HEX triplet: EF, 04 and 84. RGB value is (239,4,132). Sum of RGB (Red+Green+Blue) = 239+4+132=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0484 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0484 is #10FB7B. Grayscale: #585858. Windows color (decimal): -1112956 or 8652015. OLE color: 8652015.
HSL color Cylindrical-coordinate representation of color #EF0484: hue angle of 327.32º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF0484 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 132 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.06 |
| HSL | 327.32º | 0.97% | 0.48% | - |
| HSV(B) | 327.32º | 0.98% | 0.94% | - |
| XYZ | 39.8 | 20.1 | 23.61 | - |
| YUV | 88.86 | 152.36 | 235.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 132 | 0 | 0.98 | 0.45 | 0.06 | 327.32 | 0.97 | 0.48 |
| Hex | EF | 4 | 84 | 0 | 62 | 2D | 6 | 147 | 61 | 30 |
| Octal | 357 | 4 | 204 | 0 | 142 | 55 | 6 | 507 | 141 | 60 |
| Binary | 11101111 | 100 | 10000100 | 0 | 1100010 | 101101 | 110 | 101000111 | 1100001 | 110000 |
Color Harmonies of #EF0484
Complementary color
Monochromatic Colors of #EF0484
Black with #EF0484
Text Example
Text Example
White with #EF0484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0484; }
p { color: rgb(239,4,132); }
H1.HeaderClassName
{
color: #EF0484;
}
.AnyTagClassName
{
color: #EF0484;
}
</style>
background-color css
<style>
a { background-color: #EF0484; }
a { background-color: rgb(239,4,132); }
div.DivClassName
{
background-color: #EF0484;
}
.BgClassName
{
background-color: #EF0484;
}
</style>
border-color css
<style>
span { border-color: #EF0484; }
span { border-color: rgb(239,4,132); }
td.TdClassName
{
border-color: #EF0484;
}
.TagClassName
{
border-color: #EF0484;
}
</style>