Shades of Brilliant Rose #EC5E9A
Tints of Brilliant Rose #EC5E9A
RGB
CMYK
RGB Variations
Color information
#EC5E9A (or 0xEC5E9A) is known color: Brilliant Rose. HEX triplet: EC, 5E and 9A. RGB value is (236,94,154). Sum of RGB (Red+Green+Blue) = 236+94+154=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5E9A is #13A165. Grayscale: #8F8F8F. Windows color (decimal): -1286502 or 10116844. OLE color: 10116844.
HSL color Cylindrical-coordinate representation of color #EC5E9A: hue angle of 334.65º 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 #EC5E9A is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 154 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.07 |
| HSL | 334.65º | 0.79% | 0.65% | - |
| HSV(B) | 334.65º | 0.6% | 0.93% | - |
| XYZ | 44.43 | 28.17 | 33.67 | - |
| YUV | 143.3 | 134.04 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 154 | 0 | 0.60 | 0.35 | 0.07 | 334.65 | 0.79 | 0.65 |
| Hex | EC | 5E | 9A | 0 | 3C | 23 | 7 | 14F | 4F | 41 |
| Octal | 354 | 136 | 232 | 0 | 74 | 43 | 7 | 517 | 117 | 101 |
| Binary | 11101100 | 1011110 | 10011010 | 0 | 111100 | 100011 | 111 | 101001111 | 1001111 | 1000001 |
Color Harmonies of #EC5E9A
Complementary color
Monochromatic Colors of #EC5E9A
Black with #EC5E9A
Text Example
Text Example
White with #EC5E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5E9A; }
p { color: rgb(236,94,154); }
H1.HeaderClassName
{
color: #EC5E9A;
}
.AnyTagClassName
{
color: #EC5E9A;
}
</style>
background-color css
<style>
a { background-color: #EC5E9A; }
a { background-color: rgb(236,94,154); }
div.DivClassName
{
background-color: #EC5E9A;
}
.BgClassName
{
background-color: #EC5E9A;
}
</style>
border-color css
<style>
span { border-color: #EC5E9A; }
span { border-color: rgb(236,94,154); }
td.TdClassName
{
border-color: #EC5E9A;
}
.TagClassName
{
border-color: #EC5E9A;
}
</style>