Shades of Brilliant Rose #EC52A4
Tints of Brilliant Rose #EC52A4
RGB
CMYK
RGB Variations
Color information
#EC52A4 (or 0xEC52A4) is known color: Brilliant Rose. HEX triplet: EC, 52 and A4. RGB value is (236,82,164). Sum of RGB (Red+Green+Blue) = 236+82+164=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC52A4 is #13AD5B. Grayscale: #898989. Windows color (decimal): -1289564 or 10769132. OLE color: 10769132.
HSL color Cylindrical-coordinate representation of color #EC52A4: hue angle of 328.05º 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 #EC52A4 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 164 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.07 |
| HSL | 328.05º | 0.8% | 0.62% | - |
| HSV(B) | 328.05º | 0.65% | 0.93% | - |
| XYZ | 44.31 | 26.55 | 37.91 | - |
| YUV | 137.39 | 143.02 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 164 | 0 | 0.65 | 0.31 | 0.07 | 328.05 | 0.8 | 0.62 |
| Hex | EC | 52 | A4 | 0 | 41 | 1F | 7 | 148 | 50 | 3E |
| Octal | 354 | 122 | 244 | 0 | 101 | 37 | 7 | 510 | 120 | 76 |
| Binary | 11101100 | 1010010 | 10100100 | 0 | 1000001 | 11111 | 111 | 101001000 | 1010000 | 111110 |
Color Harmonies of #EC52A4
Complementary color
Monochromatic Colors of #EC52A4
Black with #EC52A4
Text Example
Text Example
White with #EC52A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52A4; }
p { color: rgb(236,82,164); }
H1.HeaderClassName
{
color: #EC52A4;
}
.AnyTagClassName
{
color: #EC52A4;
}
</style>
background-color css
<style>
a { background-color: #EC52A4; }
a { background-color: rgb(236,82,164); }
div.DivClassName
{
background-color: #EC52A4;
}
.BgClassName
{
background-color: #EC52A4;
}
</style>
border-color css
<style>
span { border-color: #EC52A4; }
span { border-color: rgb(236,82,164); }
td.TdClassName
{
border-color: #EC52A4;
}
.TagClassName
{
border-color: #EC52A4;
}
</style>