Shades of Brilliant Rose #EE58AB
Tints of Brilliant Rose #EE58AB
RGB
CMYK
RGB Variations
Color information
#EE58AB (or 0xEE58AB) is known color: Brilliant Rose. HEX triplet: EE, 58 and AB. RGB value is (238,88,171). Sum of RGB (Red+Green+Blue) = 238+88+171=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE58AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE58AB is #11A754. Grayscale: #8E8E8E. Windows color (decimal): -1156949 or 11229422. OLE color: 11229422.
HSL color Cylindrical-coordinate representation of color #EE58AB: hue angle of 326.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 #EE58AB is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 171 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.07 |
| HSL | 326.8º | 0.82% | 0.64% | - |
| HSV(B) | 326.8º | 0.63% | 0.93% | - |
| XYZ | 46.1 | 28.1 | 41.52 | - |
| YUV | 142.31 | 144.2 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 171 | 0 | 0.63 | 0.28 | 0.07 | 326.8 | 0.82 | 0.64 |
| Hex | EE | 58 | AB | 0 | 3F | 1C | 7 | 147 | 52 | 40 |
| Octal | 356 | 130 | 253 | 0 | 77 | 34 | 7 | 507 | 122 | 100 |
| Binary | 11101110 | 1011000 | 10101011 | 0 | 111111 | 11100 | 111 | 101000111 | 1010010 | 1000000 |
Color Harmonies of #EE58AB
Complementary color
Monochromatic Colors of #EE58AB
Black with #EE58AB
Text Example
Text Example
White with #EE58AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE58AB; }
p { color: rgb(238,88,171); }
H1.HeaderClassName
{
color: #EE58AB;
}
.AnyTagClassName
{
color: #EE58AB;
}
</style>
background-color css
<style>
a { background-color: #EE58AB; }
a { background-color: rgb(238,88,171); }
div.DivClassName
{
background-color: #EE58AB;
}
.BgClassName
{
background-color: #EE58AB;
}
</style>
border-color css
<style>
span { border-color: #EE58AB; }
span { border-color: rgb(238,88,171); }
td.TdClassName
{
border-color: #EE58AB;
}
.TagClassName
{
border-color: #EE58AB;
}
</style>