Shades of Brilliant Rose #EC529A
Tints of Brilliant Rose #EC529A
RGB
CMYK
RGB Variations
Color information
#EC529A (or 0xEC529A) is known color: Brilliant Rose. HEX triplet: EC, 52 and 9A. RGB value is (236,82,154). Sum of RGB (Red+Green+Blue) = 236+82+154=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC529A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC529A is #13AD65. Grayscale: #888888. Windows color (decimal): -1289574 or 10113772. OLE color: 10113772.
HSL color Cylindrical-coordinate representation of color #EC529A: hue angle of 331.95º 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 #EC529A is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 154 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.07 |
| HSL | 331.95º | 0.8% | 0.62% | - |
| HSV(B) | 331.95º | 0.65% | 0.93% | - |
| XYZ | 43.44 | 26.2 | 33.34 | - |
| YUV | 136.25 | 138.02 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 154 | 0 | 0.65 | 0.35 | 0.07 | 331.95 | 0.8 | 0.62 |
| Hex | EC | 52 | 9A | 0 | 41 | 23 | 7 | 14C | 50 | 3E |
| Octal | 354 | 122 | 232 | 0 | 101 | 43 | 7 | 514 | 120 | 76 |
| Binary | 11101100 | 1010010 | 10011010 | 0 | 1000001 | 100011 | 111 | 101001100 | 1010000 | 111110 |
Color Harmonies of #EC529A
Complementary color
Monochromatic Colors of #EC529A
Black with #EC529A
Text Example
Text Example
White with #EC529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC529A; }
p { color: rgb(236,82,154); }
H1.HeaderClassName
{
color: #EC529A;
}
.AnyTagClassName
{
color: #EC529A;
}
</style>
background-color css
<style>
a { background-color: #EC529A; }
a { background-color: rgb(236,82,154); }
div.DivClassName
{
background-color: #EC529A;
}
.BgClassName
{
background-color: #EC529A;
}
</style>
border-color css
<style>
span { border-color: #EC529A; }
span { border-color: rgb(236,82,154); }
td.TdClassName
{
border-color: #EC529A;
}
.TagClassName
{
border-color: #EC529A;
}
</style>