Shades of Brink Pink #EE607C
Tints of Brink Pink #EE607C
RGB
CMYK
RGB Variations
Color information
#EE607C (or 0xEE607C) is known color: Brink Pink. HEX triplet: EE, 60 and 7C. RGB value is (238,96,124). Sum of RGB (Red+Green+Blue) = 238+96+124=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE607C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE607C is #119F83. Grayscale: #8D8D8D. Windows color (decimal): -1154948 or 8151278. OLE color: 8151278.
HSL color Cylindrical-coordinate representation of color #EE607C: hue angle of 348.17º 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 #EE607C is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 124 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.07 |
| HSL | 348.17º | 0.81% | 0.65% | - |
| HSV(B) | 348.17º | 0.6% | 0.93% | - |
| XYZ | 43.08 | 28 | 22.2 | - |
| YUV | 141.65 | 118.04 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 124 | 0 | 0.60 | 0.48 | 0.07 | 348.17 | 0.81 | 0.65 |
| Hex | EE | 60 | 7C | 0 | 3C | 30 | 7 | 15C | 51 | 41 |
| Octal | 356 | 140 | 174 | 0 | 74 | 60 | 7 | 534 | 121 | 101 |
| Binary | 11101110 | 1100000 | 1111100 | 0 | 111100 | 110000 | 111 | 101011100 | 1010001 | 1000001 |
Color Harmonies of #EE607C
Complementary color
Monochromatic Colors of #EE607C
Black with #EE607C
Text Example
Text Example
White with #EE607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE607C; }
p { color: rgb(238,96,124); }
H1.HeaderClassName
{
color: #EE607C;
}
.AnyTagClassName
{
color: #EE607C;
}
</style>
background-color css
<style>
a { background-color: #EE607C; }
a { background-color: rgb(238,96,124); }
div.DivClassName
{
background-color: #EE607C;
}
.BgClassName
{
background-color: #EE607C;
}
</style>
border-color css
<style>
span { border-color: #EE607C; }
span { border-color: rgb(238,96,124); }
td.TdClassName
{
border-color: #EE607C;
}
.TagClassName
{
border-color: #EE607C;
}
</style>