Shades of Dark Pink #EF527C
Tints of Dark Pink #EF527C
RGB
CMYK
RGB Variations
Color information
#EF527C (or 0xEF527C) is known color: Dark Pink. HEX triplet: EF, 52 and 7C. RGB value is (239,82,124). Sum of RGB (Red+Green+Blue) = 239+82+124=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF527C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF527C is #10AD83. Grayscale: #858585. Windows color (decimal): -1092996 or 8147695. OLE color: 8147695.
HSL color Cylindrical-coordinate representation of color #EF527C: hue angle of 343.95º 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 #EF527C is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 124 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.06 |
| HSL | 343.95º | 0.83% | 0.63% | - |
| HSV(B) | 343.95º | 0.66% | 0.94% | - |
| XYZ | 42.25 | 25.84 | 21.83 | - |
| YUV | 133.73 | 122.51 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 124 | 0 | 0.66 | 0.48 | 0.06 | 343.95 | 0.83 | 0.63 |
| Hex | EF | 52 | 7C | 0 | 42 | 30 | 6 | 158 | 53 | 3F |
| Octal | 357 | 122 | 174 | 0 | 102 | 60 | 6 | 530 | 123 | 77 |
| Binary | 11101111 | 1010010 | 1111100 | 0 | 1000010 | 110000 | 110 | 101011000 | 1010011 | 111111 |
Color Harmonies of #EF527C
Complementary color
Monochromatic Colors of #EF527C
Black with #EF527C
Text Example
Text Example
White with #EF527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF527C; }
p { color: rgb(239,82,124); }
H1.HeaderClassName
{
color: #EF527C;
}
.AnyTagClassName
{
color: #EF527C;
}
</style>
background-color css
<style>
a { background-color: #EF527C; }
a { background-color: rgb(239,82,124); }
div.DivClassName
{
background-color: #EF527C;
}
.BgClassName
{
background-color: #EF527C;
}
</style>
border-color css
<style>
span { border-color: #EF527C; }
span { border-color: rgb(239,82,124); }
td.TdClassName
{
border-color: #EF527C;
}
.TagClassName
{
border-color: #EF527C;
}
</style>