Shades of Brink Pink #EE6183
Tints of Brink Pink #EE6183
RGB
CMYK
RGB Variations
Color information
#EE6183 (or 0xEE6183) is known color: Brink Pink. HEX triplet: EE, 61 and 83. RGB value is (238,97,131). Sum of RGB (Red+Green+Blue) = 238+97+131=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6183 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6183 is #119E7C. Grayscale: #8F8F8F. Windows color (decimal): -1154685 or 8610286. OLE color: 8610286.
HSL color Cylindrical-coordinate representation of color #EE6183: hue angle of 345.53º degrees, saturation: 0.81, 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 #EE6183 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 131 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.07 |
| HSL | 345.53º | 0.81% | 0.66% | - |
| HSV(B) | 345.53º | 0.59% | 0.93% | - |
| XYZ | 43.63 | 28.37 | 24.65 | - |
| YUV | 143.04 | 121.21 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 131 | 0 | 0.59 | 0.45 | 0.07 | 345.53 | 0.81 | 0.66 |
| Hex | EE | 61 | 83 | 0 | 3B | 2D | 7 | 15A | 51 | 42 |
| Octal | 356 | 141 | 203 | 0 | 73 | 55 | 7 | 532 | 121 | 102 |
| Binary | 11101110 | 1100001 | 10000011 | 0 | 111011 | 101101 | 111 | 101011010 | 1010001 | 1000010 |
Color Harmonies of #EE6183
Complementary color
Monochromatic Colors of #EE6183
Black with #EE6183
Text Example
Text Example
White with #EE6183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6183; }
p { color: rgb(238,97,131); }
H1.HeaderClassName
{
color: #EE6183;
}
.AnyTagClassName
{
color: #EE6183;
}
</style>
background-color css
<style>
a { background-color: #EE6183; }
a { background-color: rgb(238,97,131); }
div.DivClassName
{
background-color: #EE6183;
}
.BgClassName
{
background-color: #EE6183;
}
</style>
border-color css
<style>
span { border-color: #EE6183; }
span { border-color: rgb(238,97,131); }
td.TdClassName
{
border-color: #EE6183;
}
.TagClassName
{
border-color: #EE6183;
}
</style>