Shades of Brilliant Rose #EC5BAE
Tints of Brilliant Rose #EC5BAE
RGB
CMYK
RGB Variations
Color information
#EC5BAE (or 0xEC5BAE) is known color: Brilliant Rose. HEX triplet: EC, 5B and AE. RGB value is (236,91,174). Sum of RGB (Red+Green+Blue) = 236+91+174=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 91 (35.94% from 255 or 18.16% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5BAE is #13A451. Grayscale: #8F8F8F. Windows color (decimal): -1287250 or 11426796. OLE color: 11426796.
HSL color Cylindrical-coordinate representation of color #EC5BAE: hue angle of 325.66º 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 #EC5BAE is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 174 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.07 |
| HSL | 325.66º | 0.79% | 0.64% | - |
| HSV(B) | 325.66º | 0.61% | 0.93% | - |
| XYZ | 45.97 | 28.37 | 43.1 | - |
| YUV | 143.82 | 145.04 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 174 | 0 | 0.61 | 0.26 | 0.07 | 325.66 | 0.79 | 0.64 |
| Hex | EC | 5B | AE | 0 | 3D | 1A | 7 | 146 | 4F | 40 |
| Octal | 354 | 133 | 256 | 0 | 75 | 32 | 7 | 506 | 117 | 100 |
| Binary | 11101100 | 1011011 | 10101110 | 0 | 111101 | 11010 | 111 | 101000110 | 1001111 | 1000000 |
Color Harmonies of #EC5BAE
Complementary color
Monochromatic Colors of #EC5BAE
Black with #EC5BAE
Text Example
Text Example
White with #EC5BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5BAE; }
p { color: rgb(236,91,174); }
H1.HeaderClassName
{
color: #EC5BAE;
}
.AnyTagClassName
{
color: #EC5BAE;
}
</style>
background-color css
<style>
a { background-color: #EC5BAE; }
a { background-color: rgb(236,91,174); }
div.DivClassName
{
background-color: #EC5BAE;
}
.BgClassName
{
background-color: #EC5BAE;
}
</style>
border-color css
<style>
span { border-color: #EC5BAE; }
span { border-color: rgb(236,91,174); }
td.TdClassName
{
border-color: #EC5BAE;
}
.TagClassName
{
border-color: #EC5BAE;
}
</style>