Shades of Brink Pink #EF5E7D
Tints of Brink Pink #EF5E7D
RGB
CMYK
RGB Variations
Color information
#EF5E7D (or 0xEF5E7D) is known color: Brink Pink. HEX triplet: EF, 5E and 7D. RGB value is (239,94,125). Sum of RGB (Red+Green+Blue) = 239+94+125=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5E7D is #10A182. Grayscale: #8C8C8C. Windows color (decimal): -1089923 or 8216303. OLE color: 8216303.
HSL color Cylindrical-coordinate representation of color #EF5E7D: hue angle of 347.17º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5E7D is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 125 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.06 |
| HSL | 347.17º | 0.82% | 0.65% | - |
| HSV(B) | 347.17º | 0.61% | 0.94% | - |
| XYZ | 43.3 | 27.84 | 22.49 | - |
| YUV | 140.89 | 119.04 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 125 | 0 | 0.61 | 0.48 | 0.06 | 347.17 | 0.82 | 0.65 |
| Hex | EF | 5E | 7D | 0 | 3D | 30 | 6 | 15B | 52 | 41 |
| Octal | 357 | 136 | 175 | 0 | 75 | 60 | 6 | 533 | 122 | 101 |
| Binary | 11101111 | 1011110 | 1111101 | 0 | 111101 | 110000 | 110 | 101011011 | 1010010 | 1000001 |
Color Harmonies of #EF5E7D
Complementary color
Monochromatic Colors of #EF5E7D
Black with #EF5E7D
Text Example
Text Example
White with #EF5E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5E7D; }
p { color: rgb(239,94,125); }
H1.HeaderClassName
{
color: #EF5E7D;
}
.AnyTagClassName
{
color: #EF5E7D;
}
</style>
background-color css
<style>
a { background-color: #EF5E7D; }
a { background-color: rgb(239,94,125); }
div.DivClassName
{
background-color: #EF5E7D;
}
.BgClassName
{
background-color: #EF5E7D;
}
</style>
border-color css
<style>
span { border-color: #EF5E7D; }
span { border-color: rgb(239,94,125); }
td.TdClassName
{
border-color: #EF5E7D;
}
.TagClassName
{
border-color: #EF5E7D;
}
</style>