Shades of Brink Pink #ED6281
Tints of Brink Pink #ED6281
RGB
CMYK
RGB Variations
Color information
#ED6281 (or 0xED6281) is known color: Brink Pink. HEX triplet: ED, 62 and 81. RGB value is (237,98,129). Sum of RGB (Red+Green+Blue) = 237+98+129=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6281 is #129D7E. Grayscale: #8F8F8F. Windows color (decimal): -1219967 or 8479469. OLE color: 8479469.
HSL color Cylindrical-coordinate representation of color #ED6281: hue angle of 346.62º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED6281 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 129 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.07 |
| HSL | 346.62º | 0.79% | 0.66% | - |
| HSV(B) | 346.62º | 0.59% | 0.93% | - |
| XYZ | 43.26 | 28.32 | 23.96 | - |
| YUV | 143.1 | 120.05 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 129 | 0 | 0.59 | 0.46 | 0.07 | 346.62 | 0.79 | 0.66 |
| Hex | ED | 62 | 81 | 0 | 3B | 2E | 7 | 15B | 4F | 42 |
| Octal | 355 | 142 | 201 | 0 | 73 | 56 | 7 | 533 | 117 | 102 |
| Binary | 11101101 | 1100010 | 10000001 | 0 | 111011 | 101110 | 111 | 101011011 | 1001111 | 1000010 |
Color Harmonies of #ED6281
Complementary color
Monochromatic Colors of #ED6281
Black with #ED6281
Text Example
Text Example
White with #ED6281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6281; }
p { color: rgb(237,98,129); }
H1.HeaderClassName
{
color: #ED6281;
}
.AnyTagClassName
{
color: #ED6281;
}
</style>
background-color css
<style>
a { background-color: #ED6281; }
a { background-color: rgb(237,98,129); }
div.DivClassName
{
background-color: #ED6281;
}
.BgClassName
{
background-color: #ED6281;
}
</style>
border-color css
<style>
span { border-color: #ED6281; }
span { border-color: rgb(237,98,129); }
td.TdClassName
{
border-color: #ED6281;
}
.TagClassName
{
border-color: #ED6281;
}
</style>