Shades of Brink Pink #EC657D
Tints of Brink Pink #EC657D
RGB
CMYK
RGB Variations
Color information
#EC657D (or 0xEC657D) is known color: Brink Pink. HEX triplet: EC, 65 and 7D. RGB value is (236,101,125). Sum of RGB (Red+Green+Blue) = 236+101+125=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC657D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC657D is #139A82. Grayscale: #909090. Windows color (decimal): -1284739 or 8218092. OLE color: 8218092.
HSL color Cylindrical-coordinate representation of color #EC657D: hue angle of 349.33º 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 #EC657D is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 125 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.07 |
| HSL | 349.33º | 0.78% | 0.66% | - |
| HSV(B) | 349.33º | 0.57% | 0.93% | - |
| XYZ | 42.95 | 28.62 | 22.66 | - |
| YUV | 144.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 125 | 0 | 0.57 | 0.47 | 0.07 | 349.33 | 0.78 | 0.66 |
| Hex | EC | 65 | 7D | 0 | 39 | 2F | 7 | 15D | 4E | 42 |
| Octal | 354 | 145 | 175 | 0 | 71 | 57 | 7 | 535 | 116 | 102 |
| Binary | 11101100 | 1100101 | 1111101 | 0 | 111001 | 101111 | 111 | 101011101 | 1001110 | 1000010 |
Color Harmonies of #EC657D
Complementary color
Monochromatic Colors of #EC657D
Black with #EC657D
Text Example
Text Example
White with #EC657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC657D; }
p { color: rgb(236,101,125); }
H1.HeaderClassName
{
color: #EC657D;
}
.AnyTagClassName
{
color: #EC657D;
}
</style>
background-color css
<style>
a { background-color: #EC657D; }
a { background-color: rgb(236,101,125); }
div.DivClassName
{
background-color: #EC657D;
}
.BgClassName
{
background-color: #EC657D;
}
</style>
border-color css
<style>
span { border-color: #EC657D; }
span { border-color: rgb(236,101,125); }
td.TdClassName
{
border-color: #EC657D;
}
.TagClassName
{
border-color: #EC657D;
}
</style>