Shades of Brilliant Rose #EE599D
Tints of Brilliant Rose #EE599D
RGB
CMYK
RGB Variations
Color information
#EE599D (or 0xEE599D) is known color: Brilliant Rose. HEX triplet: EE, 59 and 9D. RGB value is (238,89,157). Sum of RGB (Red+Green+Blue) = 238+89+157=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE599D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE599D is #11A662. Grayscale: #8D8D8D. Windows color (decimal): -1156707 or 10312174. OLE color: 10312174.
HSL color Cylindrical-coordinate representation of color #EE599D: hue angle of 332.62º 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 #EE599D is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 157 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.07 |
| HSL | 332.62º | 0.81% | 0.64% | - |
| HSV(B) | 332.62º | 0.63% | 0.93% | - |
| XYZ | 44.92 | 27.76 | 34.89 | - |
| YUV | 141.3 | 136.86 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 157 | 0 | 0.63 | 0.34 | 0.07 | 332.62 | 0.81 | 0.64 |
| Hex | EE | 59 | 9D | 0 | 3F | 22 | 7 | 14D | 51 | 40 |
| Octal | 356 | 131 | 235 | 0 | 77 | 42 | 7 | 515 | 121 | 100 |
| Binary | 11101110 | 1011001 | 10011101 | 0 | 111111 | 100010 | 111 | 101001101 | 1010001 | 1000000 |
Color Harmonies of #EE599D
Complementary color
Monochromatic Colors of #EE599D
Black with #EE599D
Text Example
Text Example
White with #EE599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE599D; }
p { color: rgb(238,89,157); }
H1.HeaderClassName
{
color: #EE599D;
}
.AnyTagClassName
{
color: #EE599D;
}
</style>
background-color css
<style>
a { background-color: #EE599D; }
a { background-color: rgb(238,89,157); }
div.DivClassName
{
background-color: #EE599D;
}
.BgClassName
{
background-color: #EE599D;
}
</style>
border-color css
<style>
span { border-color: #EE599D; }
span { border-color: rgb(238,89,157); }
td.TdClassName
{
border-color: #EE599D;
}
.TagClassName
{
border-color: #EE599D;
}
</style>