Shades of Brink Pink #EE6285
Tints of Brink Pink #EE6285
RGB
CMYK
RGB Variations
Color information
#EE6285 (or 0xEE6285) is known color: Brink Pink. HEX triplet: EE, 62 and 85. RGB value is (238,98,133). Sum of RGB (Red+Green+Blue) = 238+98+133=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6285 is #119D7A. Grayscale: #8F8F8F. Windows color (decimal): -1154427 or 8741614. OLE color: 8741614.
HSL color Cylindrical-coordinate representation of color #EE6285: hue angle of 345º 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 #EE6285 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 98 | 133 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.07 |
| HSL | 345º | 0.8% | 0.66% | - |
| HSV(B) | 345º | 0.59% | 0.93% | - |
| XYZ | 43.86 | 28.61 | 25.4 | - |
| YUV | 143.85 | 121.88 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 98 | 133 | 0 | 0.59 | 0.44 | 0.07 | 345 | 0.8 | 0.66 |
| Hex | EE | 62 | 85 | 0 | 3B | 2C | 7 | 159 | 50 | 42 |
| Octal | 356 | 142 | 205 | 0 | 73 | 54 | 7 | 531 | 120 | 102 |
| Binary | 11101110 | 1100010 | 10000101 | 0 | 111011 | 101100 | 111 | 101011001 | 1010000 | 1000010 |
Color Harmonies of #EE6285
Complementary color
Monochromatic Colors of #EE6285
Black with #EE6285
Text Example
Text Example
White with #EE6285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6285; }
p { color: rgb(238,98,133); }
H1.HeaderClassName
{
color: #EE6285;
}
.AnyTagClassName
{
color: #EE6285;
}
</style>
background-color css
<style>
a { background-color: #EE6285; }
a { background-color: rgb(238,98,133); }
div.DivClassName
{
background-color: #EE6285;
}
.BgClassName
{
background-color: #EE6285;
}
</style>
border-color css
<style>
span { border-color: #EE6285; }
span { border-color: rgb(238,98,133); }
td.TdClassName
{
border-color: #EE6285;
}
.TagClassName
{
border-color: #EE6285;
}
</style>