Shades of Dark Pink #EF4377
Tints of Dark Pink #EF4377
RGB
CMYK
RGB Variations
Color information
#EF4377 (or 0xEF4377) is known color: Dark Pink. HEX triplet: EF, 43 and 77. RGB value is (239,67,119). Sum of RGB (Red+Green+Blue) = 239+67+119=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4377 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4377 is #10BC88. Grayscale: #7C7C7C. Windows color (decimal): -1096841 or 7816175. OLE color: 7816175.
HSL color Cylindrical-coordinate representation of color #EF4377: hue angle of 341.86º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF4377 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 67 | 119 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.06 |
| HSL | 341.86º | 0.84% | 0.6% | - |
| HSV(B) | 341.86º | 0.72% | 0.94% | - |
| XYZ | 40.93 | 23.7 | 19.87 | - |
| YUV | 124.36 | 124.98 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 119 | 0 | 0.72 | 0.50 | 0.06 | 341.86 | 0.84 | 0.6 |
| Hex | EF | 43 | 77 | 0 | 48 | 32 | 6 | 156 | 54 | 3C |
| Octal | 357 | 103 | 167 | 0 | 110 | 62 | 6 | 526 | 124 | 74 |
| Binary | 11101111 | 1000011 | 1110111 | 0 | 1001000 | 110010 | 110 | 101010110 | 1010100 | 111100 |
Color Harmonies of #EF4377
Complementary color
Monochromatic Colors of #EF4377
Black with #EF4377
Text Example
Text Example
White with #EF4377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4377; }
p { color: rgb(239,67,119); }
H1.HeaderClassName
{
color: #EF4377;
}
.AnyTagClassName
{
color: #EF4377;
}
</style>
background-color css
<style>
a { background-color: #EF4377; }
a { background-color: rgb(239,67,119); }
div.DivClassName
{
background-color: #EF4377;
}
.BgClassName
{
background-color: #EF4377;
}
</style>
border-color css
<style>
span { border-color: #EF4377; }
span { border-color: rgb(239,67,119); }
td.TdClassName
{
border-color: #EF4377;
}
.TagClassName
{
border-color: #EF4377;
}
</style>