Shades of Brink Pink #EC5F7B
Tints of Brink Pink #EC5F7B
RGB
CMYK
RGB Variations
Color information
#EC5F7B (or 0xEC5F7B) is known color: Brink Pink. HEX triplet: EC, 5F and 7B. RGB value is (236,95,123). Sum of RGB (Red+Green+Blue) = 236+95+123=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5F7B is #13A084. Grayscale: #8C8C8C. Windows color (decimal): -1286277 or 8085484. OLE color: 8085484.
HSL color Cylindrical-coordinate representation of color #EC5F7B: hue angle of 348.09º 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 #EC5F7B is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 123 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.07 |
| HSL | 348.09º | 0.79% | 0.65% | - |
| HSV(B) | 348.09º | 0.6% | 0.93% | - |
| XYZ | 42.26 | 27.45 | 21.81 | - |
| YUV | 140.35 | 118.21 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 123 | 0 | 0.60 | 0.48 | 0.07 | 348.09 | 0.79 | 0.65 |
| Hex | EC | 5F | 7B | 0 | 3C | 30 | 7 | 15C | 4F | 41 |
| Octal | 354 | 137 | 173 | 0 | 74 | 60 | 7 | 534 | 117 | 101 |
| Binary | 11101100 | 1011111 | 1111011 | 0 | 111100 | 110000 | 111 | 101011100 | 1001111 | 1000001 |
Color Harmonies of #EC5F7B
Complementary color
Monochromatic Colors of #EC5F7B
Black with #EC5F7B
Text Example
Text Example
White with #EC5F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5F7B; }
p { color: rgb(236,95,123); }
H1.HeaderClassName
{
color: #EC5F7B;
}
.AnyTagClassName
{
color: #EC5F7B;
}
</style>
background-color css
<style>
a { background-color: #EC5F7B; }
a { background-color: rgb(236,95,123); }
div.DivClassName
{
background-color: #EC5F7B;
}
.BgClassName
{
background-color: #EC5F7B;
}
</style>
border-color css
<style>
span { border-color: #EC5F7B; }
span { border-color: rgb(236,95,123); }
td.TdClassName
{
border-color: #EC5F7B;
}
.TagClassName
{
border-color: #EC5F7B;
}
</style>