Shades of Brilliant Rose #EC52AB
Tints of Brilliant Rose #EC52AB
RGB
CMYK
RGB Variations
Color information
#EC52AB (or 0xEC52AB) is known color: Brilliant Rose. HEX triplet: EC, 52 and AB. RGB value is (236,82,171). Sum of RGB (Red+Green+Blue) = 236+82+171=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC52AB is #13AD54. Grayscale: #898989. Windows color (decimal): -1289557 or 11227884. OLE color: 11227884.
HSL color Cylindrical-coordinate representation of color #EC52AB: hue angle of 325.32º 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 #EC52AB is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 171 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.07 |
| HSL | 325.32º | 0.8% | 0.62% | - |
| HSV(B) | 325.32º | 0.65% | 0.93% | - |
| XYZ | 44.96 | 26.81 | 41.33 | - |
| YUV | 138.19 | 146.52 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 171 | 0 | 0.65 | 0.28 | 0.07 | 325.32 | 0.8 | 0.62 |
| Hex | EC | 52 | AB | 0 | 41 | 1C | 7 | 145 | 50 | 3E |
| Octal | 354 | 122 | 253 | 0 | 101 | 34 | 7 | 505 | 120 | 76 |
| Binary | 11101100 | 1010010 | 10101011 | 0 | 1000001 | 11100 | 111 | 101000101 | 1010000 | 111110 |
Color Harmonies of #EC52AB
Complementary color
Monochromatic Colors of #EC52AB
Black with #EC52AB
Text Example
Text Example
White with #EC52AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52AB; }
p { color: rgb(236,82,171); }
H1.HeaderClassName
{
color: #EC52AB;
}
.AnyTagClassName
{
color: #EC52AB;
}
</style>
background-color css
<style>
a { background-color: #EC52AB; }
a { background-color: rgb(236,82,171); }
div.DivClassName
{
background-color: #EC52AB;
}
.BgClassName
{
background-color: #EC52AB;
}
</style>
border-color css
<style>
span { border-color: #EC52AB; }
span { border-color: rgb(236,82,171); }
td.TdClassName
{
border-color: #EC52AB;
}
.TagClassName
{
border-color: #EC52AB;
}
</style>