Shades of Brilliant Rose #EC52AC
Tints of Brilliant Rose #EC52AC
RGB
CMYK
RGB Variations
Color information
#EC52AC (or 0xEC52AC) is known color: Brilliant Rose. HEX triplet: EC, 52 and AC. RGB value is (236,82,172). Sum of RGB (Red+Green+Blue) = 236+82+172=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC52AC is #13AD53. Grayscale: #8A8A8A. Windows color (decimal): -1289556 or 11293420. OLE color: 11293420.
HSL color Cylindrical-coordinate representation of color #EC52AC: hue angle of 324.94º 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 #EC52AC is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 172 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.07 |
| HSL | 324.94º | 0.8% | 0.62% | - |
| HSV(B) | 324.94º | 0.65% | 0.93% | - |
| XYZ | 45.06 | 26.85 | 41.84 | - |
| YUV | 138.31 | 147.02 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 172 | 0 | 0.65 | 0.27 | 0.07 | 324.94 | 0.8 | 0.62 |
| Hex | EC | 52 | AC | 0 | 41 | 1B | 7 | 145 | 50 | 3E |
| Octal | 354 | 122 | 254 | 0 | 101 | 33 | 7 | 505 | 120 | 76 |
| Binary | 11101100 | 1010010 | 10101100 | 0 | 1000001 | 11011 | 111 | 101000101 | 1010000 | 111110 |
Color Harmonies of #EC52AC
Complementary color
Monochromatic Colors of #EC52AC
Black with #EC52AC
Text Example
Text Example
White with #EC52AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52AC; }
p { color: rgb(236,82,172); }
H1.HeaderClassName
{
color: #EC52AC;
}
.AnyTagClassName
{
color: #EC52AC;
}
</style>
background-color css
<style>
a { background-color: #EC52AC; }
a { background-color: rgb(236,82,172); }
div.DivClassName
{
background-color: #EC52AC;
}
.BgClassName
{
background-color: #EC52AC;
}
</style>
border-color css
<style>
span { border-color: #EC52AC; }
span { border-color: rgb(236,82,172); }
td.TdClassName
{
border-color: #EC52AC;
}
.TagClassName
{
border-color: #EC52AC;
}
</style>