Shades of Brink Pink #EE6881
Tints of Brink Pink #EE6881
RGB
CMYK
RGB Variations
Color information
#EE6881 (or 0xEE6881) is known color: Brink Pink. HEX triplet: EE, 68 and 81. RGB value is (238,104,129). Sum of RGB (Red+Green+Blue) = 238+104+129=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6881 is #11977E. Grayscale: #929292. Windows color (decimal): -1152895 or 8481006. OLE color: 8481006.
HSL color Cylindrical-coordinate representation of color #EE6881: hue angle of 348.81º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE6881 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 129 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.07 |
| HSL | 348.81º | 0.8% | 0.67% | - |
| HSV(B) | 348.81º | 0.56% | 0.93% | - |
| XYZ | 44.17 | 29.66 | 24.17 | - |
| YUV | 146.92 | 117.89 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 129 | 0 | 0.56 | 0.46 | 0.07 | 348.81 | 0.8 | 0.67 |
| Hex | EE | 68 | 81 | 0 | 38 | 2E | 7 | 15D | 50 | 43 |
| Octal | 356 | 150 | 201 | 0 | 70 | 56 | 7 | 535 | 120 | 103 |
| Binary | 11101110 | 1101000 | 10000001 | 0 | 111000 | 101110 | 111 | 101011101 | 1010000 | 1000011 |
Color Harmonies of #EE6881
Complementary color
Monochromatic Colors of #EE6881
Black with #EE6881
Text Example
Text Example
White with #EE6881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6881; }
p { color: rgb(238,104,129); }
H1.HeaderClassName
{
color: #EE6881;
}
.AnyTagClassName
{
color: #EE6881;
}
</style>
background-color css
<style>
a { background-color: #EE6881; }
a { background-color: rgb(238,104,129); }
div.DivClassName
{
background-color: #EE6881;
}
.BgClassName
{
background-color: #EE6881;
}
</style>
border-color css
<style>
span { border-color: #EE6881; }
span { border-color: rgb(238,104,129); }
td.TdClassName
{
border-color: #EE6881;
}
.TagClassName
{
border-color: #EE6881;
}
</style>