Shades of Brilliant Rose #EC509B
Tints of Brilliant Rose #EC509B
RGB
CMYK
RGB Variations
Color information
#EC509B (or 0xEC509B) is known color: Brilliant Rose. HEX triplet: EC, 50 and 9B. RGB value is (236,80,155). Sum of RGB (Red+Green+Blue) = 236+80+155=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC509B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC509B is #13AF64. Grayscale: #878787. Windows color (decimal): -1290085 or 10178796. OLE color: 10178796.
HSL color Cylindrical-coordinate representation of color #EC509B: hue angle of 331.15º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC509B is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 155 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.07 |
| HSL | 331.15º | 0.8% | 0.62% | - |
| HSV(B) | 331.15º | 0.66% | 0.93% | - |
| XYZ | 43.38 | 25.94 | 33.73 | - |
| YUV | 135.19 | 139.18 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 155 | 0 | 0.66 | 0.34 | 0.07 | 331.15 | 0.8 | 0.62 |
| Hex | EC | 50 | 9B | 0 | 42 | 22 | 7 | 14B | 50 | 3E |
| Octal | 354 | 120 | 233 | 0 | 102 | 42 | 7 | 513 | 120 | 76 |
| Binary | 11101100 | 1010000 | 10011011 | 0 | 1000010 | 100010 | 111 | 101001011 | 1010000 | 111110 |
Color Harmonies of #EC509B
Complementary color
Monochromatic Colors of #EC509B
Black with #EC509B
Text Example
Text Example
White with #EC509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC509B; }
p { color: rgb(236,80,155); }
H1.HeaderClassName
{
color: #EC509B;
}
.AnyTagClassName
{
color: #EC509B;
}
</style>
background-color css
<style>
a { background-color: #EC509B; }
a { background-color: rgb(236,80,155); }
div.DivClassName
{
background-color: #EC509B;
}
.BgClassName
{
background-color: #EC509B;
}
</style>
border-color css
<style>
span { border-color: #EC509B; }
span { border-color: rgb(236,80,155); }
td.TdClassName
{
border-color: #EC509B;
}
.TagClassName
{
border-color: #EC509B;
}
</style>