Shades of Brilliant Rose #EC56B3
Tints of Brilliant Rose #EC56B3
RGB
CMYK
RGB Variations
Color information
#EC56B3 (or 0xEC56B3) is known color: Brilliant Rose. HEX triplet: EC, 56 and B3. RGB value is (236,86,179). Sum of RGB (Red+Green+Blue) = 236+86+179=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 86 (33.98% from 255 or 17.17% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC56B3 is #13A94C. Grayscale: #8D8D8D. Windows color (decimal): -1288525 or 11753196. OLE color: 11753196.
HSL color Cylindrical-coordinate representation of color #EC56B3: hue angle of 322.8º 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 #EC56B3 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 179 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.07 |
| HSL | 322.8º | 0.8% | 0.63% | - |
| HSV(B) | 322.8º | 0.64% | 0.93% | - |
| XYZ | 46.06 | 27.74 | 45.58 | - |
| YUV | 141.45 | 149.2 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 179 | 0 | 0.64 | 0.24 | 0.07 | 322.8 | 0.8 | 0.63 |
| Hex | EC | 56 | B3 | 0 | 40 | 18 | 7 | 143 | 50 | 3F |
| Octal | 354 | 126 | 263 | 0 | 100 | 30 | 7 | 503 | 120 | 77 |
| Binary | 11101100 | 1010110 | 10110011 | 0 | 1000000 | 11000 | 111 | 101000011 | 1010000 | 111111 |
Color Harmonies of #EC56B3
Complementary color
Monochromatic Colors of #EC56B3
Black with #EC56B3
Text Example
Text Example
White with #EC56B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC56B3; }
p { color: rgb(236,86,179); }
H1.HeaderClassName
{
color: #EC56B3;
}
.AnyTagClassName
{
color: #EC56B3;
}
</style>
background-color css
<style>
a { background-color: #EC56B3; }
a { background-color: rgb(236,86,179); }
div.DivClassName
{
background-color: #EC56B3;
}
.BgClassName
{
background-color: #EC56B3;
}
</style>
border-color css
<style>
span { border-color: #EC56B3; }
span { border-color: rgb(236,86,179); }
td.TdClassName
{
border-color: #EC56B3;
}
.TagClassName
{
border-color: #EC56B3;
}
</style>