Shades of Brink Pink #EE6083
Tints of Brink Pink #EE6083
RGB
CMYK
RGB Variations
Color information
#EE6083 (or 0xEE6083) is known color: Brink Pink. HEX triplet: EE, 60 and 83. RGB value is (238,96,131). Sum of RGB (Red+Green+Blue) = 238+96+131=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6083 is #119F7C. Grayscale: #8E8E8E. Windows color (decimal): -1154941 or 8610030. OLE color: 8610030.
HSL color Cylindrical-coordinate representation of color #EE6083: hue angle of 345.21º 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 #EE6083 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 131 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.07 |
| HSL | 345.21º | 0.81% | 0.65% | - |
| HSV(B) | 345.21º | 0.6% | 0.93% | - |
| XYZ | 43.54 | 28.18 | 24.62 | - |
| YUV | 142.45 | 121.54 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 131 | 0 | 0.60 | 0.45 | 0.07 | 345.21 | 0.81 | 0.65 |
| Hex | EE | 60 | 83 | 0 | 3C | 2D | 7 | 159 | 51 | 41 |
| Octal | 356 | 140 | 203 | 0 | 74 | 55 | 7 | 531 | 121 | 101 |
| Binary | 11101110 | 1100000 | 10000011 | 0 | 111100 | 101101 | 111 | 101011001 | 1010001 | 1000001 |
Color Harmonies of #EE6083
Complementary color
Monochromatic Colors of #EE6083
Black with #EE6083
Text Example
Text Example
White with #EE6083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6083; }
p { color: rgb(238,96,131); }
H1.HeaderClassName
{
color: #EE6083;
}
.AnyTagClassName
{
color: #EE6083;
}
</style>
background-color css
<style>
a { background-color: #EE6083; }
a { background-color: rgb(238,96,131); }
div.DivClassName
{
background-color: #EE6083;
}
.BgClassName
{
background-color: #EE6083;
}
</style>
border-color css
<style>
span { border-color: #EE6083; }
span { border-color: rgb(238,96,131); }
td.TdClassName
{
border-color: #EE6083;
}
.TagClassName
{
border-color: #EE6083;
}
</style>