Shades of Brink Pink #ED6080
Tints of Brink Pink #ED6080
RGB
CMYK
RGB Variations
Color information
#ED6080 (or 0xED6080) is known color: Brink Pink. HEX triplet: ED, 60 and 80. RGB value is (237,96,128). Sum of RGB (Red+Green+Blue) = 237+96+128=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6080 is #129F7F. Grayscale: #8D8D8D. Windows color (decimal): -1220480 or 8413421. OLE color: 8413421.
HSL color Cylindrical-coordinate representation of color #ED6080: hue angle of 346.38º 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 #ED6080 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 128 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.07 |
| HSL | 346.38º | 0.8% | 0.65% | - |
| HSV(B) | 346.38º | 0.59% | 0.93% | - |
| XYZ | 43 | 27.93 | 23.55 | - |
| YUV | 141.81 | 120.21 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 128 | 0 | 0.59 | 0.46 | 0.07 | 346.38 | 0.8 | 0.65 |
| Hex | ED | 60 | 80 | 0 | 3B | 2E | 7 | 15A | 50 | 41 |
| Octal | 355 | 140 | 200 | 0 | 73 | 56 | 7 | 532 | 120 | 101 |
| Binary | 11101101 | 1100000 | 10000000 | 0 | 111011 | 101110 | 111 | 101011010 | 1010000 | 1000001 |
Color Harmonies of #ED6080
Complementary color
Monochromatic Colors of #ED6080
Black with #ED6080
Text Example
Text Example
White with #ED6080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6080; }
p { color: rgb(237,96,128); }
H1.HeaderClassName
{
color: #ED6080;
}
.AnyTagClassName
{
color: #ED6080;
}
</style>
background-color css
<style>
a { background-color: #ED6080; }
a { background-color: rgb(237,96,128); }
div.DivClassName
{
background-color: #ED6080;
}
.BgClassName
{
background-color: #ED6080;
}
</style>
border-color css
<style>
span { border-color: #ED6080; }
span { border-color: rgb(237,96,128); }
td.TdClassName
{
border-color: #ED6080;
}
.TagClassName
{
border-color: #ED6080;
}
</style>