Shades of Brilliant Rose #EC5BA2
Tints of Brilliant Rose #EC5BA2
RGB
CMYK
RGB Variations
Color information
#EC5BA2 (or 0xEC5BA2) is known color: Brilliant Rose. HEX triplet: EC, 5B and A2. RGB value is (236,91,162). Sum of RGB (Red+Green+Blue) = 236+91+162=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 91 (35.94% from 255 or 18.61% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5BA2 is #13A45D. Grayscale: #8E8E8E. Windows color (decimal): -1287262 or 10640364. OLE color: 10640364.
HSL color Cylindrical-coordinate representation of color #EC5BA2: hue angle of 330.62º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5BA2 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 162 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.07 |
| HSL | 330.62º | 0.79% | 0.64% | - |
| HSV(B) | 330.62º | 0.61% | 0.93% | - |
| XYZ | 44.85 | 27.92 | 37.21 | - |
| YUV | 142.45 | 139.04 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 162 | 0 | 0.61 | 0.31 | 0.07 | 330.62 | 0.79 | 0.64 |
| Hex | EC | 5B | A2 | 0 | 3D | 1F | 7 | 14B | 4F | 40 |
| Octal | 354 | 133 | 242 | 0 | 75 | 37 | 7 | 513 | 117 | 100 |
| Binary | 11101100 | 1011011 | 10100010 | 0 | 111101 | 11111 | 111 | 101001011 | 1001111 | 1000000 |
Color Harmonies of #EC5BA2
Complementary color
Monochromatic Colors of #EC5BA2
Black with #EC5BA2
Text Example
Text Example
White with #EC5BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5BA2; }
p { color: rgb(236,91,162); }
H1.HeaderClassName
{
color: #EC5BA2;
}
.AnyTagClassName
{
color: #EC5BA2;
}
</style>
background-color css
<style>
a { background-color: #EC5BA2; }
a { background-color: rgb(236,91,162); }
div.DivClassName
{
background-color: #EC5BA2;
}
.BgClassName
{
background-color: #EC5BA2;
}
</style>
border-color css
<style>
span { border-color: #EC5BA2; }
span { border-color: rgb(236,91,162); }
td.TdClassName
{
border-color: #EC5BA2;
}
.TagClassName
{
border-color: #EC5BA2;
}
</style>