Shades of Brink Pink #EC6079
Tints of Brink Pink #EC6079
RGB
CMYK
RGB Variations
Color information
#EC6079 (or 0xEC6079) is known color: Brink Pink. HEX triplet: EC, 60 and 79. RGB value is (236,96,121). Sum of RGB (Red+Green+Blue) = 236+96+121=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6079 is #139F86. Grayscale: #8C8C8C. Windows color (decimal): -1286023 or 7954668. OLE color: 7954668.
HSL color Cylindrical-coordinate representation of color #EC6079: hue angle of 349.29º degrees, saturation: 0.79, 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 #EC6079 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 121 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.07 |
| HSL | 349.29º | 0.79% | 0.65% | - |
| HSV(B) | 349.29º | 0.59% | 0.93% | - |
| XYZ | 42.23 | 27.58 | 21.19 | - |
| YUV | 140.71 | 116.88 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 121 | 0 | 0.59 | 0.49 | 0.07 | 349.29 | 0.79 | 0.65 |
| Hex | EC | 60 | 79 | 0 | 3B | 31 | 7 | 15D | 4F | 41 |
| Octal | 354 | 140 | 171 | 0 | 73 | 61 | 7 | 535 | 117 | 101 |
| Binary | 11101100 | 1100000 | 1111001 | 0 | 111011 | 110001 | 111 | 101011101 | 1001111 | 1000001 |
Color Harmonies of #EC6079
Complementary color
Monochromatic Colors of #EC6079
Black with #EC6079
Text Example
Text Example
White with #EC6079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6079; }
p { color: rgb(236,96,121); }
H1.HeaderClassName
{
color: #EC6079;
}
.AnyTagClassName
{
color: #EC6079;
}
</style>
background-color css
<style>
a { background-color: #EC6079; }
a { background-color: rgb(236,96,121); }
div.DivClassName
{
background-color: #EC6079;
}
.BgClassName
{
background-color: #EC6079;
}
</style>
border-color css
<style>
span { border-color: #EC6079; }
span { border-color: rgb(236,96,121); }
td.TdClassName
{
border-color: #EC6079;
}
.TagClassName
{
border-color: #EC6079;
}
</style>