Shades of Brink Pink #EE6684
Tints of Brink Pink #EE6684
RGB
CMYK
RGB Variations
Color information
#EE6684 (or 0xEE6684) is known color: Brink Pink. HEX triplet: EE, 66 and 84. RGB value is (238,102,132). Sum of RGB (Red+Green+Blue) = 238+102+132=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6684 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6684 is #11997B. Grayscale: #929292. Windows color (decimal): -1153404 or 8677102. OLE color: 8677102.
HSL color Cylindrical-coordinate representation of color #EE6684: hue angle of 346.76º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE6684 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 132 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.07 |
| HSL | 346.76º | 0.8% | 0.67% | - |
| HSV(B) | 346.76º | 0.57% | 0.93% | - |
| XYZ | 44.18 | 29.35 | 25.17 | - |
| YUV | 146.08 | 120.06 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 132 | 0 | 0.57 | 0.45 | 0.07 | 346.76 | 0.8 | 0.67 |
| Hex | EE | 66 | 84 | 0 | 39 | 2D | 7 | 15B | 50 | 43 |
| Octal | 356 | 146 | 204 | 0 | 71 | 55 | 7 | 533 | 120 | 103 |
| Binary | 11101110 | 1100110 | 10000100 | 0 | 111001 | 101101 | 111 | 101011011 | 1010000 | 1000011 |
Color Harmonies of #EE6684
Complementary color
Monochromatic Colors of #EE6684
Black with #EE6684
Text Example
Text Example
White with #EE6684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6684; }
p { color: rgb(238,102,132); }
H1.HeaderClassName
{
color: #EE6684;
}
.AnyTagClassName
{
color: #EE6684;
}
</style>
background-color css
<style>
a { background-color: #EE6684; }
a { background-color: rgb(238,102,132); }
div.DivClassName
{
background-color: #EE6684;
}
.BgClassName
{
background-color: #EE6684;
}
</style>
border-color css
<style>
span { border-color: #EE6684; }
span { border-color: rgb(238,102,132); }
td.TdClassName
{
border-color: #EE6684;
}
.TagClassName
{
border-color: #EE6684;
}
</style>