Shades of Brilliant Rose #EE559B
Tints of Brilliant Rose #EE559B
RGB
CMYK
RGB Variations
Color information
#EE559B (or 0xEE559B) is known color: Brilliant Rose. HEX triplet: EE, 55 and 9B. RGB value is (238,85,155). Sum of RGB (Red+Green+Blue) = 238+85+155=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE559B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE559B is #11AA64. Grayscale: #8A8A8A. Windows color (decimal): -1157733 or 10180078. OLE color: 10180078.
HSL color Cylindrical-coordinate representation of color #EE559B: hue angle of 332.55º 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 #EE559B is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 155 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.07 |
| HSL | 332.55º | 0.82% | 0.63% | - |
| HSV(B) | 332.55º | 0.64% | 0.93% | - |
| XYZ | 44.42 | 27.04 | 33.89 | - |
| YUV | 138.73 | 137.19 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 155 | 0 | 0.64 | 0.35 | 0.07 | 332.55 | 0.82 | 0.63 |
| Hex | EE | 55 | 9B | 0 | 40 | 23 | 7 | 14D | 52 | 3F |
| Octal | 356 | 125 | 233 | 0 | 100 | 43 | 7 | 515 | 122 | 77 |
| Binary | 11101110 | 1010101 | 10011011 | 0 | 1000000 | 100011 | 111 | 101001101 | 1010010 | 111111 |
Color Harmonies of #EE559B
Complementary color
Monochromatic Colors of #EE559B
Black with #EE559B
Text Example
Text Example
White with #EE559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE559B; }
p { color: rgb(238,85,155); }
H1.HeaderClassName
{
color: #EE559B;
}
.AnyTagClassName
{
color: #EE559B;
}
</style>
background-color css
<style>
a { background-color: #EE559B; }
a { background-color: rgb(238,85,155); }
div.DivClassName
{
background-color: #EE559B;
}
.BgClassName
{
background-color: #EE559B;
}
</style>
border-color css
<style>
span { border-color: #EE559B; }
span { border-color: rgb(238,85,155); }
td.TdClassName
{
border-color: #EE559B;
}
.TagClassName
{
border-color: #EE559B;
}
</style>