Shades of Brink Pink #EC627E
Tints of Brink Pink #EC627E
RGB
CMYK
RGB Variations
Color information
#EC627E (or 0xEC627E) is known color: Brink Pink. HEX triplet: EC, 62 and 7E. RGB value is (236,98,126). Sum of RGB (Red+Green+Blue) = 236+98+126=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC627E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC627E is #139D81. Grayscale: #8E8E8E. Windows color (decimal): -1285506 or 8282860. OLE color: 8282860.
HSL color Cylindrical-coordinate representation of color #EC627E: hue angle of 347.83º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC627E is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 126 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.07 |
| HSL | 347.83º | 0.78% | 0.65% | - |
| HSV(B) | 347.83º | 0.58% | 0.93% | - |
| XYZ | 42.73 | 28.07 | 22.91 | - |
| YUV | 142.45 | 118.72 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 126 | 0 | 0.58 | 0.47 | 0.07 | 347.83 | 0.78 | 0.65 |
| Hex | EC | 62 | 7E | 0 | 3A | 2F | 7 | 15C | 4E | 41 |
| Octal | 354 | 142 | 176 | 0 | 72 | 57 | 7 | 534 | 116 | 101 |
| Binary | 11101100 | 1100010 | 1111110 | 0 | 111010 | 101111 | 111 | 101011100 | 1001110 | 1000001 |
Color Harmonies of #EC627E
Complementary color
Monochromatic Colors of #EC627E
Black with #EC627E
Text Example
Text Example
White with #EC627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC627E; }
p { color: rgb(236,98,126); }
H1.HeaderClassName
{
color: #EC627E;
}
.AnyTagClassName
{
color: #EC627E;
}
</style>
background-color css
<style>
a { background-color: #EC627E; }
a { background-color: rgb(236,98,126); }
div.DivClassName
{
background-color: #EC627E;
}
.BgClassName
{
background-color: #EC627E;
}
</style>
border-color css
<style>
span { border-color: #EC627E; }
span { border-color: rgb(236,98,126); }
td.TdClassName
{
border-color: #EC627E;
}
.TagClassName
{
border-color: #EC627E;
}
</style>