Shades of Brink Pink #EF5D7D
Tints of Brink Pink #EF5D7D
RGB
CMYK
RGB Variations
Color information
#EF5D7D (or 0xEF5D7D) is known color: Brink Pink. HEX triplet: EF, 5D and 7D. RGB value is (239,93,125). Sum of RGB (Red+Green+Blue) = 239+93+125=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5D7D is #10A282. Grayscale: #8C8C8C. Windows color (decimal): -1090179 or 8216047. OLE color: 8216047.
HSL color Cylindrical-coordinate representation of color #EF5D7D: hue angle of 346.85º 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 #EF5D7D is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 125 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.06 |
| HSL | 346.85º | 0.82% | 0.65% | - |
| HSV(B) | 346.85º | 0.61% | 0.94% | - |
| XYZ | 43.21 | 27.66 | 22.46 | - |
| YUV | 140.3 | 119.37 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 125 | 0 | 0.61 | 0.48 | 0.06 | 346.85 | 0.82 | 0.65 |
| Hex | EF | 5D | 7D | 0 | 3D | 30 | 6 | 15B | 52 | 41 |
| Octal | 357 | 135 | 175 | 0 | 75 | 60 | 6 | 533 | 122 | 101 |
| Binary | 11101111 | 1011101 | 1111101 | 0 | 111101 | 110000 | 110 | 101011011 | 1010010 | 1000001 |
Color Harmonies of #EF5D7D
Complementary color
Monochromatic Colors of #EF5D7D
Black with #EF5D7D
Text Example
Text Example
White with #EF5D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5D7D; }
p { color: rgb(239,93,125); }
H1.HeaderClassName
{
color: #EF5D7D;
}
.AnyTagClassName
{
color: #EF5D7D;
}
</style>
background-color css
<style>
a { background-color: #EF5D7D; }
a { background-color: rgb(239,93,125); }
div.DivClassName
{
background-color: #EF5D7D;
}
.BgClassName
{
background-color: #EF5D7D;
}
</style>
border-color css
<style>
span { border-color: #EF5D7D; }
span { border-color: rgb(239,93,125); }
td.TdClassName
{
border-color: #EF5D7D;
}
.TagClassName
{
border-color: #EF5D7D;
}
</style>