Shades of Brilliant Rose #EC50B2
Tints of Brilliant Rose #EC50B2
RGB
CMYK
RGB Variations
Color information
#EC50B2 (or 0xEC50B2) is known color: Brilliant Rose. HEX triplet: EC, 50 and B2. RGB value is (236,80,178). Sum of RGB (Red+Green+Blue) = 236+80+178=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC50B2 is #13AF4D. Grayscale: #898989. Windows color (decimal): -1290062 or 11686124. OLE color: 11686124.
HSL color Cylindrical-coordinate representation of color #EC50B2: hue angle of 322.31º 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 #EC50B2 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 178 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.07 |
| HSL | 322.31º | 0.8% | 0.62% | - |
| HSV(B) | 322.31º | 0.66% | 0.93% | - |
| XYZ | 45.5 | 26.78 | 44.89 | - |
| YUV | 137.82 | 150.68 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 178 | 0 | 0.66 | 0.25 | 0.07 | 322.31 | 0.8 | 0.62 |
| Hex | EC | 50 | B2 | 0 | 42 | 19 | 7 | 142 | 50 | 3E |
| Octal | 354 | 120 | 262 | 0 | 102 | 31 | 7 | 502 | 120 | 76 |
| Binary | 11101100 | 1010000 | 10110010 | 0 | 1000010 | 11001 | 111 | 101000010 | 1010000 | 111110 |
Color Harmonies of #EC50B2
Complementary color
Monochromatic Colors of #EC50B2
Black with #EC50B2
Text Example
Text Example
White with #EC50B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50B2; }
p { color: rgb(236,80,178); }
H1.HeaderClassName
{
color: #EC50B2;
}
.AnyTagClassName
{
color: #EC50B2;
}
</style>
background-color css
<style>
a { background-color: #EC50B2; }
a { background-color: rgb(236,80,178); }
div.DivClassName
{
background-color: #EC50B2;
}
.BgClassName
{
background-color: #EC50B2;
}
</style>
border-color css
<style>
span { border-color: #EC50B2; }
span { border-color: rgb(236,80,178); }
td.TdClassName
{
border-color: #EC50B2;
}
.TagClassName
{
border-color: #EC50B2;
}
</style>