Shades of Brink Pink #EE5F7B
Tints of Brink Pink #EE5F7B
RGB
CMYK
RGB Variations
Color information
#EE5F7B (or 0xEE5F7B) is known color: Brink Pink. HEX triplet: EE, 5F and 7B. RGB value is (238,95,123). Sum of RGB (Red+Green+Blue) = 238+95+123=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5F7B is #11A084. Grayscale: #8C8C8C. Windows color (decimal): -1155205 or 8085486. OLE color: 8085486.
HSL color Cylindrical-coordinate representation of color #EE5F7B: hue angle of 348.25º 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 #EE5F7B is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 95 | 123 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.07 |
| HSL | 348.25º | 0.81% | 0.65% | - |
| HSV(B) | 348.25º | 0.6% | 0.93% | - |
| XYZ | 42.93 | 27.79 | 21.84 | - |
| YUV | 140.95 | 117.88 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 95 | 123 | 0 | 0.60 | 0.48 | 0.07 | 348.25 | 0.81 | 0.65 |
| Hex | EE | 5F | 7B | 0 | 3C | 30 | 7 | 15C | 51 | 41 |
| Octal | 356 | 137 | 173 | 0 | 74 | 60 | 7 | 534 | 121 | 101 |
| Binary | 11101110 | 1011111 | 1111011 | 0 | 111100 | 110000 | 111 | 101011100 | 1010001 | 1000001 |
Color Harmonies of #EE5F7B
Complementary color
Monochromatic Colors of #EE5F7B
Black with #EE5F7B
Text Example
Text Example
White with #EE5F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5F7B; }
p { color: rgb(238,95,123); }
H1.HeaderClassName
{
color: #EE5F7B;
}
.AnyTagClassName
{
color: #EE5F7B;
}
</style>
background-color css
<style>
a { background-color: #EE5F7B; }
a { background-color: rgb(238,95,123); }
div.DivClassName
{
background-color: #EE5F7B;
}
.BgClassName
{
background-color: #EE5F7B;
}
</style>
border-color css
<style>
span { border-color: #EE5F7B; }
span { border-color: rgb(238,95,123); }
td.TdClassName
{
border-color: #EE5F7B;
}
.TagClassName
{
border-color: #EE5F7B;
}
</style>