Shades of Brilliant Rose #EE52A3
Tints of Brilliant Rose #EE52A3
RGB
CMYK
RGB Variations
Color information
#EE52A3 (or 0xEE52A3) is known color: Brilliant Rose. HEX triplet: EE, 52 and A3. RGB value is (238,82,163). Sum of RGB (Red+Green+Blue) = 238+82+163=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE52A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE52A3 is #11AD5C. Grayscale: #898989. Windows color (decimal): -1158493 or 10703598. OLE color: 10703598.
HSL color Cylindrical-coordinate representation of color #EE52A3: hue angle of 328.85º 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 #EE52A3 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 163 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.07 |
| HSL | 328.85º | 0.82% | 0.63% | - |
| HSV(B) | 328.85º | 0.66% | 0.93% | - |
| XYZ | 44.89 | 26.86 | 37.47 | - |
| YUV | 137.88 | 142.18 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 163 | 0 | 0.66 | 0.32 | 0.07 | 328.85 | 0.82 | 0.63 |
| Hex | EE | 52 | A3 | 0 | 42 | 20 | 7 | 149 | 52 | 3F |
| Octal | 356 | 122 | 243 | 0 | 102 | 40 | 7 | 511 | 122 | 77 |
| Binary | 11101110 | 1010010 | 10100011 | 0 | 1000010 | 100000 | 111 | 101001001 | 1010010 | 111111 |
Color Harmonies of #EE52A3
Complementary color
Monochromatic Colors of #EE52A3
Black with #EE52A3
Text Example
Text Example
White with #EE52A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE52A3; }
p { color: rgb(238,82,163); }
H1.HeaderClassName
{
color: #EE52A3;
}
.AnyTagClassName
{
color: #EE52A3;
}
</style>
background-color css
<style>
a { background-color: #EE52A3; }
a { background-color: rgb(238,82,163); }
div.DivClassName
{
background-color: #EE52A3;
}
.BgClassName
{
background-color: #EE52A3;
}
</style>
border-color css
<style>
span { border-color: #EE52A3; }
span { border-color: rgb(238,82,163); }
td.TdClassName
{
border-color: #EE52A3;
}
.TagClassName
{
border-color: #EE52A3;
}
</style>