Shades of Brilliant Rose #EE58AC
Tints of Brilliant Rose #EE58AC
RGB
CMYK
RGB Variations
Color information
#EE58AC (or 0xEE58AC) is known color: Brilliant Rose. HEX triplet: EE, 58 and AC. RGB value is (238,88,172). Sum of RGB (Red+Green+Blue) = 238+88+172=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EE58AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE58AC is #11A753. Grayscale: #8E8E8E. Windows color (decimal): -1156948 or 11294958. OLE color: 11294958.
HSL color Cylindrical-coordinate representation of color #EE58AC: hue angle of 326.4º 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 #EE58AC is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 172 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.07 |
| HSL | 326.4º | 0.82% | 0.64% | - |
| HSV(B) | 326.4º | 0.63% | 0.93% | - |
| XYZ | 46.2 | 28.14 | 42.03 | - |
| YUV | 142.43 | 144.7 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 172 | 0 | 0.63 | 0.28 | 0.07 | 326.4 | 0.82 | 0.64 |
| Hex | EE | 58 | AC | 0 | 3F | 1C | 7 | 146 | 52 | 40 |
| Octal | 356 | 130 | 254 | 0 | 77 | 34 | 7 | 506 | 122 | 100 |
| Binary | 11101110 | 1011000 | 10101100 | 0 | 111111 | 11100 | 111 | 101000110 | 1010010 | 1000000 |
Color Harmonies of #EE58AC
Complementary color
Monochromatic Colors of #EE58AC
Black with #EE58AC
Text Example
Text Example
White with #EE58AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE58AC; }
p { color: rgb(238,88,172); }
H1.HeaderClassName
{
color: #EE58AC;
}
.AnyTagClassName
{
color: #EE58AC;
}
</style>
background-color css
<style>
a { background-color: #EE58AC; }
a { background-color: rgb(238,88,172); }
div.DivClassName
{
background-color: #EE58AC;
}
.BgClassName
{
background-color: #EE58AC;
}
</style>
border-color css
<style>
span { border-color: #EE58AC; }
span { border-color: rgb(238,88,172); }
td.TdClassName
{
border-color: #EE58AC;
}
.TagClassName
{
border-color: #EE58AC;
}
</style>