Shades of Brink Pink #EE6182
Tints of Brink Pink #EE6182
RGB
CMYK
RGB Variations
Color information
#EE6182 (or 0xEE6182) is known color: Brink Pink. HEX triplet: EE, 61 and 82. RGB value is (238,97,130). Sum of RGB (Red+Green+Blue) = 238+97+130=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6182 is #119E7D. Grayscale: #8E8E8E. Windows color (decimal): -1154686 or 8544750. OLE color: 8544750.
HSL color Cylindrical-coordinate representation of color #EE6182: hue angle of 345.96º 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 #EE6182 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 130 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.07 |
| HSL | 345.96º | 0.81% | 0.66% | - |
| HSV(B) | 345.96º | 0.59% | 0.93% | - |
| XYZ | 43.56 | 28.34 | 24.29 | - |
| YUV | 142.92 | 120.71 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 130 | 0 | 0.59 | 0.45 | 0.07 | 345.96 | 0.81 | 0.66 |
| Hex | EE | 61 | 82 | 0 | 3B | 2D | 7 | 15A | 51 | 42 |
| Octal | 356 | 141 | 202 | 0 | 73 | 55 | 7 | 532 | 121 | 102 |
| Binary | 11101110 | 1100001 | 10000010 | 0 | 111011 | 101101 | 111 | 101011010 | 1010001 | 1000010 |
Color Harmonies of #EE6182
Complementary color
Monochromatic Colors of #EE6182
Black with #EE6182
Text Example
Text Example
White with #EE6182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6182; }
p { color: rgb(238,97,130); }
H1.HeaderClassName
{
color: #EE6182;
}
.AnyTagClassName
{
color: #EE6182;
}
</style>
background-color css
<style>
a { background-color: #EE6182; }
a { background-color: rgb(238,97,130); }
div.DivClassName
{
background-color: #EE6182;
}
.BgClassName
{
background-color: #EE6182;
}
</style>
border-color css
<style>
span { border-color: #EE6182; }
span { border-color: rgb(238,97,130); }
td.TdClassName
{
border-color: #EE6182;
}
.TagClassName
{
border-color: #EE6182;
}
</style>