Shades of Brilliant Rose #EC5BAB
Tints of Brilliant Rose #EC5BAB
RGB
CMYK
RGB Variations
Color information
#EC5BAB (or 0xEC5BAB) is known color: Brilliant Rose. HEX triplet: EC, 5B and AB. RGB value is (236,91,171). Sum of RGB (Red+Green+Blue) = 236+91+171=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 91 (35.94% from 255 or 18.27% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5BAB is #13A454. Grayscale: #8F8F8F. Windows color (decimal): -1287253 or 11230188. OLE color: 11230188.
HSL color Cylindrical-coordinate representation of color #EC5BAB: hue angle of 326.9º 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 #EC5BAB is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 171 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.07 |
| HSL | 326.9º | 0.79% | 0.64% | - |
| HSV(B) | 326.9º | 0.61% | 0.93% | - |
| XYZ | 45.68 | 28.26 | 41.57 | - |
| YUV | 143.48 | 143.54 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 171 | 0 | 0.61 | 0.28 | 0.07 | 326.9 | 0.79 | 0.64 |
| Hex | EC | 5B | AB | 0 | 3D | 1C | 7 | 147 | 4F | 40 |
| Octal | 354 | 133 | 253 | 0 | 75 | 34 | 7 | 507 | 117 | 100 |
| Binary | 11101100 | 1011011 | 10101011 | 0 | 111101 | 11100 | 111 | 101000111 | 1001111 | 1000000 |
Color Harmonies of #EC5BAB
Complementary color
Monochromatic Colors of #EC5BAB
Black with #EC5BAB
Text Example
Text Example
White with #EC5BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5BAB; }
p { color: rgb(236,91,171); }
H1.HeaderClassName
{
color: #EC5BAB;
}
.AnyTagClassName
{
color: #EC5BAB;
}
</style>
background-color css
<style>
a { background-color: #EC5BAB; }
a { background-color: rgb(236,91,171); }
div.DivClassName
{
background-color: #EC5BAB;
}
.BgClassName
{
background-color: #EC5BAB;
}
</style>
border-color css
<style>
span { border-color: #EC5BAB; }
span { border-color: rgb(236,91,171); }
td.TdClassName
{
border-color: #EC5BAB;
}
.TagClassName
{
border-color: #EC5BAB;
}
</style>