Shades of Brilliant Rose #EC56A4
Tints of Brilliant Rose #EC56A4
RGB
CMYK
RGB Variations
Color information
#EC56A4 (or 0xEC56A4) is known color: Brilliant Rose. HEX triplet: EC, 56 and A4. RGB value is (236,86,164). Sum of RGB (Red+Green+Blue) = 236+86+164=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC56A4 is #13A95B. Grayscale: #8B8B8B. Windows color (decimal): -1288540 or 10770156. OLE color: 10770156.
HSL color Cylindrical-coordinate representation of color #EC56A4: hue angle of 328.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 #EC56A4 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 164 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.07 |
| HSL | 328.8º | 0.8% | 0.63% | - |
| HSV(B) | 328.8º | 0.64% | 0.93% | - |
| XYZ | 44.62 | 27.17 | 38.01 | - |
| YUV | 139.74 | 141.7 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 164 | 0 | 0.64 | 0.31 | 0.07 | 328.8 | 0.8 | 0.63 |
| Hex | EC | 56 | A4 | 0 | 40 | 1F | 7 | 149 | 50 | 3F |
| Octal | 354 | 126 | 244 | 0 | 100 | 37 | 7 | 511 | 120 | 77 |
| Binary | 11101100 | 1010110 | 10100100 | 0 | 1000000 | 11111 | 111 | 101001001 | 1010000 | 111111 |
Color Harmonies of #EC56A4
Complementary color
Monochromatic Colors of #EC56A4
Black with #EC56A4
Text Example
Text Example
White with #EC56A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC56A4; }
p { color: rgb(236,86,164); }
H1.HeaderClassName
{
color: #EC56A4;
}
.AnyTagClassName
{
color: #EC56A4;
}
</style>
background-color css
<style>
a { background-color: #EC56A4; }
a { background-color: rgb(236,86,164); }
div.DivClassName
{
background-color: #EC56A4;
}
.BgClassName
{
background-color: #EC56A4;
}
</style>
border-color css
<style>
span { border-color: #EC56A4; }
span { border-color: rgb(236,86,164); }
td.TdClassName
{
border-color: #EC56A4;
}
.TagClassName
{
border-color: #EC56A4;
}
</style>