Shades of Brilliant Rose #EC56B0
Tints of Brilliant Rose #EC56B0
RGB
CMYK
RGB Variations
Color information
#EC56B0 (or 0xEC56B0) is known color: Brilliant Rose. HEX triplet: EC, 56 and B0. RGB value is (236,86,176). Sum of RGB (Red+Green+Blue) = 236+86+176=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 86 (33.98% from 255 or 17.27% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC56B0 is #13A94F. Grayscale: #8C8C8C. Windows color (decimal): -1288528 or 11556588. OLE color: 11556588.
HSL color Cylindrical-coordinate representation of color #EC56B0: hue angle of 324º 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 #EC56B0 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 176 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.07 |
| HSL | 324º | 0.8% | 0.63% | - |
| HSV(B) | 324º | 0.64% | 0.93% | - |
| XYZ | 45.76 | 27.62 | 43.99 | - |
| YUV | 141.11 | 147.7 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 176 | 0 | 0.64 | 0.25 | 0.07 | 324 | 0.8 | 0.63 |
| Hex | EC | 56 | B0 | 0 | 40 | 19 | 7 | 144 | 50 | 3F |
| Octal | 354 | 126 | 260 | 0 | 100 | 31 | 7 | 504 | 120 | 77 |
| Binary | 11101100 | 1010110 | 10110000 | 0 | 1000000 | 11001 | 111 | 101000100 | 1010000 | 111111 |
Color Harmonies of #EC56B0
Complementary color
Monochromatic Colors of #EC56B0
Black with #EC56B0
Text Example
Text Example
White with #EC56B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC56B0; }
p { color: rgb(236,86,176); }
H1.HeaderClassName
{
color: #EC56B0;
}
.AnyTagClassName
{
color: #EC56B0;
}
</style>
background-color css
<style>
a { background-color: #EC56B0; }
a { background-color: rgb(236,86,176); }
div.DivClassName
{
background-color: #EC56B0;
}
.BgClassName
{
background-color: #EC56B0;
}
</style>
border-color css
<style>
span { border-color: #EC56B0; }
span { border-color: rgb(236,86,176); }
td.TdClassName
{
border-color: #EC56B0;
}
.TagClassName
{
border-color: #EC56B0;
}
</style>