Shades of Brilliant Rose #EC50B3
Tints of Brilliant Rose #EC50B3
RGB
CMYK
RGB Variations
Color information
#EC50B3 (or 0xEC50B3) is known color: Brilliant Rose. HEX triplet: EC, 50 and B3. RGB value is (236,80,179). Sum of RGB (Red+Green+Blue) = 236+80+179=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50B3 is #13AF4C. Grayscale: #898989. Windows color (decimal): -1290061 or 11751660. OLE color: 11751660.
HSL color Cylindrical-coordinate representation of color #EC50B3: hue angle of 321.92º 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 #EC50B3 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 179 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.07 |
| HSL | 321.92º | 0.8% | 0.62% | - |
| HSV(B) | 321.92º | 0.66% | 0.93% | - |
| XYZ | 45.6 | 26.82 | 45.42 | - |
| YUV | 137.93 | 151.18 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 179 | 0 | 0.66 | 0.24 | 0.07 | 321.92 | 0.8 | 0.62 |
| Hex | EC | 50 | B3 | 0 | 42 | 18 | 7 | 142 | 50 | 3E |
| Octal | 354 | 120 | 263 | 0 | 102 | 30 | 7 | 502 | 120 | 76 |
| Binary | 11101100 | 1010000 | 10110011 | 0 | 1000010 | 11000 | 111 | 101000010 | 1010000 | 111110 |
Color Harmonies of #EC50B3
Complementary color
Monochromatic Colors of #EC50B3
Black with #EC50B3
Text Example
Text Example
White with #EC50B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50B3; }
p { color: rgb(236,80,179); }
H1.HeaderClassName
{
color: #EC50B3;
}
.AnyTagClassName
{
color: #EC50B3;
}
</style>
background-color css
<style>
a { background-color: #EC50B3; }
a { background-color: rgb(236,80,179); }
div.DivClassName
{
background-color: #EC50B3;
}
.BgClassName
{
background-color: #EC50B3;
}
</style>
border-color css
<style>
span { border-color: #EC50B3; }
span { border-color: rgb(236,80,179); }
td.TdClassName
{
border-color: #EC50B3;
}
.TagClassName
{
border-color: #EC50B3;
}
</style>