Shades of Dark Pink #EF527A
Tints of Dark Pink #EF527A
RGB
CMYK
RGB Variations
Color information
#EF527A (or 0xEF527A) is known color: Dark Pink. HEX triplet: EF, 52 and 7A. RGB value is (239,82,122). Sum of RGB (Red+Green+Blue) = 239+82+122=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF527A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF527A is #10AD85. Grayscale: #858585. Windows color (decimal): -1092998 or 8016623. OLE color: 8016623.
HSL color Cylindrical-coordinate representation of color #EF527A: hue angle of 344.71º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF527A is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 122 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.06 |
| HSL | 344.71º | 0.83% | 0.63% | - |
| HSV(B) | 344.71º | 0.66% | 0.94% | - |
| XYZ | 42.13 | 25.79 | 21.17 | - |
| YUV | 133.5 | 121.51 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 122 | 0 | 0.66 | 0.49 | 0.06 | 344.71 | 0.83 | 0.63 |
| Hex | EF | 52 | 7A | 0 | 42 | 31 | 6 | 159 | 53 | 3F |
| Octal | 357 | 122 | 172 | 0 | 102 | 61 | 6 | 531 | 123 | 77 |
| Binary | 11101111 | 1010010 | 1111010 | 0 | 1000010 | 110001 | 110 | 101011001 | 1010011 | 111111 |
Color Harmonies of #EF527A
Complementary color
Monochromatic Colors of #EF527A
Black with #EF527A
Text Example
Text Example
White with #EF527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF527A; }
p { color: rgb(239,82,122); }
H1.HeaderClassName
{
color: #EF527A;
}
.AnyTagClassName
{
color: #EF527A;
}
</style>
background-color css
<style>
a { background-color: #EF527A; }
a { background-color: rgb(239,82,122); }
div.DivClassName
{
background-color: #EF527A;
}
.BgClassName
{
background-color: #EF527A;
}
</style>
border-color css
<style>
span { border-color: #EF527A; }
span { border-color: rgb(239,82,122); }
td.TdClassName
{
border-color: #EF527A;
}
.TagClassName
{
border-color: #EF527A;
}
</style>