Shades of Brink Pink #EC667E
Tints of Brink Pink #EC667E
RGB
CMYK
RGB Variations
Color information
#EC667E (or 0xEC667E) is known color: Brink Pink. HEX triplet: EC, 66 and 7E. RGB value is (236,102,126). Sum of RGB (Red+Green+Blue) = 236+102+126=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC667E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC667E is #139981. Grayscale: #909090. Windows color (decimal): -1284482 or 8283884. OLE color: 8283884.
HSL color Cylindrical-coordinate representation of color #EC667E: hue angle of 349.25º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC667E is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 126 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.07 |
| HSL | 349.25º | 0.78% | 0.66% | - |
| HSV(B) | 349.25º | 0.57% | 0.93% | - |
| XYZ | 43.11 | 28.84 | 23.03 | - |
| YUV | 144.8 | 117.39 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 126 | 0 | 0.57 | 0.47 | 0.07 | 349.25 | 0.78 | 0.66 |
| Hex | EC | 66 | 7E | 0 | 39 | 2F | 7 | 15D | 4E | 42 |
| Octal | 354 | 146 | 176 | 0 | 71 | 57 | 7 | 535 | 116 | 102 |
| Binary | 11101100 | 1100110 | 1111110 | 0 | 111001 | 101111 | 111 | 101011101 | 1001110 | 1000010 |
Color Harmonies of #EC667E
Complementary color
Monochromatic Colors of #EC667E
Black with #EC667E
Text Example
Text Example
White with #EC667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC667E; }
p { color: rgb(236,102,126); }
H1.HeaderClassName
{
color: #EC667E;
}
.AnyTagClassName
{
color: #EC667E;
}
</style>
background-color css
<style>
a { background-color: #EC667E; }
a { background-color: rgb(236,102,126); }
div.DivClassName
{
background-color: #EC667E;
}
.BgClassName
{
background-color: #EC667E;
}
</style>
border-color css
<style>
span { border-color: #EC667E; }
span { border-color: rgb(236,102,126); }
td.TdClassName
{
border-color: #EC667E;
}
.TagClassName
{
border-color: #EC667E;
}
</style>