Shades of Brilliant Rose #EE58AD
Tints of Brilliant Rose #EE58AD
RGB
CMYK
RGB Variations
Color information
#EE58AD (or 0xEE58AD) is known color: Brilliant Rose. HEX triplet: EE, 58 and AD. RGB value is (238,88,173). Sum of RGB (Red+Green+Blue) = 238+88+173=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EE58AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE58AD is #11A752. Grayscale: #8E8E8E. Windows color (decimal): -1156947 or 11360494. OLE color: 11360494.
HSL color Cylindrical-coordinate representation of color #EE58AD: hue angle of 326º 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 #EE58AD is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 173 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.07 |
| HSL | 326º | 0.82% | 0.64% | - |
| HSV(B) | 326º | 0.63% | 0.93% | - |
| XYZ | 46.29 | 28.17 | 42.53 | - |
| YUV | 142.54 | 145.2 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 173 | 0 | 0.63 | 0.27 | 0.07 | 326 | 0.82 | 0.64 |
| Hex | EE | 58 | AD | 0 | 3F | 1B | 7 | 146 | 52 | 40 |
| Octal | 356 | 130 | 255 | 0 | 77 | 33 | 7 | 506 | 122 | 100 |
| Binary | 11101110 | 1011000 | 10101101 | 0 | 111111 | 11011 | 111 | 101000110 | 1010010 | 1000000 |
Color Harmonies of #EE58AD
Complementary color
Monochromatic Colors of #EE58AD
Black with #EE58AD
Text Example
Text Example
White with #EE58AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE58AD; }
p { color: rgb(238,88,173); }
H1.HeaderClassName
{
color: #EE58AD;
}
.AnyTagClassName
{
color: #EE58AD;
}
</style>
background-color css
<style>
a { background-color: #EE58AD; }
a { background-color: rgb(238,88,173); }
div.DivClassName
{
background-color: #EE58AD;
}
.BgClassName
{
background-color: #EE58AD;
}
</style>
border-color css
<style>
span { border-color: #EE58AD; }
span { border-color: rgb(238,88,173); }
td.TdClassName
{
border-color: #EE58AD;
}
.TagClassName
{
border-color: #EE58AD;
}
</style>