Shades of Brilliant Rose #EE559A
Tints of Brilliant Rose #EE559A
RGB
CMYK
RGB Variations
Color information
#EE559A (or 0xEE559A) is known color: Brilliant Rose. HEX triplet: EE, 55 and 9A. RGB value is (238,85,154). Sum of RGB (Red+Green+Blue) = 238+85+154=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE559A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE559A is #11AA65. Grayscale: #8A8A8A. Windows color (decimal): -1157734 or 10114542. OLE color: 10114542.
HSL color Cylindrical-coordinate representation of color #EE559A: hue angle of 332.94º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE559A is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 154 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.07 |
| HSL | 332.94º | 0.82% | 0.63% | - |
| HSV(B) | 332.94º | 0.64% | 0.93% | - |
| XYZ | 44.34 | 27.01 | 33.45 | - |
| YUV | 138.61 | 136.69 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 154 | 0 | 0.64 | 0.35 | 0.07 | 332.94 | 0.82 | 0.63 |
| Hex | EE | 55 | 9A | 0 | 40 | 23 | 7 | 14D | 52 | 3F |
| Octal | 356 | 125 | 232 | 0 | 100 | 43 | 7 | 515 | 122 | 77 |
| Binary | 11101110 | 1010101 | 10011010 | 0 | 1000000 | 100011 | 111 | 101001101 | 1010010 | 111111 |
Color Harmonies of #EE559A
Complementary color
Monochromatic Colors of #EE559A
Black with #EE559A
Text Example
Text Example
White with #EE559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE559A; }
p { color: rgb(238,85,154); }
H1.HeaderClassName
{
color: #EE559A;
}
.AnyTagClassName
{
color: #EE559A;
}
</style>
background-color css
<style>
a { background-color: #EE559A; }
a { background-color: rgb(238,85,154); }
div.DivClassName
{
background-color: #EE559A;
}
.BgClassName
{
background-color: #EE559A;
}
</style>
border-color css
<style>
span { border-color: #EE559A; }
span { border-color: rgb(238,85,154); }
td.TdClassName
{
border-color: #EE559A;
}
.TagClassName
{
border-color: #EE559A;
}
</style>