Shades of Brink Pink #EC6282
Tints of Brink Pink #EC6282
RGB
CMYK
RGB Variations
Color information
#EC6282 (or 0xEC6282) is known color: Brink Pink. HEX triplet: EC, 62 and 82. RGB value is (236,98,130). Sum of RGB (Red+Green+Blue) = 236+98+130=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6282 is #139D7D. Grayscale: #8E8E8E. Windows color (decimal): -1285502 or 8545004. OLE color: 8545004.
HSL color Cylindrical-coordinate representation of color #EC6282: hue angle of 346.09º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6282 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 130 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.07 |
| HSL | 346.09º | 0.78% | 0.65% | - |
| HSV(B) | 346.09º | 0.58% | 0.93% | - |
| XYZ | 42.99 | 28.18 | 24.29 | - |
| YUV | 142.91 | 120.72 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 130 | 0 | 0.58 | 0.45 | 0.07 | 346.09 | 0.78 | 0.65 |
| Hex | EC | 62 | 82 | 0 | 3A | 2D | 7 | 15A | 4E | 41 |
| Octal | 354 | 142 | 202 | 0 | 72 | 55 | 7 | 532 | 116 | 101 |
| Binary | 11101100 | 1100010 | 10000010 | 0 | 111010 | 101101 | 111 | 101011010 | 1001110 | 1000001 |
Color Harmonies of #EC6282
Complementary color
Monochromatic Colors of #EC6282
Black with #EC6282
Text Example
Text Example
White with #EC6282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6282; }
p { color: rgb(236,98,130); }
H1.HeaderClassName
{
color: #EC6282;
}
.AnyTagClassName
{
color: #EC6282;
}
</style>
background-color css
<style>
a { background-color: #EC6282; }
a { background-color: rgb(236,98,130); }
div.DivClassName
{
background-color: #EC6282;
}
.BgClassName
{
background-color: #EC6282;
}
</style>
border-color css
<style>
span { border-color: #EC6282; }
span { border-color: rgb(236,98,130); }
td.TdClassName
{
border-color: #EC6282;
}
.TagClassName
{
border-color: #EC6282;
}
</style>