Shades of Brilliant Rose #EE599C
Tints of Brilliant Rose #EE599C
RGB
CMYK
RGB Variations
Color information
#EE599C (or 0xEE599C) is known color: Brilliant Rose. HEX triplet: EE, 59 and 9C. RGB value is (238,89,156). Sum of RGB (Red+Green+Blue) = 238+89+156=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE599C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE599C is #11A663. Grayscale: #8D8D8D. Windows color (decimal): -1156708 or 10246638. OLE color: 10246638.
HSL color Cylindrical-coordinate representation of color #EE599C: hue angle of 333.02º 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 #EE599C is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 156 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.07 |
| HSL | 333.02º | 0.81% | 0.64% | - |
| HSV(B) | 333.02º | 0.63% | 0.93% | - |
| XYZ | 44.83 | 27.72 | 34.44 | - |
| YUV | 141.19 | 136.36 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 156 | 0 | 0.63 | 0.34 | 0.07 | 333.02 | 0.81 | 0.64 |
| Hex | EE | 59 | 9C | 0 | 3F | 22 | 7 | 14D | 51 | 40 |
| Octal | 356 | 131 | 234 | 0 | 77 | 42 | 7 | 515 | 121 | 100 |
| Binary | 11101110 | 1011001 | 10011100 | 0 | 111111 | 100010 | 111 | 101001101 | 1010001 | 1000000 |
Color Harmonies of #EE599C
Complementary color
Monochromatic Colors of #EE599C
Black with #EE599C
Text Example
Text Example
White with #EE599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE599C; }
p { color: rgb(238,89,156); }
H1.HeaderClassName
{
color: #EE599C;
}
.AnyTagClassName
{
color: #EE599C;
}
</style>
background-color css
<style>
a { background-color: #EE599C; }
a { background-color: rgb(238,89,156); }
div.DivClassName
{
background-color: #EE599C;
}
.BgClassName
{
background-color: #EE599C;
}
</style>
border-color css
<style>
span { border-color: #EE599C; }
span { border-color: rgb(238,89,156); }
td.TdClassName
{
border-color: #EE599C;
}
.TagClassName
{
border-color: #EE599C;
}
</style>