Shades of Brink Pink #EC637F
Tints of Brink Pink #EC637F
RGB
CMYK
RGB Variations
Color information
#EC637F (or 0xEC637F) is known color: Brink Pink. HEX triplet: EC, 63 and 7F. RGB value is (236,99,127). Sum of RGB (Red+Green+Blue) = 236+99+127=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC637F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC637F is #139C80. Grayscale: #8F8F8F. Windows color (decimal): -1285249 or 8348652. OLE color: 8348652.
HSL color Cylindrical-coordinate representation of color #EC637F: hue angle of 347.74º 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 #EC637F is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 127 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.07 |
| HSL | 347.74º | 0.78% | 0.66% | - |
| HSV(B) | 347.74º | 0.58% | 0.93% | - |
| XYZ | 42.88 | 28.29 | 23.28 | - |
| YUV | 143.16 | 118.89 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 127 | 0 | 0.58 | 0.46 | 0.07 | 347.74 | 0.78 | 0.66 |
| Hex | EC | 63 | 7F | 0 | 3A | 2E | 7 | 15C | 4E | 42 |
| Octal | 354 | 143 | 177 | 0 | 72 | 56 | 7 | 534 | 116 | 102 |
| Binary | 11101100 | 1100011 | 1111111 | 0 | 111010 | 101110 | 111 | 101011100 | 1001110 | 1000010 |
Color Harmonies of #EC637F
Complementary color
Monochromatic Colors of #EC637F
Black with #EC637F
Text Example
Text Example
White with #EC637F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC637F; }
p { color: rgb(236,99,127); }
H1.HeaderClassName
{
color: #EC637F;
}
.AnyTagClassName
{
color: #EC637F;
}
</style>
background-color css
<style>
a { background-color: #EC637F; }
a { background-color: rgb(236,99,127); }
div.DivClassName
{
background-color: #EC637F;
}
.BgClassName
{
background-color: #EC637F;
}
</style>
border-color css
<style>
span { border-color: #EC637F; }
span { border-color: rgb(236,99,127); }
td.TdClassName
{
border-color: #EC637F;
}
.TagClassName
{
border-color: #EC637F;
}
</style>