Shades of Brink Pink #EC647E
Tints of Brink Pink #EC647E
RGB
CMYK
RGB Variations
Color information
#EC647E (or 0xEC647E) is known color: Brink Pink. HEX triplet: EC, 64 and 7E. RGB value is (236,100,126). Sum of RGB (Red+Green+Blue) = 236+100+126=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC647E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC647E is #139B81. Grayscale: #8F8F8F. Windows color (decimal): -1284994 or 8283372. OLE color: 8283372.
HSL color Cylindrical-coordinate representation of color #EC647E: hue angle of 348.53º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC647E is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 126 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.07 |
| HSL | 348.53º | 0.78% | 0.66% | - |
| HSV(B) | 348.53º | 0.58% | 0.93% | - |
| XYZ | 42.92 | 28.45 | 22.97 | - |
| YUV | 143.63 | 118.06 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 126 | 0 | 0.58 | 0.47 | 0.07 | 348.53 | 0.78 | 0.66 |
| Hex | EC | 64 | 7E | 0 | 3A | 2F | 7 | 15D | 4E | 42 |
| Octal | 354 | 144 | 176 | 0 | 72 | 57 | 7 | 535 | 116 | 102 |
| Binary | 11101100 | 1100100 | 1111110 | 0 | 111010 | 101111 | 111 | 101011101 | 1001110 | 1000010 |
Color Harmonies of #EC647E
Complementary color
Monochromatic Colors of #EC647E
Black with #EC647E
Text Example
Text Example
White with #EC647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC647E; }
p { color: rgb(236,100,126); }
H1.HeaderClassName
{
color: #EC647E;
}
.AnyTagClassName
{
color: #EC647E;
}
</style>
background-color css
<style>
a { background-color: #EC647E; }
a { background-color: rgb(236,100,126); }
div.DivClassName
{
background-color: #EC647E;
}
.BgClassName
{
background-color: #EC647E;
}
</style>
border-color css
<style>
span { border-color: #EC647E; }
span { border-color: rgb(236,100,126); }
td.TdClassName
{
border-color: #EC647E;
}
.TagClassName
{
border-color: #EC647E;
}
</style>