Shades of Dark Pink #EF567B
Tints of Dark Pink #EF567B
RGB
CMYK
RGB Variations
Color information
#EF567B (or 0xEF567B) is known color: Dark Pink. HEX triplet: EF, 56 and 7B. RGB value is (239,86,123). Sum of RGB (Red+Green+Blue) = 239+86+123=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF567B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF567B is #10A984. Grayscale: #878787. Windows color (decimal): -1091973 or 8083183. OLE color: 8083183.
HSL color Cylindrical-coordinate representation of color #EF567B: hue angle of 345.49º 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 #EF567B is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 123 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.06 |
| HSL | 345.49º | 0.83% | 0.64% | - |
| HSV(B) | 345.49º | 0.64% | 0.94% | - |
| XYZ | 42.5 | 26.44 | 21.6 | - |
| YUV | 135.97 | 120.69 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 123 | 0 | 0.64 | 0.49 | 0.06 | 345.49 | 0.83 | 0.64 |
| Hex | EF | 56 | 7B | 0 | 40 | 31 | 6 | 159 | 53 | 40 |
| Octal | 357 | 126 | 173 | 0 | 100 | 61 | 6 | 531 | 123 | 100 |
| Binary | 11101111 | 1010110 | 1111011 | 0 | 1000000 | 110001 | 110 | 101011001 | 1010011 | 1000000 |
Color Harmonies of #EF567B
Complementary color
Monochromatic Colors of #EF567B
Black with #EF567B
Text Example
Text Example
White with #EF567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF567B; }
p { color: rgb(239,86,123); }
H1.HeaderClassName
{
color: #EF567B;
}
.AnyTagClassName
{
color: #EF567B;
}
</style>
background-color css
<style>
a { background-color: #EF567B; }
a { background-color: rgb(239,86,123); }
div.DivClassName
{
background-color: #EF567B;
}
.BgClassName
{
background-color: #EF567B;
}
</style>
border-color css
<style>
span { border-color: #EF567B; }
span { border-color: rgb(239,86,123); }
td.TdClassName
{
border-color: #EF567B;
}
.TagClassName
{
border-color: #EF567B;
}
</style>