Shades of Brink Pink #ED5E7C
Tints of Brink Pink #ED5E7C
RGB
CMYK
RGB Variations
Color information
#ED5E7C (or 0xED5E7C) is known color: Brink Pink. HEX triplet: ED, 5E and 7C. RGB value is (237,94,124). Sum of RGB (Red+Green+Blue) = 237+94+124=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5E7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5E7C is #12A183. Grayscale: #8C8C8C. Windows color (decimal): -1220996 or 8150765. OLE color: 8150765.
HSL color Cylindrical-coordinate representation of color #ED5E7C: hue angle of 347.41º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED5E7C is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 94 | 124 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.07 |
| HSL | 347.41º | 0.8% | 0.65% | - |
| HSV(B) | 347.41º | 0.6% | 0.93% | - |
| XYZ | 42.57 | 27.47 | 22.13 | - |
| YUV | 140.18 | 118.88 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 94 | 124 | 0 | 0.60 | 0.48 | 0.07 | 347.41 | 0.8 | 0.65 |
| Hex | ED | 5E | 7C | 0 | 3C | 30 | 7 | 15B | 50 | 41 |
| Octal | 355 | 136 | 174 | 0 | 74 | 60 | 7 | 533 | 120 | 101 |
| Binary | 11101101 | 1011110 | 1111100 | 0 | 111100 | 110000 | 111 | 101011011 | 1010000 | 1000001 |
Color Harmonies of #ED5E7C
Complementary color
Monochromatic Colors of #ED5E7C
Black with #ED5E7C
Text Example
Text Example
White with #ED5E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5E7C; }
p { color: rgb(237,94,124); }
H1.HeaderClassName
{
color: #ED5E7C;
}
.AnyTagClassName
{
color: #ED5E7C;
}
</style>
background-color css
<style>
a { background-color: #ED5E7C; }
a { background-color: rgb(237,94,124); }
div.DivClassName
{
background-color: #ED5E7C;
}
.BgClassName
{
background-color: #ED5E7C;
}
</style>
border-color css
<style>
span { border-color: #ED5E7C; }
span { border-color: rgb(237,94,124); }
td.TdClassName
{
border-color: #ED5E7C;
}
.TagClassName
{
border-color: #ED5E7C;
}
</style>