Shades of Brink Pink #EC627F
Tints of Brink Pink #EC627F
RGB
CMYK
RGB Variations
Color information
#EC627F (or 0xEC627F) is known color: Brink Pink. HEX triplet: EC, 62 and 7F. RGB value is (236,98,127). Sum of RGB (Red+Green+Blue) = 236+98+127=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC627F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC627F is #139D80. Grayscale: #8E8E8E. Windows color (decimal): -1285505 or 8348396. OLE color: 8348396.
HSL color Cylindrical-coordinate representation of color #EC627F: hue angle of 347.39º 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 #EC627F is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 127 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.07 |
| HSL | 347.39º | 0.78% | 0.65% | - |
| HSV(B) | 347.39º | 0.58% | 0.93% | - |
| XYZ | 42.79 | 28.1 | 23.25 | - |
| YUV | 142.57 | 119.22 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 127 | 0 | 0.58 | 0.46 | 0.07 | 347.39 | 0.78 | 0.65 |
| Hex | EC | 62 | 7F | 0 | 3A | 2E | 7 | 15B | 4E | 41 |
| Octal | 354 | 142 | 177 | 0 | 72 | 56 | 7 | 533 | 116 | 101 |
| Binary | 11101100 | 1100010 | 1111111 | 0 | 111010 | 101110 | 111 | 101011011 | 1001110 | 1000001 |
Color Harmonies of #EC627F
Complementary color
Monochromatic Colors of #EC627F
Black with #EC627F
Text Example
Text Example
White with #EC627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC627F; }
p { color: rgb(236,98,127); }
H1.HeaderClassName
{
color: #EC627F;
}
.AnyTagClassName
{
color: #EC627F;
}
</style>
background-color css
<style>
a { background-color: #EC627F; }
a { background-color: rgb(236,98,127); }
div.DivClassName
{
background-color: #EC627F;
}
.BgClassName
{
background-color: #EC627F;
}
</style>
border-color css
<style>
span { border-color: #EC627F; }
span { border-color: rgb(236,98,127); }
td.TdClassName
{
border-color: #EC627F;
}
.TagClassName
{
border-color: #EC627F;
}
</style>