Shades of Brink Pink #ED607D
Tints of Brink Pink #ED607D
RGB
CMYK
RGB Variations
Color information
#ED607D (or 0xED607D) is known color: Brink Pink. HEX triplet: ED, 60 and 7D. RGB value is (237,96,125). Sum of RGB (Red+Green+Blue) = 237+96+125=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED607D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED607D is #129F82. Grayscale: #8D8D8D. Windows color (decimal): -1220483 or 8216813. OLE color: 8216813.
HSL color Cylindrical-coordinate representation of color #ED607D: hue angle of 347.66º 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 #ED607D is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 125 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.07 |
| HSL | 347.66º | 0.8% | 0.65% | - |
| HSV(B) | 347.66º | 0.59% | 0.93% | - |
| XYZ | 42.81 | 27.85 | 22.52 | - |
| YUV | 141.47 | 118.71 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 125 | 0 | 0.59 | 0.47 | 0.07 | 347.66 | 0.8 | 0.65 |
| Hex | ED | 60 | 7D | 0 | 3B | 2F | 7 | 15C | 50 | 41 |
| Octal | 355 | 140 | 175 | 0 | 73 | 57 | 7 | 534 | 120 | 101 |
| Binary | 11101101 | 1100000 | 1111101 | 0 | 111011 | 101111 | 111 | 101011100 | 1010000 | 1000001 |
Color Harmonies of #ED607D
Complementary color
Monochromatic Colors of #ED607D
Black with #ED607D
Text Example
Text Example
White with #ED607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED607D; }
p { color: rgb(237,96,125); }
H1.HeaderClassName
{
color: #ED607D;
}
.AnyTagClassName
{
color: #ED607D;
}
</style>
background-color css
<style>
a { background-color: #ED607D; }
a { background-color: rgb(237,96,125); }
div.DivClassName
{
background-color: #ED607D;
}
.BgClassName
{
background-color: #ED607D;
}
</style>
border-color css
<style>
span { border-color: #ED607D; }
span { border-color: rgb(237,96,125); }
td.TdClassName
{
border-color: #ED607D;
}
.TagClassName
{
border-color: #ED607D;
}
</style>