Shades of Brilliant Rose #EE59AB
Tints of Brilliant Rose #EE59AB
RGB
CMYK
RGB Variations
Color information
#EE59AB (or 0xEE59AB) is known color: Brilliant Rose. HEX triplet: EE, 59 and AB. RGB value is (238,89,171). Sum of RGB (Red+Green+Blue) = 238+89+171=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EE59AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE59AB is #11A654. Grayscale: #8E8E8E. Windows color (decimal): -1156693 or 11229678. OLE color: 11229678.
HSL color Cylindrical-coordinate representation of color #EE59AB: hue angle of 326.98º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE59AB is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 171 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.07 |
| HSL | 326.98º | 0.81% | 0.64% | - |
| HSV(B) | 326.98º | 0.63% | 0.93% | - |
| XYZ | 46.18 | 28.26 | 41.55 | - |
| YUV | 142.9 | 143.86 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 171 | 0 | 0.63 | 0.28 | 0.07 | 326.98 | 0.81 | 0.64 |
| Hex | EE | 59 | AB | 0 | 3F | 1C | 7 | 147 | 51 | 40 |
| Octal | 356 | 131 | 253 | 0 | 77 | 34 | 7 | 507 | 121 | 100 |
| Binary | 11101110 | 1011001 | 10101011 | 0 | 111111 | 11100 | 111 | 101000111 | 1010001 | 1000000 |
Color Harmonies of #EE59AB
Complementary color
Monochromatic Colors of #EE59AB
Black with #EE59AB
Text Example
Text Example
White with #EE59AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE59AB; }
p { color: rgb(238,89,171); }
H1.HeaderClassName
{
color: #EE59AB;
}
.AnyTagClassName
{
color: #EE59AB;
}
</style>
background-color css
<style>
a { background-color: #EE59AB; }
a { background-color: rgb(238,89,171); }
div.DivClassName
{
background-color: #EE59AB;
}
.BgClassName
{
background-color: #EE59AB;
}
</style>
border-color css
<style>
span { border-color: #EE59AB; }
span { border-color: rgb(238,89,171); }
td.TdClassName
{
border-color: #EE59AB;
}
.TagClassName
{
border-color: #EE59AB;
}
</style>