Shades of Brink Pink #EE617F
Tints of Brink Pink #EE617F
RGB
CMYK
RGB Variations
Color information
#EE617F (or 0xEE617F) is known color: Brink Pink. HEX triplet: EE, 61 and 7F. RGB value is (238,97,127). Sum of RGB (Red+Green+Blue) = 238+97+127=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE617F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE617F is #119E80. Grayscale: #8E8E8E. Windows color (decimal): -1154689 or 8348142. OLE color: 8348142.
HSL color Cylindrical-coordinate representation of color #EE617F: hue angle of 347.23º 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 #EE617F is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 127 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.07 |
| HSL | 347.23º | 0.81% | 0.66% | - |
| HSV(B) | 347.23º | 0.59% | 0.93% | - |
| XYZ | 43.37 | 28.26 | 23.25 | - |
| YUV | 142.58 | 119.21 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 127 | 0 | 0.59 | 0.47 | 0.07 | 347.23 | 0.81 | 0.66 |
| Hex | EE | 61 | 7F | 0 | 3B | 2F | 7 | 15B | 51 | 42 |
| Octal | 356 | 141 | 177 | 0 | 73 | 57 | 7 | 533 | 121 | 102 |
| Binary | 11101110 | 1100001 | 1111111 | 0 | 111011 | 101111 | 111 | 101011011 | 1010001 | 1000010 |
Color Harmonies of #EE617F
Complementary color
Monochromatic Colors of #EE617F
Black with #EE617F
Text Example
Text Example
White with #EE617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE617F; }
p { color: rgb(238,97,127); }
H1.HeaderClassName
{
color: #EE617F;
}
.AnyTagClassName
{
color: #EE617F;
}
</style>
background-color css
<style>
a { background-color: #EE617F; }
a { background-color: rgb(238,97,127); }
div.DivClassName
{
background-color: #EE617F;
}
.BgClassName
{
background-color: #EE617F;
}
</style>
border-color css
<style>
span { border-color: #EE617F; }
span { border-color: rgb(238,97,127); }
td.TdClassName
{
border-color: #EE617F;
}
.TagClassName
{
border-color: #EE617F;
}
</style>