Shades of Dark Pink #EF557B
Tints of Dark Pink #EF557B
RGB
CMYK
RGB Variations
Color information
#EF557B (or 0xEF557B) is known color: Dark Pink. HEX triplet: EF, 55 and 7B. RGB value is (239,85,123). Sum of RGB (Red+Green+Blue) = 239+85+123=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF557B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF557B is #10AA84. Grayscale: #878787. Windows color (decimal): -1092229 or 8082927. OLE color: 8082927.
HSL color Cylindrical-coordinate representation of color #EF557B: hue angle of 345.19º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF557B is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 123 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.06 |
| HSL | 345.19º | 0.83% | 0.64% | - |
| HSV(B) | 345.19º | 0.64% | 0.94% | - |
| XYZ | 42.42 | 26.28 | 21.58 | - |
| YUV | 135.38 | 121.02 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 123 | 0 | 0.64 | 0.49 | 0.06 | 345.19 | 0.83 | 0.64 |
| Hex | EF | 55 | 7B | 0 | 40 | 31 | 6 | 159 | 53 | 40 |
| Octal | 357 | 125 | 173 | 0 | 100 | 61 | 6 | 531 | 123 | 100 |
| Binary | 11101111 | 1010101 | 1111011 | 0 | 1000000 | 110001 | 110 | 101011001 | 1010011 | 1000000 |
Color Harmonies of #EF557B
Complementary color
Monochromatic Colors of #EF557B
Black with #EF557B
Text Example
Text Example
White with #EF557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF557B; }
p { color: rgb(239,85,123); }
H1.HeaderClassName
{
color: #EF557B;
}
.AnyTagClassName
{
color: #EF557B;
}
</style>
background-color css
<style>
a { background-color: #EF557B; }
a { background-color: rgb(239,85,123); }
div.DivClassName
{
background-color: #EF557B;
}
.BgClassName
{
background-color: #EF557B;
}
</style>
border-color css
<style>
span { border-color: #EF557B; }
span { border-color: rgb(239,85,123); }
td.TdClassName
{
border-color: #EF557B;
}
.TagClassName
{
border-color: #EF557B;
}
</style>