Shades of Brink Pink #EC6078
Tints of Brink Pink #EC6078
RGB
CMYK
RGB Variations
Color information
#EC6078 (or 0xEC6078) is known color: Brink Pink. HEX triplet: EC, 60 and 78. RGB value is (236,96,120). Sum of RGB (Red+Green+Blue) = 236+96+120=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6078 is #139F87. Grayscale: #8C8C8C. Windows color (decimal): -1286024 or 7889132. OLE color: 7889132.
HSL color Cylindrical-coordinate representation of color #EC6078: hue angle of 349.71º 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 #EC6078 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 120 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.07 |
| HSL | 349.71º | 0.79% | 0.65% | - |
| HSV(B) | 349.71º | 0.59% | 0.93% | - |
| XYZ | 42.17 | 27.55 | 20.87 | - |
| YUV | 140.6 | 116.38 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 120 | 0 | 0.59 | 0.49 | 0.07 | 349.71 | 0.79 | 0.65 |
| Hex | EC | 60 | 78 | 0 | 3B | 31 | 7 | 15E | 4F | 41 |
| Octal | 354 | 140 | 170 | 0 | 73 | 61 | 7 | 536 | 117 | 101 |
| Binary | 11101100 | 1100000 | 1111000 | 0 | 111011 | 110001 | 111 | 101011110 | 1001111 | 1000001 |
Color Harmonies of #EC6078
Complementary color
Monochromatic Colors of #EC6078
Black with #EC6078
Text Example
Text Example
White with #EC6078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6078; }
p { color: rgb(236,96,120); }
H1.HeaderClassName
{
color: #EC6078;
}
.AnyTagClassName
{
color: #EC6078;
}
</style>
background-color css
<style>
a { background-color: #EC6078; }
a { background-color: rgb(236,96,120); }
div.DivClassName
{
background-color: #EC6078;
}
.BgClassName
{
background-color: #EC6078;
}
</style>
border-color css
<style>
span { border-color: #EC6078; }
span { border-color: rgb(236,96,120); }
td.TdClassName
{
border-color: #EC6078;
}
.TagClassName
{
border-color: #EC6078;
}
</style>