Shades of Brilliant Rose #EC5D9B
Tints of Brilliant Rose #EC5D9B
RGB
CMYK
RGB Variations
Color information
#EC5D9B (or 0xEC5D9B) is known color: Brilliant Rose. HEX triplet: EC, 5D and 9B. RGB value is (236,93,155). Sum of RGB (Red+Green+Blue) = 236+93+155=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5D9B is #13A264. Grayscale: #8E8E8E. Windows color (decimal): -1286757 or 10182124. OLE color: 10182124.
HSL color Cylindrical-coordinate representation of color #EC5D9B: hue angle of 333.99º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5D9B is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 155 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.07 |
| HSL | 333.99º | 0.79% | 0.65% | - |
| HSV(B) | 333.99º | 0.61% | 0.93% | - |
| XYZ | 44.42 | 28.03 | 34.08 | - |
| YUV | 142.83 | 134.88 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 155 | 0 | 0.61 | 0.34 | 0.07 | 333.99 | 0.79 | 0.65 |
| Hex | EC | 5D | 9B | 0 | 3D | 22 | 7 | 14E | 4F | 41 |
| Octal | 354 | 135 | 233 | 0 | 75 | 42 | 7 | 516 | 117 | 101 |
| Binary | 11101100 | 1011101 | 10011011 | 0 | 111101 | 100010 | 111 | 101001110 | 1001111 | 1000001 |
Color Harmonies of #EC5D9B
Complementary color
Monochromatic Colors of #EC5D9B
Black with #EC5D9B
Text Example
Text Example
White with #EC5D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5D9B; }
p { color: rgb(236,93,155); }
H1.HeaderClassName
{
color: #EC5D9B;
}
.AnyTagClassName
{
color: #EC5D9B;
}
</style>
background-color css
<style>
a { background-color: #EC5D9B; }
a { background-color: rgb(236,93,155); }
div.DivClassName
{
background-color: #EC5D9B;
}
.BgClassName
{
background-color: #EC5D9B;
}
</style>
border-color css
<style>
span { border-color: #EC5D9B; }
span { border-color: rgb(236,93,155); }
td.TdClassName
{
border-color: #EC5D9B;
}
.TagClassName
{
border-color: #EC5D9B;
}
</style>