Shades of Brilliant Rose #EC56A8
Tints of Brilliant Rose #EC56A8
RGB
CMYK
RGB Variations
Color information
#EC56A8 (or 0xEC56A8) is known color: Brilliant Rose. HEX triplet: EC, 56 and A8. RGB value is (236,86,168). Sum of RGB (Red+Green+Blue) = 236+86+168=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC56A8 is #13A957. Grayscale: #8C8C8C. Windows color (decimal): -1288536 or 11032300. OLE color: 11032300.
HSL color Cylindrical-coordinate representation of color #EC56A8: hue angle of 327.2º 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 #EC56A8 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 168 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.07 |
| HSL | 327.2º | 0.8% | 0.63% | - |
| HSV(B) | 327.2º | 0.64% | 0.93% | - |
| XYZ | 44.99 | 27.32 | 39.95 | - |
| YUV | 140.2 | 143.7 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 168 | 0 | 0.64 | 0.29 | 0.07 | 327.2 | 0.8 | 0.63 |
| Hex | EC | 56 | A8 | 0 | 40 | 1D | 7 | 147 | 50 | 3F |
| Octal | 354 | 126 | 250 | 0 | 100 | 35 | 7 | 507 | 120 | 77 |
| Binary | 11101100 | 1010110 | 10101000 | 0 | 1000000 | 11101 | 111 | 101000111 | 1010000 | 111111 |
Color Harmonies of #EC56A8
Complementary color
Monochromatic Colors of #EC56A8
Black with #EC56A8
Text Example
Text Example
White with #EC56A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC56A8; }
p { color: rgb(236,86,168); }
H1.HeaderClassName
{
color: #EC56A8;
}
.AnyTagClassName
{
color: #EC56A8;
}
</style>
background-color css
<style>
a { background-color: #EC56A8; }
a { background-color: rgb(236,86,168); }
div.DivClassName
{
background-color: #EC56A8;
}
.BgClassName
{
background-color: #EC56A8;
}
</style>
border-color css
<style>
span { border-color: #EC56A8; }
span { border-color: rgb(236,86,168); }
td.TdClassName
{
border-color: #EC56A8;
}
.TagClassName
{
border-color: #EC56A8;
}
</style>