Shades of Brilliant Rose #EC52B3
Tints of Brilliant Rose #EC52B3
RGB
CMYK
RGB Variations
Color information
#EC52B3 (or 0xEC52B3) is known color: Brilliant Rose. HEX triplet: EC, 52 and B3. RGB value is (236,82,179). Sum of RGB (Red+Green+Blue) = 236+82+179=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC52B3 is #13AD4C. Grayscale: #8A8A8A. Windows color (decimal): -1289549 or 11752172. OLE color: 11752172.
HSL color Cylindrical-coordinate representation of color #EC52B3: hue angle of 322.21º 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 #EC52B3 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 179 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.07 |
| HSL | 322.21º | 0.8% | 0.62% | - |
| HSV(B) | 322.21º | 0.65% | 0.93% | - |
| XYZ | 45.75 | 27.12 | 45.47 | - |
| YUV | 139.1 | 150.52 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 179 | 0 | 0.65 | 0.24 | 0.07 | 322.21 | 0.8 | 0.62 |
| Hex | EC | 52 | B3 | 0 | 41 | 18 | 7 | 142 | 50 | 3E |
| Octal | 354 | 122 | 263 | 0 | 101 | 30 | 7 | 502 | 120 | 76 |
| Binary | 11101100 | 1010010 | 10110011 | 0 | 1000001 | 11000 | 111 | 101000010 | 1010000 | 111110 |
Color Harmonies of #EC52B3
Complementary color
Monochromatic Colors of #EC52B3
Black with #EC52B3
Text Example
Text Example
White with #EC52B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52B3; }
p { color: rgb(236,82,179); }
H1.HeaderClassName
{
color: #EC52B3;
}
.AnyTagClassName
{
color: #EC52B3;
}
</style>
background-color css
<style>
a { background-color: #EC52B3; }
a { background-color: rgb(236,82,179); }
div.DivClassName
{
background-color: #EC52B3;
}
.BgClassName
{
background-color: #EC52B3;
}
</style>
border-color css
<style>
span { border-color: #EC52B3; }
span { border-color: rgb(236,82,179); }
td.TdClassName
{
border-color: #EC52B3;
}
.TagClassName
{
border-color: #EC52B3;
}
</style>