Shades of Brilliant Rose #EE59AD
Tints of Brilliant Rose #EE59AD
RGB
CMYK
RGB Variations
Color information
#EE59AD (or 0xEE59AD) is known color: Brilliant Rose. HEX triplet: EE, 59 and AD. RGB value is (238,89,173). Sum of RGB (Red+Green+Blue) = 238+89+173=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EE59AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE59AD is #11A652. Grayscale: #8E8E8E. Windows color (decimal): -1156691 or 11360750. OLE color: 11360750.
HSL color Cylindrical-coordinate representation of color #EE59AD: hue angle of 326.17º 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 #EE59AD is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 173 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.07 |
| HSL | 326.17º | 0.81% | 0.64% | - |
| HSV(B) | 326.17º | 0.63% | 0.93% | - |
| XYZ | 46.38 | 28.34 | 42.56 | - |
| YUV | 143.13 | 144.86 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 173 | 0 | 0.63 | 0.27 | 0.07 | 326.17 | 0.81 | 0.64 |
| Hex | EE | 59 | AD | 0 | 3F | 1B | 7 | 146 | 51 | 40 |
| Octal | 356 | 131 | 255 | 0 | 77 | 33 | 7 | 506 | 121 | 100 |
| Binary | 11101110 | 1011001 | 10101101 | 0 | 111111 | 11011 | 111 | 101000110 | 1010001 | 1000000 |
Color Harmonies of #EE59AD
Complementary color
Monochromatic Colors of #EE59AD
Black with #EE59AD
Text Example
Text Example
White with #EE59AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE59AD; }
p { color: rgb(238,89,173); }
H1.HeaderClassName
{
color: #EE59AD;
}
.AnyTagClassName
{
color: #EE59AD;
}
</style>
background-color css
<style>
a { background-color: #EE59AD; }
a { background-color: rgb(238,89,173); }
div.DivClassName
{
background-color: #EE59AD;
}
.BgClassName
{
background-color: #EE59AD;
}
</style>
border-color css
<style>
span { border-color: #EE59AD; }
span { border-color: rgb(238,89,173); }
td.TdClassName
{
border-color: #EE59AD;
}
.TagClassName
{
border-color: #EE59AD;
}
</style>