Shades of Brink Pink #ED6380
Tints of Brink Pink #ED6380
RGB
CMYK
RGB Variations
Color information
#ED6380 (or 0xED6380) is known color: Brink Pink. HEX triplet: ED, 63 and 80. RGB value is (237,99,128). Sum of RGB (Red+Green+Blue) = 237+99+128=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6380 is #129C7F. Grayscale: #8F8F8F. Windows color (decimal): -1219712 or 8414189. OLE color: 8414189.
HSL color Cylindrical-coordinate representation of color #ED6380: hue angle of 347.39º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED6380 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 128 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.07 |
| HSL | 347.39º | 0.79% | 0.66% | - |
| HSV(B) | 347.39º | 0.58% | 0.93% | - |
| XYZ | 43.28 | 28.49 | 23.64 | - |
| YUV | 143.57 | 119.22 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 128 | 0 | 0.58 | 0.46 | 0.07 | 347.39 | 0.79 | 0.66 |
| Hex | ED | 63 | 80 | 0 | 3A | 2E | 7 | 15B | 4F | 42 |
| Octal | 355 | 143 | 200 | 0 | 72 | 56 | 7 | 533 | 117 | 102 |
| Binary | 11101101 | 1100011 | 10000000 | 0 | 111010 | 101110 | 111 | 101011011 | 1001111 | 1000010 |
Color Harmonies of #ED6380
Complementary color
Monochromatic Colors of #ED6380
Black with #ED6380
Text Example
Text Example
White with #ED6380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6380; }
p { color: rgb(237,99,128); }
H1.HeaderClassName
{
color: #ED6380;
}
.AnyTagClassName
{
color: #ED6380;
}
</style>
background-color css
<style>
a { background-color: #ED6380; }
a { background-color: rgb(237,99,128); }
div.DivClassName
{
background-color: #ED6380;
}
.BgClassName
{
background-color: #ED6380;
}
</style>
border-color css
<style>
span { border-color: #ED6380; }
span { border-color: rgb(237,99,128); }
td.TdClassName
{
border-color: #ED6380;
}
.TagClassName
{
border-color: #ED6380;
}
</style>