Shades of Brink Pink #EE6184
Tints of Brink Pink #EE6184
RGB
CMYK
RGB Variations
Color information
#EE6184 (or 0xEE6184) is known color: Brink Pink. HEX triplet: EE, 61 and 84. RGB value is (238,97,132). Sum of RGB (Red+Green+Blue) = 238+97+132=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6184 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6184 is #119E7B. Grayscale: #8F8F8F. Windows color (decimal): -1154684 or 8675822. OLE color: 8675822.
HSL color Cylindrical-coordinate representation of color #EE6184: hue angle of 345.11º 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 #EE6184 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 132 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.07 |
| HSL | 345.11º | 0.81% | 0.66% | - |
| HSV(B) | 345.11º | 0.59% | 0.93% | - |
| XYZ | 43.7 | 28.39 | 25.01 | - |
| YUV | 143.15 | 121.71 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 132 | 0 | 0.59 | 0.45 | 0.07 | 345.11 | 0.81 | 0.66 |
| Hex | EE | 61 | 84 | 0 | 3B | 2D | 7 | 159 | 51 | 42 |
| Octal | 356 | 141 | 204 | 0 | 73 | 55 | 7 | 531 | 121 | 102 |
| Binary | 11101110 | 1100001 | 10000100 | 0 | 111011 | 101101 | 111 | 101011001 | 1010001 | 1000010 |
Color Harmonies of #EE6184
Complementary color
Monochromatic Colors of #EE6184
Black with #EE6184
Text Example
Text Example
White with #EE6184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6184; }
p { color: rgb(238,97,132); }
H1.HeaderClassName
{
color: #EE6184;
}
.AnyTagClassName
{
color: #EE6184;
}
</style>
background-color css
<style>
a { background-color: #EE6184; }
a { background-color: rgb(238,97,132); }
div.DivClassName
{
background-color: #EE6184;
}
.BgClassName
{
background-color: #EE6184;
}
</style>
border-color css
<style>
span { border-color: #EE6184; }
span { border-color: rgb(238,97,132); }
td.TdClassName
{
border-color: #EE6184;
}
.TagClassName
{
border-color: #EE6184;
}
</style>