Shades of Brink Pink #EE6582
Tints of Brink Pink #EE6582
RGB
CMYK
RGB Variations
Color information
#EE6582 (or 0xEE6582) is known color: Brink Pink. HEX triplet: EE, 65 and 82. RGB value is (238,101,130). Sum of RGB (Red+Green+Blue) = 238+101+130=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6582 is #119A7D. Grayscale: #919191. Windows color (decimal): -1153662 or 8545774. OLE color: 8545774.
HSL color Cylindrical-coordinate representation of color #EE6582: hue angle of 347.3º degrees, saturation: 0.8, 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 #EE6582 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 130 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.07 |
| HSL | 347.3º | 0.8% | 0.66% | - |
| HSV(B) | 347.3º | 0.58% | 0.93% | - |
| XYZ | 43.94 | 29.1 | 24.42 | - |
| YUV | 145.27 | 119.39 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 130 | 0 | 0.58 | 0.45 | 0.07 | 347.3 | 0.8 | 0.66 |
| Hex | EE | 65 | 82 | 0 | 3A | 2D | 7 | 15B | 50 | 42 |
| Octal | 356 | 145 | 202 | 0 | 72 | 55 | 7 | 533 | 120 | 102 |
| Binary | 11101110 | 1100101 | 10000010 | 0 | 111010 | 101101 | 111 | 101011011 | 1010000 | 1000010 |
Color Harmonies of #EE6582
Complementary color
Monochromatic Colors of #EE6582
Black with #EE6582
Text Example
Text Example
White with #EE6582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6582; }
p { color: rgb(238,101,130); }
H1.HeaderClassName
{
color: #EE6582;
}
.AnyTagClassName
{
color: #EE6582;
}
</style>
background-color css
<style>
a { background-color: #EE6582; }
a { background-color: rgb(238,101,130); }
div.DivClassName
{
background-color: #EE6582;
}
.BgClassName
{
background-color: #EE6582;
}
</style>
border-color css
<style>
span { border-color: #EE6582; }
span { border-color: rgb(238,101,130); }
td.TdClassName
{
border-color: #EE6582;
}
.TagClassName
{
border-color: #EE6582;
}
</style>