Shades of Brilliant Rose #EC52AE
Tints of Brilliant Rose #EC52AE
RGB
CMYK
RGB Variations
Color information
#EC52AE (or 0xEC52AE) is known color: Brilliant Rose. HEX triplet: EC, 52 and AE. RGB value is (236,82,174). Sum of RGB (Red+Green+Blue) = 236+82+174=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC52AE is #13AD51. Grayscale: #8A8A8A. Windows color (decimal): -1289554 or 11424492. OLE color: 11424492.
HSL color Cylindrical-coordinate representation of color #EC52AE: hue angle of 324.16º 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 #EC52AE is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 174 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.07 |
| HSL | 324.16º | 0.8% | 0.62% | - |
| HSV(B) | 324.16º | 0.65% | 0.93% | - |
| XYZ | 45.25 | 26.92 | 42.86 | - |
| YUV | 138.53 | 148.02 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 174 | 0 | 0.65 | 0.26 | 0.07 | 324.16 | 0.8 | 0.62 |
| Hex | EC | 52 | AE | 0 | 41 | 1A | 7 | 144 | 50 | 3E |
| Octal | 354 | 122 | 256 | 0 | 101 | 32 | 7 | 504 | 120 | 76 |
| Binary | 11101100 | 1010010 | 10101110 | 0 | 1000001 | 11010 | 111 | 101000100 | 1010000 | 111110 |
Color Harmonies of #EC52AE
Complementary color
Monochromatic Colors of #EC52AE
Black with #EC52AE
Text Example
Text Example
White with #EC52AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52AE; }
p { color: rgb(236,82,174); }
H1.HeaderClassName
{
color: #EC52AE;
}
.AnyTagClassName
{
color: #EC52AE;
}
</style>
background-color css
<style>
a { background-color: #EC52AE; }
a { background-color: rgb(236,82,174); }
div.DivClassName
{
background-color: #EC52AE;
}
.BgClassName
{
background-color: #EC52AE;
}
</style>
border-color css
<style>
span { border-color: #EC52AE; }
span { border-color: rgb(236,82,174); }
td.TdClassName
{
border-color: #EC52AE;
}
.TagClassName
{
border-color: #EC52AE;
}
</style>