Shades of Brink Pink #EE6880
Tints of Brink Pink #EE6880
RGB
CMYK
RGB Variations
Color information
#EE6880 (or 0xEE6880) is known color: Brink Pink. HEX triplet: EE, 68 and 80. RGB value is (238,104,128). Sum of RGB (Red+Green+Blue) = 238+104+128=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6880 is #11977F. Grayscale: #929292. Windows color (decimal): -1152896 or 8415470. OLE color: 8415470.
HSL color Cylindrical-coordinate representation of color #EE6880: hue angle of 349.25º 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 #EE6880 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 128 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.07 |
| HSL | 349.25º | 0.8% | 0.67% | - |
| HSV(B) | 349.25º | 0.56% | 0.93% | - |
| XYZ | 44.11 | 29.64 | 23.82 | - |
| YUV | 146.8 | 117.39 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 128 | 0 | 0.56 | 0.46 | 0.07 | 349.25 | 0.8 | 0.67 |
| Hex | EE | 68 | 80 | 0 | 38 | 2E | 7 | 15D | 50 | 43 |
| Octal | 356 | 150 | 200 | 0 | 70 | 56 | 7 | 535 | 120 | 103 |
| Binary | 11101110 | 1101000 | 10000000 | 0 | 111000 | 101110 | 111 | 101011101 | 1010000 | 1000011 |
Color Harmonies of #EE6880
Complementary color
Monochromatic Colors of #EE6880
Black with #EE6880
Text Example
Text Example
White with #EE6880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6880; }
p { color: rgb(238,104,128); }
H1.HeaderClassName
{
color: #EE6880;
}
.AnyTagClassName
{
color: #EE6880;
}
</style>
background-color css
<style>
a { background-color: #EE6880; }
a { background-color: rgb(238,104,128); }
div.DivClassName
{
background-color: #EE6880;
}
.BgClassName
{
background-color: #EE6880;
}
</style>
border-color css
<style>
span { border-color: #EE6880; }
span { border-color: rgb(238,104,128); }
td.TdClassName
{
border-color: #EE6880;
}
.TagClassName
{
border-color: #EE6880;
}
</style>