Shades of Brilliant Rose #EC52A6
Tints of Brilliant Rose #EC52A6
RGB
CMYK
RGB Variations
Color information
#EC52A6 (or 0xEC52A6) is known color: Brilliant Rose. HEX triplet: EC, 52 and A6. RGB value is (236,82,166). Sum of RGB (Red+Green+Blue) = 236+82+166=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC52A6 is #13AD59. Grayscale: #898989. Windows color (decimal): -1289562 or 10900204. OLE color: 10900204.
HSL color Cylindrical-coordinate representation of color #EC52A6: hue angle of 327.27º 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 #EC52A6 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 166 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.07 |
| HSL | 327.27º | 0.8% | 0.62% | - |
| HSV(B) | 327.27º | 0.65% | 0.93% | - |
| XYZ | 44.49 | 26.62 | 38.87 | - |
| YUV | 137.62 | 144.02 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 166 | 0 | 0.65 | 0.30 | 0.07 | 327.27 | 0.8 | 0.62 |
| Hex | EC | 52 | A6 | 0 | 41 | 1E | 7 | 147 | 50 | 3E |
| Octal | 354 | 122 | 246 | 0 | 101 | 36 | 7 | 507 | 120 | 76 |
| Binary | 11101100 | 1010010 | 10100110 | 0 | 1000001 | 11110 | 111 | 101000111 | 1010000 | 111110 |
Color Harmonies of #EC52A6
Complementary color
Monochromatic Colors of #EC52A6
Black with #EC52A6
Text Example
Text Example
White with #EC52A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52A6; }
p { color: rgb(236,82,166); }
H1.HeaderClassName
{
color: #EC52A6;
}
.AnyTagClassName
{
color: #EC52A6;
}
</style>
background-color css
<style>
a { background-color: #EC52A6; }
a { background-color: rgb(236,82,166); }
div.DivClassName
{
background-color: #EC52A6;
}
.BgClassName
{
background-color: #EC52A6;
}
</style>
border-color css
<style>
span { border-color: #EC52A6; }
span { border-color: rgb(236,82,166); }
td.TdClassName
{
border-color: #EC52A6;
}
.TagClassName
{
border-color: #EC52A6;
}
</style>