Shades of Brink Pink #ED607C
Tints of Brink Pink #ED607C
RGB
CMYK
RGB Variations
Color information
#ED607C (or 0xED607C) is known color: Brink Pink. HEX triplet: ED, 60 and 7C. RGB value is (237,96,124). Sum of RGB (Red+Green+Blue) = 237+96+124=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED607C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED607C is #129F83. Grayscale: #8D8D8D. Windows color (decimal): -1220484 or 8151277. OLE color: 8151277.
HSL color Cylindrical-coordinate representation of color #ED607C: hue angle of 348.09º 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 #ED607C is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 124 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.07 |
| HSL | 348.09º | 0.8% | 0.65% | - |
| HSV(B) | 348.09º | 0.59% | 0.93% | - |
| XYZ | 42.75 | 27.83 | 22.19 | - |
| YUV | 141.35 | 118.21 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 124 | 0 | 0.59 | 0.48 | 0.07 | 348.09 | 0.8 | 0.65 |
| Hex | ED | 60 | 7C | 0 | 3B | 30 | 7 | 15C | 50 | 41 |
| Octal | 355 | 140 | 174 | 0 | 73 | 60 | 7 | 534 | 120 | 101 |
| Binary | 11101101 | 1100000 | 1111100 | 0 | 111011 | 110000 | 111 | 101011100 | 1010000 | 1000001 |
Color Harmonies of #ED607C
Complementary color
Monochromatic Colors of #ED607C
Black with #ED607C
Text Example
Text Example
White with #ED607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED607C; }
p { color: rgb(237,96,124); }
H1.HeaderClassName
{
color: #ED607C;
}
.AnyTagClassName
{
color: #ED607C;
}
</style>
background-color css
<style>
a { background-color: #ED607C; }
a { background-color: rgb(237,96,124); }
div.DivClassName
{
background-color: #ED607C;
}
.BgClassName
{
background-color: #ED607C;
}
</style>
border-color css
<style>
span { border-color: #ED607C; }
span { border-color: rgb(237,96,124); }
td.TdClassName
{
border-color: #ED607C;
}
.TagClassName
{
border-color: #ED607C;
}
</style>