Shades of Brilliant Rose #EC56AC
Tints of Brilliant Rose #EC56AC
RGB
CMYK
RGB Variations
Color information
#EC56AC (or 0xEC56AC) is known color: Brilliant Rose. HEX triplet: EC, 56 and AC. RGB value is (236,86,172). Sum of RGB (Red+Green+Blue) = 236+86+172=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC56AC is #13A953. Grayscale: #8C8C8C. Windows color (decimal): -1288532 or 11294444. OLE color: 11294444.
HSL color Cylindrical-coordinate representation of color #EC56AC: hue angle of 325.6º 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 #EC56AC is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 172 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.07 |
| HSL | 325.6º | 0.8% | 0.63% | - |
| HSV(B) | 325.6º | 0.64% | 0.93% | - |
| XYZ | 45.37 | 27.47 | 41.94 | - |
| YUV | 140.65 | 145.7 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 172 | 0 | 0.64 | 0.27 | 0.07 | 325.6 | 0.8 | 0.63 |
| Hex | EC | 56 | AC | 0 | 40 | 1B | 7 | 146 | 50 | 3F |
| Octal | 354 | 126 | 254 | 0 | 100 | 33 | 7 | 506 | 120 | 77 |
| Binary | 11101100 | 1010110 | 10101100 | 0 | 1000000 | 11011 | 111 | 101000110 | 1010000 | 111111 |
Color Harmonies of #EC56AC
Complementary color
Monochromatic Colors of #EC56AC
Black with #EC56AC
Text Example
Text Example
White with #EC56AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC56AC; }
p { color: rgb(236,86,172); }
H1.HeaderClassName
{
color: #EC56AC;
}
.AnyTagClassName
{
color: #EC56AC;
}
</style>
background-color css
<style>
a { background-color: #EC56AC; }
a { background-color: rgb(236,86,172); }
div.DivClassName
{
background-color: #EC56AC;
}
.BgClassName
{
background-color: #EC56AC;
}
</style>
border-color css
<style>
span { border-color: #EC56AC; }
span { border-color: rgb(236,86,172); }
td.TdClassName
{
border-color: #EC56AC;
}
.TagClassName
{
border-color: #EC56AC;
}
</style>