Shades of Brink Pink #EE6282
Tints of Brink Pink #EE6282
RGB
CMYK
RGB Variations
Color information
#EE6282 (or 0xEE6282) is known color: Brink Pink. HEX triplet: EE, 62 and 82. RGB value is (238,98,130). Sum of RGB (Red+Green+Blue) = 238+98+130=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6282 is #119D7D. Grayscale: #8F8F8F. Windows color (decimal): -1154430 or 8545006. OLE color: 8545006.
HSL color Cylindrical-coordinate representation of color #EE6282: hue angle of 346.29º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE6282 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 98 | 130 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.07 |
| HSL | 346.29º | 0.8% | 0.66% | - |
| HSV(B) | 346.29º | 0.59% | 0.93% | - |
| XYZ | 43.66 | 28.52 | 24.32 | - |
| YUV | 143.51 | 120.38 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 98 | 130 | 0 | 0.59 | 0.45 | 0.07 | 346.29 | 0.8 | 0.66 |
| Hex | EE | 62 | 82 | 0 | 3B | 2D | 7 | 15A | 50 | 42 |
| Octal | 356 | 142 | 202 | 0 | 73 | 55 | 7 | 532 | 120 | 102 |
| Binary | 11101110 | 1100010 | 10000010 | 0 | 111011 | 101101 | 111 | 101011010 | 1010000 | 1000010 |
Color Harmonies of #EE6282
Complementary color
Monochromatic Colors of #EE6282
Black with #EE6282
Text Example
Text Example
White with #EE6282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6282; }
p { color: rgb(238,98,130); }
H1.HeaderClassName
{
color: #EE6282;
}
.AnyTagClassName
{
color: #EE6282;
}
</style>
background-color css
<style>
a { background-color: #EE6282; }
a { background-color: rgb(238,98,130); }
div.DivClassName
{
background-color: #EE6282;
}
.BgClassName
{
background-color: #EE6282;
}
</style>
border-color css
<style>
span { border-color: #EE6282; }
span { border-color: rgb(238,98,130); }
td.TdClassName
{
border-color: #EE6282;
}
.TagClassName
{
border-color: #EE6282;
}
</style>