Shades of Brink Pink #EE6288
Tints of Brink Pink #EE6288
RGB
CMYK
RGB Variations
Color information
#EE6288 (or 0xEE6288) is known color: Brink Pink. HEX triplet: EE, 62 and 88. RGB value is (238,98,136). Sum of RGB (Red+Green+Blue) = 238+98+136=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6288 is #119D77. Grayscale: #909090. Windows color (decimal): -1154424 or 8938222. OLE color: 8938222.
HSL color Cylindrical-coordinate representation of color #EE6288: hue angle of 343.71º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE6288 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 98 | 136 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.07 |
| HSL | 343.71º | 0.8% | 0.66% | - |
| HSV(B) | 343.71º | 0.59% | 0.93% | - |
| XYZ | 44.07 | 28.69 | 26.51 | - |
| YUV | 144.19 | 123.38 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 98 | 136 | 0 | 0.59 | 0.43 | 0.07 | 343.71 | 0.8 | 0.66 |
| Hex | EE | 62 | 88 | 0 | 3B | 2B | 7 | 158 | 50 | 42 |
| Octal | 356 | 142 | 210 | 0 | 73 | 53 | 7 | 530 | 120 | 102 |
| Binary | 11101110 | 1100010 | 10001000 | 0 | 111011 | 101011 | 111 | 101011000 | 1010000 | 1000010 |
Color Harmonies of #EE6288
Complementary color
Monochromatic Colors of #EE6288
Black with #EE6288
Text Example
Text Example
White with #EE6288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6288; }
p { color: rgb(238,98,136); }
H1.HeaderClassName
{
color: #EE6288;
}
.AnyTagClassName
{
color: #EE6288;
}
</style>
background-color css
<style>
a { background-color: #EE6288; }
a { background-color: rgb(238,98,136); }
div.DivClassName
{
background-color: #EE6288;
}
.BgClassName
{
background-color: #EE6288;
}
</style>
border-color css
<style>
span { border-color: #EE6288; }
span { border-color: rgb(238,98,136); }
td.TdClassName
{
border-color: #EE6288;
}
.TagClassName
{
border-color: #EE6288;
}
</style>