Shades of Dark Pink #EF5384
Tints of Dark Pink #EF5384
RGB
CMYK
RGB Variations
Color information
#EF5384 (or 0xEF5384) is known color: Dark Pink. HEX triplet: EF, 53 and 84. RGB value is (239,83,132). Sum of RGB (Red+Green+Blue) = 239+83+132=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5384 is #10AC7B. Grayscale: #878787. Windows color (decimal): -1092732 or 8672239. OLE color: 8672239.
HSL color Cylindrical-coordinate representation of color #EF5384: hue angle of 341.15º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF5384 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 132 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.06 |
| HSL | 341.15º | 0.83% | 0.63% | - |
| HSV(B) | 341.15º | 0.65% | 0.94% | - |
| XYZ | 42.85 | 26.2 | 24.63 | - |
| YUV | 135.23 | 126.18 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 132 | 0 | 0.65 | 0.45 | 0.06 | 341.15 | 0.83 | 0.63 |
| Hex | EF | 53 | 84 | 0 | 41 | 2D | 6 | 155 | 53 | 3F |
| Octal | 357 | 123 | 204 | 0 | 101 | 55 | 6 | 525 | 123 | 77 |
| Binary | 11101111 | 1010011 | 10000100 | 0 | 1000001 | 101101 | 110 | 101010101 | 1010011 | 111111 |
Color Harmonies of #EF5384
Complementary color
Monochromatic Colors of #EF5384
Black with #EF5384
Text Example
Text Example
White with #EF5384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5384; }
p { color: rgb(239,83,132); }
H1.HeaderClassName
{
color: #EF5384;
}
.AnyTagClassName
{
color: #EF5384;
}
</style>
background-color css
<style>
a { background-color: #EF5384; }
a { background-color: rgb(239,83,132); }
div.DivClassName
{
background-color: #EF5384;
}
.BgClassName
{
background-color: #EF5384;
}
</style>
border-color css
<style>
span { border-color: #EF5384; }
span { border-color: rgb(239,83,132); }
td.TdClassName
{
border-color: #EF5384;
}
.TagClassName
{
border-color: #EF5384;
}
</style>