Shades of Brink Pink #ED617C
Tints of Brink Pink #ED617C
RGB
CMYK
RGB Variations
Color information
#ED617C (or 0xED617C) is known color: Brink Pink. HEX triplet: ED, 61 and 7C. RGB value is (237,97,124). Sum of RGB (Red+Green+Blue) = 237+97+124=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED617C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED617C is #129E83. Grayscale: #8D8D8D. Windows color (decimal): -1220228 or 8151533. OLE color: 8151533.
HSL color Cylindrical-coordinate representation of color #ED617C: hue angle of 348.43º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED617C is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 124 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.07 |
| HSL | 348.43º | 0.8% | 0.65% | - |
| HSV(B) | 348.43º | 0.59% | 0.93% | - |
| XYZ | 42.84 | 28.01 | 22.22 | - |
| YUV | 141.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 124 | 0 | 0.59 | 0.48 | 0.07 | 348.43 | 0.8 | 0.65 |
| Hex | ED | 61 | 7C | 0 | 3B | 30 | 7 | 15C | 50 | 41 |
| Octal | 355 | 141 | 174 | 0 | 73 | 60 | 7 | 534 | 120 | 101 |
| Binary | 11101101 | 1100001 | 1111100 | 0 | 111011 | 110000 | 111 | 101011100 | 1010000 | 1000001 |
Color Harmonies of #ED617C
Complementary color
Monochromatic Colors of #ED617C
Black with #ED617C
Text Example
Text Example
White with #ED617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED617C; }
p { color: rgb(237,97,124); }
H1.HeaderClassName
{
color: #ED617C;
}
.AnyTagClassName
{
color: #ED617C;
}
</style>
background-color css
<style>
a { background-color: #ED617C; }
a { background-color: rgb(237,97,124); }
div.DivClassName
{
background-color: #ED617C;
}
.BgClassName
{
background-color: #ED617C;
}
</style>
border-color css
<style>
span { border-color: #ED617C; }
span { border-color: rgb(237,97,124); }
td.TdClassName
{
border-color: #ED617C;
}
.TagClassName
{
border-color: #ED617C;
}
</style>