Shades of Dark Pink #EF457B
Tints of Dark Pink #EF457B
RGB
CMYK
RGB Variations
Color information
#EF457B (or 0xEF457B) is known color: Dark Pink. HEX triplet: EF, 45 and 7B. RGB value is (239,69,123). Sum of RGB (Red+Green+Blue) = 239+69+123=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF457B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF457B is #10BA84. Grayscale: #7D7D7D. Windows color (decimal): -1096325 or 8078831. OLE color: 8078831.
HSL color Cylindrical-coordinate representation of color #EF457B: hue angle of 340.94º 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 #EF457B is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 123 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.06 |
| HSL | 340.94º | 0.84% | 0.6% | - |
| HSV(B) | 340.94º | 0.71% | 0.94% | - |
| XYZ | 41.3 | 24.04 | 21.2 | - |
| YUV | 125.99 | 126.32 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 123 | 0 | 0.71 | 0.49 | 0.06 | 340.94 | 0.84 | 0.6 |
| Hex | EF | 45 | 7B | 0 | 47 | 31 | 6 | 155 | 54 | 3C |
| Octal | 357 | 105 | 173 | 0 | 107 | 61 | 6 | 525 | 124 | 74 |
| Binary | 11101111 | 1000101 | 1111011 | 0 | 1000111 | 110001 | 110 | 101010101 | 1010100 | 111100 |
Color Harmonies of #EF457B
Complementary color
Monochromatic Colors of #EF457B
Black with #EF457B
Text Example
Text Example
White with #EF457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF457B; }
p { color: rgb(239,69,123); }
H1.HeaderClassName
{
color: #EF457B;
}
.AnyTagClassName
{
color: #EF457B;
}
</style>
background-color css
<style>
a { background-color: #EF457B; }
a { background-color: rgb(239,69,123); }
div.DivClassName
{
background-color: #EF457B;
}
.BgClassName
{
background-color: #EF457B;
}
</style>
border-color css
<style>
span { border-color: #EF457B; }
span { border-color: rgb(239,69,123); }
td.TdClassName
{
border-color: #EF457B;
}
.TagClassName
{
border-color: #EF457B;
}
</style>