Shades of Dark Pink #EF456F
Tints of Dark Pink #EF456F
RGB
CMYK
RGB Variations
Color information
#EF456F (or 0xEF456F) is known color: Dark Pink. HEX triplet: EF, 45 and 6F. RGB value is (239,69,111). Sum of RGB (Red+Green+Blue) = 239+69+111=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF456F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF456F is #10BA90. Grayscale: #7C7C7C. Windows color (decimal): -1096337 or 7292399. OLE color: 7292399.
HSL color Cylindrical-coordinate representation of color #EF456F: hue angle of 345.18º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF456F is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 111 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.06 |
| HSL | 345.18º | 0.84% | 0.6% | - |
| HSV(B) | 345.18º | 0.71% | 0.94% | - |
| XYZ | 40.59 | 23.75 | 17.48 | - |
| YUV | 124.62 | 120.32 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 111 | 0 | 0.71 | 0.54 | 0.06 | 345.18 | 0.84 | 0.6 |
| Hex | EF | 45 | 6F | 0 | 47 | 36 | 6 | 159 | 54 | 3C |
| Octal | 357 | 105 | 157 | 0 | 107 | 66 | 6 | 531 | 124 | 74 |
| Binary | 11101111 | 1000101 | 1101111 | 0 | 1000111 | 110110 | 110 | 101011001 | 1010100 | 111100 |
Color Harmonies of #EF456F
Complementary color
Monochromatic Colors of #EF456F
Black with #EF456F
Text Example
Text Example
White with #EF456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF456F; }
p { color: rgb(239,69,111); }
H1.HeaderClassName
{
color: #EF456F;
}
.AnyTagClassName
{
color: #EF456F;
}
</style>
background-color css
<style>
a { background-color: #EF456F; }
a { background-color: rgb(239,69,111); }
div.DivClassName
{
background-color: #EF456F;
}
.BgClassName
{
background-color: #EF456F;
}
</style>
border-color css
<style>
span { border-color: #EF456F; }
span { border-color: rgb(239,69,111); }
td.TdClassName
{
border-color: #EF456F;
}
.TagClassName
{
border-color: #EF456F;
}
</style>