Shades of Brilliant Rose #EC54A7
Tints of Brilliant Rose #EC54A7
RGB
CMYK
RGB Variations
Color information
#EC54A7 (or 0xEC54A7) is known color: Brilliant Rose. HEX triplet: EC, 54 and A7. RGB value is (236,84,167). Sum of RGB (Red+Green+Blue) = 236+84+167=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 167 (65.62% from 255 or 34.29% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC54A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC54A7 is #13AB58. Grayscale: #8A8A8A. Windows color (decimal): -1289049 or 10966252. OLE color: 10966252.
HSL color Cylindrical-coordinate representation of color #EC54A7: hue angle of 327.24º 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 #EC54A7 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 167 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.07 |
| HSL | 327.24º | 0.8% | 0.63% | - |
| HSV(B) | 327.24º | 0.64% | 0.93% | - |
| XYZ | 44.74 | 26.96 | 39.41 | - |
| YUV | 138.91 | 143.86 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 167 | 0 | 0.64 | 0.29 | 0.07 | 327.24 | 0.8 | 0.63 |
| Hex | EC | 54 | A7 | 0 | 40 | 1D | 7 | 147 | 50 | 3F |
| Octal | 354 | 124 | 247 | 0 | 100 | 35 | 7 | 507 | 120 | 77 |
| Binary | 11101100 | 1010100 | 10100111 | 0 | 1000000 | 11101 | 111 | 101000111 | 1010000 | 111111 |
Color Harmonies of #EC54A7
Complementary color
Monochromatic Colors of #EC54A7
Black with #EC54A7
Text Example
Text Example
White with #EC54A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC54A7; }
p { color: rgb(236,84,167); }
H1.HeaderClassName
{
color: #EC54A7;
}
.AnyTagClassName
{
color: #EC54A7;
}
</style>
background-color css
<style>
a { background-color: #EC54A7; }
a { background-color: rgb(236,84,167); }
div.DivClassName
{
background-color: #EC54A7;
}
.BgClassName
{
background-color: #EC54A7;
}
</style>
border-color css
<style>
span { border-color: #EC54A7; }
span { border-color: rgb(236,84,167); }
td.TdClassName
{
border-color: #EC54A7;
}
.TagClassName
{
border-color: #EC54A7;
}
</style>