Shades of Brink Pink #EE5E7F
Tints of Brink Pink #EE5E7F
RGB
CMYK
RGB Variations
Color information
#EE5E7F (or 0xEE5E7F) is known color: Brink Pink. HEX triplet: EE, 5E and 7F. RGB value is (238,94,127). Sum of RGB (Red+Green+Blue) = 238+94+127=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5E7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5E7F is #11A180. Grayscale: #8C8C8C. Windows color (decimal): -1155457 or 8347374. OLE color: 8347374.
HSL color Cylindrical-coordinate representation of color #EE5E7F: hue angle of 346.25º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE5E7F is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 94 | 127 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.07 |
| HSL | 346.25º | 0.81% | 0.65% | - |
| HSV(B) | 346.25º | 0.61% | 0.93% | - |
| XYZ | 43.09 | 27.71 | 23.16 | - |
| YUV | 140.82 | 120.21 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 94 | 127 | 0 | 0.61 | 0.47 | 0.07 | 346.25 | 0.81 | 0.65 |
| Hex | EE | 5E | 7F | 0 | 3D | 2F | 7 | 15A | 51 | 41 |
| Octal | 356 | 136 | 177 | 0 | 75 | 57 | 7 | 532 | 121 | 101 |
| Binary | 11101110 | 1011110 | 1111111 | 0 | 111101 | 101111 | 111 | 101011010 | 1010001 | 1000001 |
Color Harmonies of #EE5E7F
Complementary color
Monochromatic Colors of #EE5E7F
Black with #EE5E7F
Text Example
Text Example
White with #EE5E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5E7F; }
p { color: rgb(238,94,127); }
H1.HeaderClassName
{
color: #EE5E7F;
}
.AnyTagClassName
{
color: #EE5E7F;
}
</style>
background-color css
<style>
a { background-color: #EE5E7F; }
a { background-color: rgb(238,94,127); }
div.DivClassName
{
background-color: #EE5E7F;
}
.BgClassName
{
background-color: #EE5E7F;
}
</style>
border-color css
<style>
span { border-color: #EE5E7F; }
span { border-color: rgb(238,94,127); }
td.TdClassName
{
border-color: #EE5E7F;
}
.TagClassName
{
border-color: #EE5E7F;
}
</style>