Shades of Dark Pink #EF4673
Tints of Dark Pink #EF4673
RGB
CMYK
RGB Variations
Color information
#EF4673 (or 0xEF4673) is known color: Dark Pink. HEX triplet: EF, 46 and 73. RGB value is (239,70,115). Sum of RGB (Red+Green+Blue) = 239+70+115=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4673 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4673 is #10B98C. Grayscale: #7D7D7D. Windows color (decimal): -1096077 or 7554799. OLE color: 7554799.
HSL color Cylindrical-coordinate representation of color #EF4673: hue angle of 344.02º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF4673 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 70 | 115 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.06 |
| HSL | 344.02º | 0.84% | 0.61% | - |
| HSV(B) | 344.02º | 0.71% | 0.94% | - |
| XYZ | 40.88 | 23.97 | 18.69 | - |
| YUV | 125.66 | 121.99 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 70 | 115 | 0 | 0.71 | 0.52 | 0.06 | 344.02 | 0.84 | 0.61 |
| Hex | EF | 46 | 73 | 0 | 47 | 34 | 6 | 158 | 54 | 3D |
| Octal | 357 | 106 | 163 | 0 | 107 | 64 | 6 | 530 | 124 | 75 |
| Binary | 11101111 | 1000110 | 1110011 | 0 | 1000111 | 110100 | 110 | 101011000 | 1010100 | 111101 |
Color Harmonies of #EF4673
Complementary color
Monochromatic Colors of #EF4673
Black with #EF4673
Text Example
Text Example
White with #EF4673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4673; }
p { color: rgb(239,70,115); }
H1.HeaderClassName
{
color: #EF4673;
}
.AnyTagClassName
{
color: #EF4673;
}
</style>
background-color css
<style>
a { background-color: #EF4673; }
a { background-color: rgb(239,70,115); }
div.DivClassName
{
background-color: #EF4673;
}
.BgClassName
{
background-color: #EF4673;
}
</style>
border-color css
<style>
span { border-color: #EF4673; }
span { border-color: rgb(239,70,115); }
td.TdClassName
{
border-color: #EF4673;
}
.TagClassName
{
border-color: #EF4673;
}
</style>