Shades of Brink Pink #EE6980
Tints of Brink Pink #EE6980
RGB
CMYK
RGB Variations
Color information
#EE6980 (or 0xEE6980) is known color: Brink Pink. HEX triplet: EE, 69 and 80. RGB value is (238,105,128). Sum of RGB (Red+Green+Blue) = 238+105+128=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6980 is #11967F. Grayscale: #939393. Windows color (decimal): -1152640 or 8415726. OLE color: 8415726.
HSL color Cylindrical-coordinate representation of color #EE6980: hue angle of 349.62º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE6980 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 128 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.07 |
| HSL | 349.62º | 0.8% | 0.67% | - |
| HSV(B) | 349.62º | 0.56% | 0.93% | - |
| XYZ | 44.21 | 29.84 | 23.85 | - |
| YUV | 147.39 | 117.06 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 128 | 0 | 0.56 | 0.46 | 0.07 | 349.62 | 0.8 | 0.67 |
| Hex | EE | 69 | 80 | 0 | 38 | 2E | 7 | 15E | 50 | 43 |
| Octal | 356 | 151 | 200 | 0 | 70 | 56 | 7 | 536 | 120 | 103 |
| Binary | 11101110 | 1101001 | 10000000 | 0 | 111000 | 101110 | 111 | 101011110 | 1010000 | 1000011 |
Color Harmonies of #EE6980
Complementary color
Monochromatic Colors of #EE6980
Black with #EE6980
Text Example
Text Example
White with #EE6980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6980; }
p { color: rgb(238,105,128); }
H1.HeaderClassName
{
color: #EE6980;
}
.AnyTagClassName
{
color: #EE6980;
}
</style>
background-color css
<style>
a { background-color: #EE6980; }
a { background-color: rgb(238,105,128); }
div.DivClassName
{
background-color: #EE6980;
}
.BgClassName
{
background-color: #EE6980;
}
</style>
border-color css
<style>
span { border-color: #EE6980; }
span { border-color: rgb(238,105,128); }
td.TdClassName
{
border-color: #EE6980;
}
.TagClassName
{
border-color: #EE6980;
}
</style>