Shades of Dark Pink #EF527F
Tints of Dark Pink #EF527F
RGB
CMYK
RGB Variations
Color information
#EF527F (or 0xEF527F) is known color: Dark Pink. HEX triplet: EF, 52 and 7F. RGB value is (239,82,127). Sum of RGB (Red+Green+Blue) = 239+82+127=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF527F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF527F is #10AD80. Grayscale: #868686. Windows color (decimal): -1092993 or 8344303. OLE color: 8344303.
HSL color Cylindrical-coordinate representation of color #EF527F: hue angle of 342.8º 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 #EF527F is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 127 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.06 |
| HSL | 342.8º | 0.83% | 0.63% | - |
| HSV(B) | 342.8º | 0.66% | 0.94% | - |
| XYZ | 42.44 | 25.92 | 22.84 | - |
| YUV | 134.07 | 124.01 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 127 | 0 | 0.66 | 0.47 | 0.06 | 342.8 | 0.83 | 0.63 |
| Hex | EF | 52 | 7F | 0 | 42 | 2F | 6 | 157 | 53 | 3F |
| Octal | 357 | 122 | 177 | 0 | 102 | 57 | 6 | 527 | 123 | 77 |
| Binary | 11101111 | 1010010 | 1111111 | 0 | 1000010 | 101111 | 110 | 101010111 | 1010011 | 111111 |
Color Harmonies of #EF527F
Complementary color
Monochromatic Colors of #EF527F
Black with #EF527F
Text Example
Text Example
White with #EF527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF527F; }
p { color: rgb(239,82,127); }
H1.HeaderClassName
{
color: #EF527F;
}
.AnyTagClassName
{
color: #EF527F;
}
</style>
background-color css
<style>
a { background-color: #EF527F; }
a { background-color: rgb(239,82,127); }
div.DivClassName
{
background-color: #EF527F;
}
.BgClassName
{
background-color: #EF527F;
}
</style>
border-color css
<style>
span { border-color: #EF527F; }
span { border-color: rgb(239,82,127); }
td.TdClassName
{
border-color: #EF527F;
}
.TagClassName
{
border-color: #EF527F;
}
</style>