Shades of Brilliant Rose #EE53AA
Tints of Brilliant Rose #EE53AA
RGB
CMYK
RGB Variations
Color information
#EE53AA (or 0xEE53AA) is known color: Brilliant Rose. HEX triplet: EE, 53 and AA. RGB value is (238,83,170). Sum of RGB (Red+Green+Blue) = 238+83+170=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EE53AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE53AA is #11AC55. Grayscale: #8B8B8B. Windows color (decimal): -1158230 or 11162606. OLE color: 11162606.
HSL color Cylindrical-coordinate representation of color #EE53AA: hue angle of 326.32º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE53AA is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 170 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.07 |
| HSL | 326.32º | 0.82% | 0.63% | - |
| HSV(B) | 326.32º | 0.65% | 0.93% | - |
| XYZ | 45.61 | 27.27 | 40.89 | - |
| YUV | 139.26 | 145.35 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 170 | 0 | 0.65 | 0.29 | 0.07 | 326.32 | 0.82 | 0.63 |
| Hex | EE | 53 | AA | 0 | 41 | 1D | 7 | 146 | 52 | 3F |
| Octal | 356 | 123 | 252 | 0 | 101 | 35 | 7 | 506 | 122 | 77 |
| Binary | 11101110 | 1010011 | 10101010 | 0 | 1000001 | 11101 | 111 | 101000110 | 1010010 | 111111 |
Color Harmonies of #EE53AA
Complementary color
Monochromatic Colors of #EE53AA
Black with #EE53AA
Text Example
Text Example
White with #EE53AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE53AA; }
p { color: rgb(238,83,170); }
H1.HeaderClassName
{
color: #EE53AA;
}
.AnyTagClassName
{
color: #EE53AA;
}
</style>
background-color css
<style>
a { background-color: #EE53AA; }
a { background-color: rgb(238,83,170); }
div.DivClassName
{
background-color: #EE53AA;
}
.BgClassName
{
background-color: #EE53AA;
}
</style>
border-color css
<style>
span { border-color: #EE53AA; }
span { border-color: rgb(238,83,170); }
td.TdClassName
{
border-color: #EE53AA;
}
.TagClassName
{
border-color: #EE53AA;
}
</style>