Shades of Brilliant Rose #EE589B
Tints of Brilliant Rose #EE589B
RGB
CMYK
RGB Variations
Color information
#EE589B (or 0xEE589B) is known color: Brilliant Rose. HEX triplet: EE, 58 and 9B. RGB value is (238,88,155). Sum of RGB (Red+Green+Blue) = 238+88+155=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE589B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE589B is #11A764. Grayscale: #8C8C8C. Windows color (decimal): -1156965 or 10180846. OLE color: 10180846.
HSL color Cylindrical-coordinate representation of color #EE589B: hue angle of 333.2º degrees, saturation: 0.82, 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 #EE589B is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 155 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.07 |
| HSL | 333.2º | 0.82% | 0.64% | - |
| HSV(B) | 333.2º | 0.63% | 0.93% | - |
| XYZ | 44.67 | 27.52 | 33.97 | - |
| YUV | 140.49 | 136.2 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 155 | 0 | 0.63 | 0.35 | 0.07 | 333.2 | 0.82 | 0.64 |
| Hex | EE | 58 | 9B | 0 | 3F | 23 | 7 | 14D | 52 | 40 |
| Octal | 356 | 130 | 233 | 0 | 77 | 43 | 7 | 515 | 122 | 100 |
| Binary | 11101110 | 1011000 | 10011011 | 0 | 111111 | 100011 | 111 | 101001101 | 1010010 | 1000000 |
Color Harmonies of #EE589B
Complementary color
Monochromatic Colors of #EE589B
Black with #EE589B
Text Example
Text Example
White with #EE589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE589B; }
p { color: rgb(238,88,155); }
H1.HeaderClassName
{
color: #EE589B;
}
.AnyTagClassName
{
color: #EE589B;
}
</style>
background-color css
<style>
a { background-color: #EE589B; }
a { background-color: rgb(238,88,155); }
div.DivClassName
{
background-color: #EE589B;
}
.BgClassName
{
background-color: #EE589B;
}
</style>
border-color css
<style>
span { border-color: #EE589B; }
span { border-color: rgb(238,88,155); }
td.TdClassName
{
border-color: #EE589B;
}
.TagClassName
{
border-color: #EE589B;
}
</style>