Shades of Brilliant Rose #EC5BAC
Tints of Brilliant Rose #EC5BAC
RGB
CMYK
RGB Variations
Color information
#EC5BAC (or 0xEC5BAC) is known color: Brilliant Rose. HEX triplet: EC, 5B and AC. RGB value is (236,91,172). Sum of RGB (Red+Green+Blue) = 236+91+172=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 91 (35.94% from 255 or 18.24% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5BAC is #13A453. Grayscale: #8F8F8F. Windows color (decimal): -1287252 or 11295724. OLE color: 11295724.
HSL color Cylindrical-coordinate representation of color #EC5BAC: hue angle of 326.48º 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 #EC5BAC is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 172 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.07 |
| HSL | 326.48º | 0.79% | 0.64% | - |
| HSV(B) | 326.48º | 0.61% | 0.93% | - |
| XYZ | 45.78 | 28.29 | 42.08 | - |
| YUV | 143.59 | 144.04 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 172 | 0 | 0.61 | 0.27 | 0.07 | 326.48 | 0.79 | 0.64 |
| Hex | EC | 5B | AC | 0 | 3D | 1B | 7 | 146 | 4F | 40 |
| Octal | 354 | 133 | 254 | 0 | 75 | 33 | 7 | 506 | 117 | 100 |
| Binary | 11101100 | 1011011 | 10101100 | 0 | 111101 | 11011 | 111 | 101000110 | 1001111 | 1000000 |
Color Harmonies of #EC5BAC
Complementary color
Monochromatic Colors of #EC5BAC
Black with #EC5BAC
Text Example
Text Example
White with #EC5BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5BAC; }
p { color: rgb(236,91,172); }
H1.HeaderClassName
{
color: #EC5BAC;
}
.AnyTagClassName
{
color: #EC5BAC;
}
</style>
background-color css
<style>
a { background-color: #EC5BAC; }
a { background-color: rgb(236,91,172); }
div.DivClassName
{
background-color: #EC5BAC;
}
.BgClassName
{
background-color: #EC5BAC;
}
</style>
border-color css
<style>
span { border-color: #EC5BAC; }
span { border-color: rgb(236,91,172); }
td.TdClassName
{
border-color: #EC5BAC;
}
.TagClassName
{
border-color: #EC5BAC;
}
</style>