Shades of Brink Pink #EE6077
Tints of Brink Pink #EE6077
RGB
CMYK
RGB Variations
Color information
#EE6077 (or 0xEE6077) is known color: Brink Pink. HEX triplet: EE, 60 and 77. RGB value is (238,96,119). Sum of RGB (Red+Green+Blue) = 238+96+119=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6077 is #119F88. Grayscale: #8D8D8D. Windows color (decimal): -1154953 or 7823598. OLE color: 7823598.
HSL color Cylindrical-coordinate representation of color #EE6077: hue angle of 350.28º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE6077 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 119 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.07 |
| HSL | 350.28º | 0.81% | 0.65% | - |
| HSV(B) | 350.28º | 0.6% | 0.93% | - |
| XYZ | 42.77 | 27.87 | 20.58 | - |
| YUV | 141.08 | 115.54 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 119 | 0 | 0.60 | 0.50 | 0.07 | 350.28 | 0.81 | 0.65 |
| Hex | EE | 60 | 77 | 0 | 3C | 32 | 7 | 15E | 51 | 41 |
| Octal | 356 | 140 | 167 | 0 | 74 | 62 | 7 | 536 | 121 | 101 |
| Binary | 11101110 | 1100000 | 1110111 | 0 | 111100 | 110010 | 111 | 101011110 | 1010001 | 1000001 |
Color Harmonies of #EE6077
Complementary color
Monochromatic Colors of #EE6077
Black with #EE6077
Text Example
Text Example
White with #EE6077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6077; }
p { color: rgb(238,96,119); }
H1.HeaderClassName
{
color: #EE6077;
}
.AnyTagClassName
{
color: #EE6077;
}
</style>
background-color css
<style>
a { background-color: #EE6077; }
a { background-color: rgb(238,96,119); }
div.DivClassName
{
background-color: #EE6077;
}
.BgClassName
{
background-color: #EE6077;
}
</style>
border-color css
<style>
span { border-color: #EE6077; }
span { border-color: rgb(238,96,119); }
td.TdClassName
{
border-color: #EE6077;
}
.TagClassName
{
border-color: #EE6077;
}
</style>