Shades of Brink Pink #EE6286
Tints of Brink Pink #EE6286
RGB
CMYK
RGB Variations
Color information
#EE6286 (or 0xEE6286) is known color: Brink Pink. HEX triplet: EE, 62 and 86. RGB value is (238,98,134). Sum of RGB (Red+Green+Blue) = 238+98+134=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6286 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6286 is #119D79. Grayscale: #8F8F8F. Windows color (decimal): -1154426 or 8807150. OLE color: 8807150.
HSL color Cylindrical-coordinate representation of color #EE6286: hue angle of 344.57º 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 #EE6286 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 98 | 134 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.07 |
| HSL | 344.57º | 0.8% | 0.66% | - |
| HSV(B) | 344.57º | 0.59% | 0.93% | - |
| XYZ | 43.93 | 28.63 | 25.77 | - |
| YUV | 143.96 | 122.38 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 98 | 134 | 0 | 0.59 | 0.44 | 0.07 | 344.57 | 0.8 | 0.66 |
| Hex | EE | 62 | 86 | 0 | 3B | 2C | 7 | 159 | 50 | 42 |
| Octal | 356 | 142 | 206 | 0 | 73 | 54 | 7 | 531 | 120 | 102 |
| Binary | 11101110 | 1100010 | 10000110 | 0 | 111011 | 101100 | 111 | 101011001 | 1010000 | 1000010 |
Color Harmonies of #EE6286
Complementary color
Monochromatic Colors of #EE6286
Black with #EE6286
Text Example
Text Example
White with #EE6286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6286; }
p { color: rgb(238,98,134); }
H1.HeaderClassName
{
color: #EE6286;
}
.AnyTagClassName
{
color: #EE6286;
}
</style>
background-color css
<style>
a { background-color: #EE6286; }
a { background-color: rgb(238,98,134); }
div.DivClassName
{
background-color: #EE6286;
}
.BgClassName
{
background-color: #EE6286;
}
</style>
border-color css
<style>
span { border-color: #EE6286; }
span { border-color: rgb(238,98,134); }
td.TdClassName
{
border-color: #EE6286;
}
.TagClassName
{
border-color: #EE6286;
}
</style>