Shades of Brilliant Rose #EE589A
Tints of Brilliant Rose #EE589A
RGB
CMYK
RGB Variations
Color information
#EE589A (or 0xEE589A) is known color: Brilliant Rose. HEX triplet: EE, 58 and 9A. RGB value is (238,88,154). Sum of RGB (Red+Green+Blue) = 238+88+154=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE589A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE589A is #11A765. Grayscale: #8C8C8C. Windows color (decimal): -1156966 or 10115310. OLE color: 10115310.
HSL color Cylindrical-coordinate representation of color #EE589A: hue angle of 333.6º 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 #EE589A is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 154 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.07 |
| HSL | 333.6º | 0.82% | 0.64% | - |
| HSV(B) | 333.6º | 0.63% | 0.93% | - |
| XYZ | 44.58 | 27.49 | 33.53 | - |
| YUV | 140.37 | 135.7 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 154 | 0 | 0.63 | 0.35 | 0.07 | 333.6 | 0.82 | 0.64 |
| Hex | EE | 58 | 9A | 0 | 3F | 23 | 7 | 14E | 52 | 40 |
| Octal | 356 | 130 | 232 | 0 | 77 | 43 | 7 | 516 | 122 | 100 |
| Binary | 11101110 | 1011000 | 10011010 | 0 | 111111 | 100011 | 111 | 101001110 | 1010010 | 1000000 |
Color Harmonies of #EE589A
Complementary color
Monochromatic Colors of #EE589A
Black with #EE589A
Text Example
Text Example
White with #EE589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE589A; }
p { color: rgb(238,88,154); }
H1.HeaderClassName
{
color: #EE589A;
}
.AnyTagClassName
{
color: #EE589A;
}
</style>
background-color css
<style>
a { background-color: #EE589A; }
a { background-color: rgb(238,88,154); }
div.DivClassName
{
background-color: #EE589A;
}
.BgClassName
{
background-color: #EE589A;
}
</style>
border-color css
<style>
span { border-color: #EE589A; }
span { border-color: rgb(238,88,154); }
td.TdClassName
{
border-color: #EE589A;
}
.TagClassName
{
border-color: #EE589A;
}
</style>