Shades of Brilliant Rose #EE589C
Tints of Brilliant Rose #EE589C
RGB
CMYK
RGB Variations
Color information
#EE589C (or 0xEE589C) is known color: Brilliant Rose. HEX triplet: EE, 58 and 9C. RGB value is (238,88,156). Sum of RGB (Red+Green+Blue) = 238+88+156=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE589C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE589C is #11A763. Grayscale: #8C8C8C. Windows color (decimal): -1156964 or 10246382. OLE color: 10246382.
HSL color Cylindrical-coordinate representation of color #EE589C: hue angle of 332.8º 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 #EE589C is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 156 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.07 |
| HSL | 332.8º | 0.82% | 0.64% | - |
| HSV(B) | 332.8º | 0.63% | 0.93% | - |
| XYZ | 44.75 | 27.56 | 34.41 | - |
| YUV | 140.6 | 136.7 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 156 | 0 | 0.63 | 0.34 | 0.07 | 332.8 | 0.82 | 0.64 |
| Hex | EE | 58 | 9C | 0 | 3F | 22 | 7 | 14D | 52 | 40 |
| Octal | 356 | 130 | 234 | 0 | 77 | 42 | 7 | 515 | 122 | 100 |
| Binary | 11101110 | 1011000 | 10011100 | 0 | 111111 | 100010 | 111 | 101001101 | 1010010 | 1000000 |
Color Harmonies of #EE589C
Complementary color
Monochromatic Colors of #EE589C
Black with #EE589C
Text Example
Text Example
White with #EE589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE589C; }
p { color: rgb(238,88,156); }
H1.HeaderClassName
{
color: #EE589C;
}
.AnyTagClassName
{
color: #EE589C;
}
</style>
background-color css
<style>
a { background-color: #EE589C; }
a { background-color: rgb(238,88,156); }
div.DivClassName
{
background-color: #EE589C;
}
.BgClassName
{
background-color: #EE589C;
}
</style>
border-color css
<style>
span { border-color: #EE589C; }
span { border-color: rgb(238,88,156); }
td.TdClassName
{
border-color: #EE589C;
}
.TagClassName
{
border-color: #EE589C;
}
</style>