Shades of Brilliant Rose #EC55A2
Tints of Brilliant Rose #EC55A2
RGB
CMYK
RGB Variations
Color information
#EC55A2 (or 0xEC55A2) is known color: Brilliant Rose. HEX triplet: EC, 55 and A2. RGB value is (236,85,162). Sum of RGB (Red+Green+Blue) = 236+85+162=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 162 (63.67% from 255 or 33.54% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC55A2 is #13AA5D. Grayscale: #8A8A8A. Windows color (decimal): -1288798 or 10638828. OLE color: 10638828.
HSL color Cylindrical-coordinate representation of color #EC55A2: hue angle of 329.4º 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 #EC55A2 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 162 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.07 |
| HSL | 329.4º | 0.8% | 0.63% | - |
| HSV(B) | 329.4º | 0.64% | 0.93% | - |
| XYZ | 44.36 | 26.94 | 37.04 | - |
| YUV | 138.93 | 141.03 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 162 | 0 | 0.64 | 0.31 | 0.07 | 329.4 | 0.8 | 0.63 |
| Hex | EC | 55 | A2 | 0 | 40 | 1F | 7 | 149 | 50 | 3F |
| Octal | 354 | 125 | 242 | 0 | 100 | 37 | 7 | 511 | 120 | 77 |
| Binary | 11101100 | 1010101 | 10100010 | 0 | 1000000 | 11111 | 111 | 101001001 | 1010000 | 111111 |
Color Harmonies of #EC55A2
Complementary color
Monochromatic Colors of #EC55A2
Black with #EC55A2
Text Example
Text Example
White with #EC55A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC55A2; }
p { color: rgb(236,85,162); }
H1.HeaderClassName
{
color: #EC55A2;
}
.AnyTagClassName
{
color: #EC55A2;
}
</style>
background-color css
<style>
a { background-color: #EC55A2; }
a { background-color: rgb(236,85,162); }
div.DivClassName
{
background-color: #EC55A2;
}
.BgClassName
{
background-color: #EC55A2;
}
</style>
border-color css
<style>
span { border-color: #EC55A2; }
span { border-color: rgb(236,85,162); }
td.TdClassName
{
border-color: #EC55A2;
}
.TagClassName
{
border-color: #EC55A2;
}
</style>