Shades of Dark Pink #EF5274
Tints of Dark Pink #EF5274
RGB
CMYK
RGB Variations
Color information
#EF5274 (or 0xEF5274) is known color: Dark Pink. HEX triplet: EF, 52 and 74. RGB value is (239,82,116). Sum of RGB (Red+Green+Blue) = 239+82+116=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5274 is #10AD8B. Grayscale: #848484. Windows color (decimal): -1093004 or 7623407. OLE color: 7623407.
HSL color Cylindrical-coordinate representation of color #EF5274: hue angle of 347.01º 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 #EF5274 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 116 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.06 |
| HSL | 347.01º | 0.83% | 0.63% | - |
| HSV(B) | 347.01º | 0.66% | 0.94% | - |
| XYZ | 41.77 | 25.65 | 19.27 | - |
| YUV | 132.82 | 118.51 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 116 | 0 | 0.66 | 0.51 | 0.06 | 347.01 | 0.83 | 0.63 |
| Hex | EF | 52 | 74 | 0 | 42 | 33 | 6 | 15B | 53 | 3F |
| Octal | 357 | 122 | 164 | 0 | 102 | 63 | 6 | 533 | 123 | 77 |
| Binary | 11101111 | 1010010 | 1110100 | 0 | 1000010 | 110011 | 110 | 101011011 | 1010011 | 111111 |
Color Harmonies of #EF5274
Complementary color
Monochromatic Colors of #EF5274
Black with #EF5274
Text Example
Text Example
White with #EF5274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5274; }
p { color: rgb(239,82,116); }
H1.HeaderClassName
{
color: #EF5274;
}
.AnyTagClassName
{
color: #EF5274;
}
</style>
background-color css
<style>
a { background-color: #EF5274; }
a { background-color: rgb(239,82,116); }
div.DivClassName
{
background-color: #EF5274;
}
.BgClassName
{
background-color: #EF5274;
}
</style>
border-color css
<style>
span { border-color: #EF5274; }
span { border-color: rgb(239,82,116); }
td.TdClassName
{
border-color: #EF5274;
}
.TagClassName
{
border-color: #EF5274;
}
</style>