Shades of Brilliant Rose #EC55AB
Tints of Brilliant Rose #EC55AB
RGB
CMYK
RGB Variations
Color information
#EC55AB (or 0xEC55AB) is known color: Brilliant Rose. HEX triplet: EC, 55 and AB. RGB value is (236,85,171). Sum of RGB (Red+Green+Blue) = 236+85+171=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC55AB is #13AA54. Grayscale: #8B8B8B. Windows color (decimal): -1288789 or 11228652. OLE color: 11228652.
HSL color Cylindrical-coordinate representation of color #EC55AB: hue angle of 325.83º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC55AB is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 171 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.07 |
| HSL | 325.83º | 0.8% | 0.63% | - |
| HSV(B) | 325.83º | 0.64% | 0.93% | - |
| XYZ | 45.19 | 27.27 | 41.41 | - |
| YUV | 139.95 | 145.53 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 171 | 0 | 0.64 | 0.28 | 0.07 | 325.83 | 0.8 | 0.63 |
| Hex | EC | 55 | AB | 0 | 40 | 1C | 7 | 146 | 50 | 3F |
| Octal | 354 | 125 | 253 | 0 | 100 | 34 | 7 | 506 | 120 | 77 |
| Binary | 11101100 | 1010101 | 10101011 | 0 | 1000000 | 11100 | 111 | 101000110 | 1010000 | 111111 |
Color Harmonies of #EC55AB
Complementary color
Monochromatic Colors of #EC55AB
Black with #EC55AB
Text Example
Text Example
White with #EC55AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC55AB; }
p { color: rgb(236,85,171); }
H1.HeaderClassName
{
color: #EC55AB;
}
.AnyTagClassName
{
color: #EC55AB;
}
</style>
background-color css
<style>
a { background-color: #EC55AB; }
a { background-color: rgb(236,85,171); }
div.DivClassName
{
background-color: #EC55AB;
}
.BgClassName
{
background-color: #EC55AB;
}
</style>
border-color css
<style>
span { border-color: #EC55AB; }
span { border-color: rgb(236,85,171); }
td.TdClassName
{
border-color: #EC55AB;
}
.TagClassName
{
border-color: #EC55AB;
}
</style>