Shades of Brilliant Rose #EE59AF
Tints of Brilliant Rose #EE59AF
RGB
CMYK
RGB Variations
Color information
#EE59AF (or 0xEE59AF) is known color: Brilliant Rose. HEX triplet: EE, 59 and AF. RGB value is (238,89,175). Sum of RGB (Red+Green+Blue) = 238+89+175=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE59AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE59AF is #11A650. Grayscale: #8F8F8F. Windows color (decimal): -1156689 or 11491822. OLE color: 11491822.
HSL color Cylindrical-coordinate representation of color #EE59AF: hue angle of 325.37º 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 #EE59AF is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 175 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.07 |
| HSL | 325.37º | 0.81% | 0.64% | - |
| HSV(B) | 325.37º | 0.63% | 0.93% | - |
| XYZ | 46.57 | 28.42 | 43.59 | - |
| YUV | 143.36 | 145.86 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 175 | 0 | 0.63 | 0.26 | 0.07 | 325.37 | 0.81 | 0.64 |
| Hex | EE | 59 | AF | 0 | 3F | 1A | 7 | 145 | 51 | 40 |
| Octal | 356 | 131 | 257 | 0 | 77 | 32 | 7 | 505 | 121 | 100 |
| Binary | 11101110 | 1011001 | 10101111 | 0 | 111111 | 11010 | 111 | 101000101 | 1010001 | 1000000 |
Color Harmonies of #EE59AF
Complementary color
Monochromatic Colors of #EE59AF
Black with #EE59AF
Text Example
Text Example
White with #EE59AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE59AF; }
p { color: rgb(238,89,175); }
H1.HeaderClassName
{
color: #EE59AF;
}
.AnyTagClassName
{
color: #EE59AF;
}
</style>
background-color css
<style>
a { background-color: #EE59AF; }
a { background-color: rgb(238,89,175); }
div.DivClassName
{
background-color: #EE59AF;
}
.BgClassName
{
background-color: #EE59AF;
}
</style>
border-color css
<style>
span { border-color: #EE59AF; }
span { border-color: rgb(238,89,175); }
td.TdClassName
{
border-color: #EE59AF;
}
.TagClassName
{
border-color: #EE59AF;
}
</style>