Shades of Brilliant Rose #EC50A2
Tints of Brilliant Rose #EC50A2
RGB
CMYK
RGB Variations
Color information
#EC50A2 (or 0xEC50A2) is known color: Brilliant Rose. HEX triplet: EC, 50 and A2. RGB value is (236,80,162). Sum of RGB (Red+Green+Blue) = 236+80+162=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC50A2 is #13AF5D. Grayscale: #878787. Windows color (decimal): -1290078 or 10637548. OLE color: 10637548.
HSL color Cylindrical-coordinate representation of color #EC50A2: hue angle of 328.46º 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 #EC50A2 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 162 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.07 |
| HSL | 328.46º | 0.8% | 0.62% | - |
| HSV(B) | 328.46º | 0.66% | 0.93% | - |
| XYZ | 43.98 | 26.18 | 36.92 | - |
| YUV | 135.99 | 142.68 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 162 | 0 | 0.66 | 0.31 | 0.07 | 328.46 | 0.8 | 0.62 |
| Hex | EC | 50 | A2 | 0 | 42 | 1F | 7 | 148 | 50 | 3E |
| Octal | 354 | 120 | 242 | 0 | 102 | 37 | 7 | 510 | 120 | 76 |
| Binary | 11101100 | 1010000 | 10100010 | 0 | 1000010 | 11111 | 111 | 101001000 | 1010000 | 111110 |
Color Harmonies of #EC50A2
Complementary color
Monochromatic Colors of #EC50A2
Black with #EC50A2
Text Example
Text Example
White with #EC50A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50A2; }
p { color: rgb(236,80,162); }
H1.HeaderClassName
{
color: #EC50A2;
}
.AnyTagClassName
{
color: #EC50A2;
}
</style>
background-color css
<style>
a { background-color: #EC50A2; }
a { background-color: rgb(236,80,162); }
div.DivClassName
{
background-color: #EC50A2;
}
.BgClassName
{
background-color: #EC50A2;
}
</style>
border-color css
<style>
span { border-color: #EC50A2; }
span { border-color: rgb(236,80,162); }
td.TdClassName
{
border-color: #EC50A2;
}
.TagClassName
{
border-color: #EC50A2;
}
</style>