Shades of Brilliant Rose #EC54A8
Tints of Brilliant Rose #EC54A8
RGB
CMYK
RGB Variations
Color information
#EC54A8 (or 0xEC54A8) is known color: Brilliant Rose. HEX triplet: EC, 54 and A8. RGB value is (236,84,168). Sum of RGB (Red+Green+Blue) = 236+84+168=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC54A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC54A8 is #13AB57. Grayscale: #8A8A8A. Windows color (decimal): -1289048 or 11031788. OLE color: 11031788.
HSL color Cylindrical-coordinate representation of color #EC54A8: hue angle of 326.84º 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 #EC54A8 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 168 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.07 |
| HSL | 326.84º | 0.8% | 0.63% | - |
| HSV(B) | 326.84º | 0.64% | 0.93% | - |
| XYZ | 44.83 | 27 | 39.89 | - |
| YUV | 139.02 | 144.36 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 168 | 0 | 0.64 | 0.29 | 0.07 | 326.84 | 0.8 | 0.63 |
| Hex | EC | 54 | A8 | 0 | 40 | 1D | 7 | 147 | 50 | 3F |
| Octal | 354 | 124 | 250 | 0 | 100 | 35 | 7 | 507 | 120 | 77 |
| Binary | 11101100 | 1010100 | 10101000 | 0 | 1000000 | 11101 | 111 | 101000111 | 1010000 | 111111 |
Color Harmonies of #EC54A8
Complementary color
Monochromatic Colors of #EC54A8
Black with #EC54A8
Text Example
Text Example
White with #EC54A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC54A8; }
p { color: rgb(236,84,168); }
H1.HeaderClassName
{
color: #EC54A8;
}
.AnyTagClassName
{
color: #EC54A8;
}
</style>
background-color css
<style>
a { background-color: #EC54A8; }
a { background-color: rgb(236,84,168); }
div.DivClassName
{
background-color: #EC54A8;
}
.BgClassName
{
background-color: #EC54A8;
}
</style>
border-color css
<style>
span { border-color: #EC54A8; }
span { border-color: rgb(236,84,168); }
td.TdClassName
{
border-color: #EC54A8;
}
.TagClassName
{
border-color: #EC54A8;
}
</style>