Shades of Brink Pink #EE607A
Tints of Brink Pink #EE607A
RGB
CMYK
RGB Variations
Color information
#EE607A (or 0xEE607A) is known color: Brink Pink. HEX triplet: EE, 60 and 7A. RGB value is (238,96,122). Sum of RGB (Red+Green+Blue) = 238+96+122=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE607A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE607A is #119F85. Grayscale: #8D8D8D. Windows color (decimal): -1154950 or 8020206. OLE color: 8020206.
HSL color Cylindrical-coordinate representation of color #EE607A: hue angle of 349.01º 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 #EE607A is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 122 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.07 |
| HSL | 349.01º | 0.81% | 0.65% | - |
| HSV(B) | 349.01º | 0.6% | 0.93% | - |
| XYZ | 42.96 | 27.95 | 21.54 | - |
| YUV | 141.42 | 117.04 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 122 | 0 | 0.60 | 0.49 | 0.07 | 349.01 | 0.81 | 0.65 |
| Hex | EE | 60 | 7A | 0 | 3C | 31 | 7 | 15D | 51 | 41 |
| Octal | 356 | 140 | 172 | 0 | 74 | 61 | 7 | 535 | 121 | 101 |
| Binary | 11101110 | 1100000 | 1111010 | 0 | 111100 | 110001 | 111 | 101011101 | 1010001 | 1000001 |
Color Harmonies of #EE607A
Complementary color
Monochromatic Colors of #EE607A
Black with #EE607A
Text Example
Text Example
White with #EE607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE607A; }
p { color: rgb(238,96,122); }
H1.HeaderClassName
{
color: #EE607A;
}
.AnyTagClassName
{
color: #EE607A;
}
</style>
background-color css
<style>
a { background-color: #EE607A; }
a { background-color: rgb(238,96,122); }
div.DivClassName
{
background-color: #EE607A;
}
.BgClassName
{
background-color: #EE607A;
}
</style>
border-color css
<style>
span { border-color: #EE607A; }
span { border-color: rgb(238,96,122); }
td.TdClassName
{
border-color: #EE607A;
}
.TagClassName
{
border-color: #EE607A;
}
</style>