Shades of Brilliant Rose #EC5BA8
Tints of Brilliant Rose #EC5BA8
RGB
CMYK
RGB Variations
Color information
#EC5BA8 (or 0xEC5BA8) is known color: Brilliant Rose. HEX triplet: EC, 5B and A8. RGB value is (236,91,168). Sum of RGB (Red+Green+Blue) = 236+91+168=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5BA8 is #13A457. Grayscale: #8E8E8E. Windows color (decimal): -1287256 or 11033580. OLE color: 11033580.
HSL color Cylindrical-coordinate representation of color #EC5BA8: hue angle of 328.14º 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 #EC5BA8 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 168 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.07 |
| HSL | 328.14º | 0.79% | 0.64% | - |
| HSV(B) | 328.14º | 0.61% | 0.93% | - |
| XYZ | 45.4 | 28.14 | 40.08 | - |
| YUV | 143.13 | 142.04 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 168 | 0 | 0.61 | 0.29 | 0.07 | 328.14 | 0.79 | 0.64 |
| Hex | EC | 5B | A8 | 0 | 3D | 1D | 7 | 148 | 4F | 40 |
| Octal | 354 | 133 | 250 | 0 | 75 | 35 | 7 | 510 | 117 | 100 |
| Binary | 11101100 | 1011011 | 10101000 | 0 | 111101 | 11101 | 111 | 101001000 | 1001111 | 1000000 |
Color Harmonies of #EC5BA8
Complementary color
Monochromatic Colors of #EC5BA8
Black with #EC5BA8
Text Example
Text Example
White with #EC5BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5BA8; }
p { color: rgb(236,91,168); }
H1.HeaderClassName
{
color: #EC5BA8;
}
.AnyTagClassName
{
color: #EC5BA8;
}
</style>
background-color css
<style>
a { background-color: #EC5BA8; }
a { background-color: rgb(236,91,168); }
div.DivClassName
{
background-color: #EC5BA8;
}
.BgClassName
{
background-color: #EC5BA8;
}
</style>
border-color css
<style>
span { border-color: #EC5BA8; }
span { border-color: rgb(236,91,168); }
td.TdClassName
{
border-color: #EC5BA8;
}
.TagClassName
{
border-color: #EC5BA8;
}
</style>