Shades of Brink Pink #EC5E78
Tints of Brink Pink #EC5E78
RGB
CMYK
RGB Variations
Color information
#EC5E78 (or 0xEC5E78) is known color: Brink Pink. HEX triplet: EC, 5E and 78. RGB value is (236,94,120). Sum of RGB (Red+Green+Blue) = 236+94+120=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5E78 is #13A187. Grayscale: #8B8B8B. Windows color (decimal): -1286536 or 7888620. OLE color: 7888620.
HSL color Cylindrical-coordinate representation of color #EC5E78: hue angle of 349.01º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5E78 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 120 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.07 |
| HSL | 349.01º | 0.79% | 0.65% | - |
| HSV(B) | 349.01º | 0.6% | 0.93% | - |
| XYZ | 41.98 | 27.19 | 20.81 | - |
| YUV | 139.42 | 117.04 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 120 | 0 | 0.60 | 0.49 | 0.07 | 349.01 | 0.79 | 0.65 |
| Hex | EC | 5E | 78 | 0 | 3C | 31 | 7 | 15D | 4F | 41 |
| Octal | 354 | 136 | 170 | 0 | 74 | 61 | 7 | 535 | 117 | 101 |
| Binary | 11101100 | 1011110 | 1111000 | 0 | 111100 | 110001 | 111 | 101011101 | 1001111 | 1000001 |
Color Harmonies of #EC5E78
Complementary color
Monochromatic Colors of #EC5E78
Black with #EC5E78
Text Example
Text Example
White with #EC5E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5E78; }
p { color: rgb(236,94,120); }
H1.HeaderClassName
{
color: #EC5E78;
}
.AnyTagClassName
{
color: #EC5E78;
}
</style>
background-color css
<style>
a { background-color: #EC5E78; }
a { background-color: rgb(236,94,120); }
div.DivClassName
{
background-color: #EC5E78;
}
.BgClassName
{
background-color: #EC5E78;
}
</style>
border-color css
<style>
span { border-color: #EC5E78; }
span { border-color: rgb(236,94,120); }
td.TdClassName
{
border-color: #EC5E78;
}
.TagClassName
{
border-color: #EC5E78;
}
</style>