Shades of Brilliant Rose #EC5E9E
Tints of Brilliant Rose #EC5E9E
RGB
CMYK
RGB Variations
Color information
#EC5E9E (or 0xEC5E9E) is known color: Brilliant Rose. HEX triplet: EC, 5E and 9E. RGB value is (236,94,158). Sum of RGB (Red+Green+Blue) = 236+94+158=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5E9E is #13A161. Grayscale: #8F8F8F. Windows color (decimal): -1286498 or 10378988. OLE color: 10378988.
HSL color Cylindrical-coordinate representation of color #EC5E9E: hue angle of 332.96º 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 #EC5E9E is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 158 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.07 |
| HSL | 332.96º | 0.79% | 0.65% | - |
| HSV(B) | 332.96º | 0.6% | 0.93% | - |
| XYZ | 44.77 | 28.31 | 35.45 | - |
| YUV | 143.75 | 136.04 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 158 | 0 | 0.60 | 0.33 | 0.07 | 332.96 | 0.79 | 0.65 |
| Hex | EC | 5E | 9E | 0 | 3C | 21 | 7 | 14D | 4F | 41 |
| Octal | 354 | 136 | 236 | 0 | 74 | 41 | 7 | 515 | 117 | 101 |
| Binary | 11101100 | 1011110 | 10011110 | 0 | 111100 | 100001 | 111 | 101001101 | 1001111 | 1000001 |
Color Harmonies of #EC5E9E
Complementary color
Monochromatic Colors of #EC5E9E
Black with #EC5E9E
Text Example
Text Example
White with #EC5E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5E9E; }
p { color: rgb(236,94,158); }
H1.HeaderClassName
{
color: #EC5E9E;
}
.AnyTagClassName
{
color: #EC5E9E;
}
</style>
background-color css
<style>
a { background-color: #EC5E9E; }
a { background-color: rgb(236,94,158); }
div.DivClassName
{
background-color: #EC5E9E;
}
.BgClassName
{
background-color: #EC5E9E;
}
</style>
border-color css
<style>
span { border-color: #EC5E9E; }
span { border-color: rgb(236,94,158); }
td.TdClassName
{
border-color: #EC5E9E;
}
.TagClassName
{
border-color: #EC5E9E;
}
</style>