Shades of Brilliant Rose #EC549E
Tints of Brilliant Rose #EC549E
RGB
CMYK
RGB Variations
Color information
#EC549E (or 0xEC549E) is known color: Brilliant Rose. HEX triplet: EC, 54 and 9E. RGB value is (236,84,158). Sum of RGB (Red+Green+Blue) = 236+84+158=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC549E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC549E is #13AB61. Grayscale: #898989. Windows color (decimal): -1289058 or 10376428. OLE color: 10376428.
HSL color Cylindrical-coordinate representation of color #EC549E: hue angle of 330.79º 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 #EC549E is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 158 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.07 |
| HSL | 330.79º | 0.8% | 0.63% | - |
| HSV(B) | 330.79º | 0.64% | 0.93% | - |
| XYZ | 43.93 | 26.64 | 35.17 | - |
| YUV | 137.88 | 139.36 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 158 | 0 | 0.64 | 0.33 | 0.07 | 330.79 | 0.8 | 0.63 |
| Hex | EC | 54 | 9E | 0 | 40 | 21 | 7 | 14B | 50 | 3F |
| Octal | 354 | 124 | 236 | 0 | 100 | 41 | 7 | 513 | 120 | 77 |
| Binary | 11101100 | 1010100 | 10011110 | 0 | 1000000 | 100001 | 111 | 101001011 | 1010000 | 111111 |
Color Harmonies of #EC549E
Complementary color
Monochromatic Colors of #EC549E
Black with #EC549E
Text Example
Text Example
White with #EC549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC549E; }
p { color: rgb(236,84,158); }
H1.HeaderClassName
{
color: #EC549E;
}
.AnyTagClassName
{
color: #EC549E;
}
</style>
background-color css
<style>
a { background-color: #EC549E; }
a { background-color: rgb(236,84,158); }
div.DivClassName
{
background-color: #EC549E;
}
.BgClassName
{
background-color: #EC549E;
}
</style>
border-color css
<style>
span { border-color: #EC549E; }
span { border-color: rgb(236,84,158); }
td.TdClassName
{
border-color: #EC549E;
}
.TagClassName
{
border-color: #EC549E;
}
</style>