Shades of Brilliant Rose #EE599A
Tints of Brilliant Rose #EE599A
RGB
CMYK
RGB Variations
Color information
#EE599A (or 0xEE599A) is known color: Brilliant Rose. HEX triplet: EE, 59 and 9A. RGB value is (238,89,154). Sum of RGB (Red+Green+Blue) = 238+89+154=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE599A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE599A is #11A665. Grayscale: #8C8C8C. Windows color (decimal): -1156710 or 10115566. OLE color: 10115566.
HSL color Cylindrical-coordinate representation of color #EE599A: hue angle of 333.83º 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 #EE599A is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 154 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.07 |
| HSL | 333.83º | 0.81% | 0.64% | - |
| HSV(B) | 333.83º | 0.63% | 0.93% | - |
| XYZ | 44.67 | 27.65 | 33.56 | - |
| YUV | 140.96 | 135.36 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 154 | 0 | 0.63 | 0.35 | 0.07 | 333.83 | 0.81 | 0.64 |
| Hex | EE | 59 | 9A | 0 | 3F | 23 | 7 | 14E | 51 | 40 |
| Octal | 356 | 131 | 232 | 0 | 77 | 43 | 7 | 516 | 121 | 100 |
| Binary | 11101110 | 1011001 | 10011010 | 0 | 111111 | 100011 | 111 | 101001110 | 1010001 | 1000000 |
Color Harmonies of #EE599A
Complementary color
Monochromatic Colors of #EE599A
Black with #EE599A
Text Example
Text Example
White with #EE599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE599A; }
p { color: rgb(238,89,154); }
H1.HeaderClassName
{
color: #EE599A;
}
.AnyTagClassName
{
color: #EE599A;
}
</style>
background-color css
<style>
a { background-color: #EE599A; }
a { background-color: rgb(238,89,154); }
div.DivClassName
{
background-color: #EE599A;
}
.BgClassName
{
background-color: #EE599A;
}
</style>
border-color css
<style>
span { border-color: #EE599A; }
span { border-color: rgb(238,89,154); }
td.TdClassName
{
border-color: #EE599A;
}
.TagClassName
{
border-color: #EE599A;
}
</style>