Shades of Brink Pink #EC6382
Tints of Brink Pink #EC6382
RGB
CMYK
RGB Variations
Color information
#EC6382 (or 0xEC6382) is known color: Brink Pink. HEX triplet: EC, 63 and 82. RGB value is (236,99,130). Sum of RGB (Red+Green+Blue) = 236+99+130=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6382 is #139C7D. Grayscale: #8F8F8F. Windows color (decimal): -1285246 or 8545260. OLE color: 8545260.
HSL color Cylindrical-coordinate representation of color #EC6382: hue angle of 346.42º 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 #EC6382 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 130 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.07 |
| HSL | 346.42º | 0.78% | 0.66% | - |
| HSV(B) | 346.42º | 0.58% | 0.93% | - |
| XYZ | 43.08 | 28.37 | 24.32 | - |
| YUV | 143.5 | 120.39 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 130 | 0 | 0.58 | 0.45 | 0.07 | 346.42 | 0.78 | 0.66 |
| Hex | EC | 63 | 82 | 0 | 3A | 2D | 7 | 15A | 4E | 42 |
| Octal | 354 | 143 | 202 | 0 | 72 | 55 | 7 | 532 | 116 | 102 |
| Binary | 11101100 | 1100011 | 10000010 | 0 | 111010 | 101101 | 111 | 101011010 | 1001110 | 1000010 |
Color Harmonies of #EC6382
Complementary color
Monochromatic Colors of #EC6382
Black with #EC6382
Text Example
Text Example
White with #EC6382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6382; }
p { color: rgb(236,99,130); }
H1.HeaderClassName
{
color: #EC6382;
}
.AnyTagClassName
{
color: #EC6382;
}
</style>
background-color css
<style>
a { background-color: #EC6382; }
a { background-color: rgb(236,99,130); }
div.DivClassName
{
background-color: #EC6382;
}
.BgClassName
{
background-color: #EC6382;
}
</style>
border-color css
<style>
span { border-color: #EC6382; }
span { border-color: rgb(236,99,130); }
td.TdClassName
{
border-color: #EC6382;
}
.TagClassName
{
border-color: #EC6382;
}
</style>