Shades of Brink Pink #EC607B
Tints of Brink Pink #EC607B
RGB
CMYK
RGB Variations
Color information
#EC607B (or 0xEC607B) is known color: Brink Pink. HEX triplet: EC, 60 and 7B. RGB value is (236,96,123). Sum of RGB (Red+Green+Blue) = 236+96+123=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC607B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC607B is #139F84. Grayscale: #8C8C8C. Windows color (decimal): -1286021 or 8085740. OLE color: 8085740.
HSL color Cylindrical-coordinate representation of color #EC607B: hue angle of 348.43º 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 #EC607B is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 123 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.07 |
| HSL | 348.43º | 0.79% | 0.65% | - |
| HSV(B) | 348.43º | 0.59% | 0.93% | - |
| XYZ | 42.35 | 27.63 | 21.84 | - |
| YUV | 140.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 123 | 0 | 0.59 | 0.48 | 0.07 | 348.43 | 0.79 | 0.65 |
| Hex | EC | 60 | 7B | 0 | 3B | 30 | 7 | 15C | 4F | 41 |
| Octal | 354 | 140 | 173 | 0 | 73 | 60 | 7 | 534 | 117 | 101 |
| Binary | 11101100 | 1100000 | 1111011 | 0 | 111011 | 110000 | 111 | 101011100 | 1001111 | 1000001 |
Color Harmonies of #EC607B
Complementary color
Monochromatic Colors of #EC607B
Black with #EC607B
Text Example
Text Example
White with #EC607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC607B; }
p { color: rgb(236,96,123); }
H1.HeaderClassName
{
color: #EC607B;
}
.AnyTagClassName
{
color: #EC607B;
}
</style>
background-color css
<style>
a { background-color: #EC607B; }
a { background-color: rgb(236,96,123); }
div.DivClassName
{
background-color: #EC607B;
}
.BgClassName
{
background-color: #EC607B;
}
</style>
border-color css
<style>
span { border-color: #EC607B; }
span { border-color: rgb(236,96,123); }
td.TdClassName
{
border-color: #EC607B;
}
.TagClassName
{
border-color: #EC607B;
}
</style>