Shades of Brilliant Rose #EC52A0
Tints of Brilliant Rose #EC52A0
RGB
CMYK
RGB Variations
Color information
#EC52A0 (or 0xEC52A0) is known color: Brilliant Rose. HEX triplet: EC, 52 and A0. RGB value is (236,82,160). Sum of RGB (Red+Green+Blue) = 236+82+160=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC52A0 is #13AD5F. Grayscale: #888888. Windows color (decimal): -1289568 or 10506988. OLE color: 10506988.
HSL color Cylindrical-coordinate representation of color #EC52A0: hue angle of 329.61º 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 #EC52A0 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 160 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.07 |
| HSL | 329.61º | 0.8% | 0.62% | - |
| HSV(B) | 329.61º | 0.65% | 0.93% | - |
| XYZ | 43.95 | 26.41 | 36.04 | - |
| YUV | 136.94 | 141.02 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 160 | 0 | 0.65 | 0.32 | 0.07 | 329.61 | 0.8 | 0.62 |
| Hex | EC | 52 | A0 | 0 | 41 | 20 | 7 | 14A | 50 | 3E |
| Octal | 354 | 122 | 240 | 0 | 101 | 40 | 7 | 512 | 120 | 76 |
| Binary | 11101100 | 1010010 | 10100000 | 0 | 1000001 | 100000 | 111 | 101001010 | 1010000 | 111110 |
Color Harmonies of #EC52A0
Complementary color
Monochromatic Colors of #EC52A0
Black with #EC52A0
Text Example
Text Example
White with #EC52A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52A0; }
p { color: rgb(236,82,160); }
H1.HeaderClassName
{
color: #EC52A0;
}
.AnyTagClassName
{
color: #EC52A0;
}
</style>
background-color css
<style>
a { background-color: #EC52A0; }
a { background-color: rgb(236,82,160); }
div.DivClassName
{
background-color: #EC52A0;
}
.BgClassName
{
background-color: #EC52A0;
}
</style>
border-color css
<style>
span { border-color: #EC52A0; }
span { border-color: rgb(236,82,160); }
td.TdClassName
{
border-color: #EC52A0;
}
.TagClassName
{
border-color: #EC52A0;
}
</style>