Shades of Brilliant Rose #EC51AB
Tints of Brilliant Rose #EC51AB
RGB
CMYK
RGB Variations
Color information
#EC51AB (or 0xEC51AB) is known color: Brilliant Rose. HEX triplet: EC, 51 and AB. RGB value is (236,81,171). Sum of RGB (Red+Green+Blue) = 236+81+171=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC51AB is #13AE54. Grayscale: #898989. Windows color (decimal): -1289813 or 11227628. OLE color: 11227628.
HSL color Cylindrical-coordinate representation of color #EC51AB: hue angle of 325.16º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC51AB is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 171 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.07 |
| HSL | 325.16º | 0.8% | 0.62% | - |
| HSV(B) | 325.16º | 0.66% | 0.93% | - |
| XYZ | 44.89 | 26.66 | 41.31 | - |
| YUV | 137.61 | 146.85 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 171 | 0 | 0.66 | 0.28 | 0.07 | 325.16 | 0.8 | 0.62 |
| Hex | EC | 51 | AB | 0 | 42 | 1C | 7 | 145 | 50 | 3E |
| Octal | 354 | 121 | 253 | 0 | 102 | 34 | 7 | 505 | 120 | 76 |
| Binary | 11101100 | 1010001 | 10101011 | 0 | 1000010 | 11100 | 111 | 101000101 | 1010000 | 111110 |
Color Harmonies of #EC51AB
Complementary color
Monochromatic Colors of #EC51AB
Black with #EC51AB
Text Example
Text Example
White with #EC51AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC51AB; }
p { color: rgb(236,81,171); }
H1.HeaderClassName
{
color: #EC51AB;
}
.AnyTagClassName
{
color: #EC51AB;
}
</style>
background-color css
<style>
a { background-color: #EC51AB; }
a { background-color: rgb(236,81,171); }
div.DivClassName
{
background-color: #EC51AB;
}
.BgClassName
{
background-color: #EC51AB;
}
</style>
border-color css
<style>
span { border-color: #EC51AB; }
span { border-color: rgb(236,81,171); }
td.TdClassName
{
border-color: #EC51AB;
}
.TagClassName
{
border-color: #EC51AB;
}
</style>