Shades of Brilliant Rose #EC52AA
Tints of Brilliant Rose #EC52AA
RGB
CMYK
RGB Variations
Color information
#EC52AA (or 0xEC52AA) is known color: Brilliant Rose. HEX triplet: EC, 52 and AA. RGB value is (236,82,170). Sum of RGB (Red+Green+Blue) = 236+82+170=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC52AA is #13AD55. Grayscale: #898989. Windows color (decimal): -1289558 or 11162348. OLE color: 11162348.
HSL color Cylindrical-coordinate representation of color #EC52AA: hue angle of 325.71º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC52AA is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 170 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.07 |
| HSL | 325.71º | 0.8% | 0.62% | - |
| HSV(B) | 325.71º | 0.65% | 0.93% | - |
| XYZ | 44.87 | 26.77 | 40.83 | - |
| YUV | 138.08 | 146.02 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 170 | 0 | 0.65 | 0.28 | 0.07 | 325.71 | 0.8 | 0.62 |
| Hex | EC | 52 | AA | 0 | 41 | 1C | 7 | 146 | 50 | 3E |
| Octal | 354 | 122 | 252 | 0 | 101 | 34 | 7 | 506 | 120 | 76 |
| Binary | 11101100 | 1010010 | 10101010 | 0 | 1000001 | 11100 | 111 | 101000110 | 1010000 | 111110 |
Color Harmonies of #EC52AA
Complementary color
Monochromatic Colors of #EC52AA
Black with #EC52AA
Text Example
Text Example
White with #EC52AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52AA; }
p { color: rgb(236,82,170); }
H1.HeaderClassName
{
color: #EC52AA;
}
.AnyTagClassName
{
color: #EC52AA;
}
</style>
background-color css
<style>
a { background-color: #EC52AA; }
a { background-color: rgb(236,82,170); }
div.DivClassName
{
background-color: #EC52AA;
}
.BgClassName
{
background-color: #EC52AA;
}
</style>
border-color css
<style>
span { border-color: #EC52AA; }
span { border-color: rgb(236,82,170); }
td.TdClassName
{
border-color: #EC52AA;
}
.TagClassName
{
border-color: #EC52AA;
}
</style>