Shades of Brilliant Rose #EE52AA
Tints of Brilliant Rose #EE52AA
RGB
CMYK
RGB Variations
Color information
#EE52AA (or 0xEE52AA) is known color: Brilliant Rose. HEX triplet: EE, 52 and AA. RGB value is (238,82,170). Sum of RGB (Red+Green+Blue) = 238+82+170=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE52AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE52AA is #11AD55. Grayscale: #8A8A8A. Windows color (decimal): -1158486 or 11162350. OLE color: 11162350.
HSL color Cylindrical-coordinate representation of color #EE52AA: hue angle of 326.15º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE52AA is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 170 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.07 |
| HSL | 326.15º | 0.82% | 0.63% | - |
| HSV(B) | 326.15º | 0.66% | 0.93% | - |
| XYZ | 45.53 | 27.11 | 40.86 | - |
| YUV | 138.68 | 145.68 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 170 | 0 | 0.66 | 0.29 | 0.07 | 326.15 | 0.82 | 0.63 |
| Hex | EE | 52 | AA | 0 | 42 | 1D | 7 | 146 | 52 | 3F |
| Octal | 356 | 122 | 252 | 0 | 102 | 35 | 7 | 506 | 122 | 77 |
| Binary | 11101110 | 1010010 | 10101010 | 0 | 1000010 | 11101 | 111 | 101000110 | 1010010 | 111111 |
Color Harmonies of #EE52AA
Complementary color
Monochromatic Colors of #EE52AA
Black with #EE52AA
Text Example
Text Example
White with #EE52AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE52AA; }
p { color: rgb(238,82,170); }
H1.HeaderClassName
{
color: #EE52AA;
}
.AnyTagClassName
{
color: #EE52AA;
}
</style>
background-color css
<style>
a { background-color: #EE52AA; }
a { background-color: rgb(238,82,170); }
div.DivClassName
{
background-color: #EE52AA;
}
.BgClassName
{
background-color: #EE52AA;
}
</style>
border-color css
<style>
span { border-color: #EE52AA; }
span { border-color: rgb(238,82,170); }
td.TdClassName
{
border-color: #EE52AA;
}
.TagClassName
{
border-color: #EE52AA;
}
</style>