Shades of Brilliant Rose #EC5E99
Tints of Brilliant Rose #EC5E99
RGB
CMYK
RGB Variations
Color information
#EC5E99 (or 0xEC5E99) is known color: Brilliant Rose. HEX triplet: EC, 5E and 99. RGB value is (236,94,153). Sum of RGB (Red+Green+Blue) = 236+94+153=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5E99 is #13A166. Grayscale: #8F8F8F. Windows color (decimal): -1286503 or 10051308. OLE color: 10051308.
HSL color Cylindrical-coordinate representation of color #EC5E99: hue angle of 335.07º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5E99 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 153 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.07 |
| HSL | 335.07º | 0.79% | 0.65% | - |
| HSV(B) | 335.07º | 0.6% | 0.93% | - |
| XYZ | 44.34 | 28.14 | 33.23 | - |
| YUV | 143.18 | 133.54 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 153 | 0 | 0.60 | 0.35 | 0.07 | 335.07 | 0.79 | 0.65 |
| Hex | EC | 5E | 99 | 0 | 3C | 23 | 7 | 14F | 4F | 41 |
| Octal | 354 | 136 | 231 | 0 | 74 | 43 | 7 | 517 | 117 | 101 |
| Binary | 11101100 | 1011110 | 10011001 | 0 | 111100 | 100011 | 111 | 101001111 | 1001111 | 1000001 |
Color Harmonies of #EC5E99
Complementary color
Monochromatic Colors of #EC5E99
Black with #EC5E99
Text Example
Text Example
White with #EC5E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5E99; }
p { color: rgb(236,94,153); }
H1.HeaderClassName
{
color: #EC5E99;
}
.AnyTagClassName
{
color: #EC5E99;
}
</style>
background-color css
<style>
a { background-color: #EC5E99; }
a { background-color: rgb(236,94,153); }
div.DivClassName
{
background-color: #EC5E99;
}
.BgClassName
{
background-color: #EC5E99;
}
</style>
border-color css
<style>
span { border-color: #EC5E99; }
span { border-color: rgb(236,94,153); }
td.TdClassName
{
border-color: #EC5E99;
}
.TagClassName
{
border-color: #EC5E99;
}
</style>