Shades of Brilliant Rose #EC45A2
Tints of Brilliant Rose #EC45A2
RGB
CMYK
RGB Variations
Color information
#EC45A2 (or 0xEC45A2) is known color: Brilliant Rose. HEX triplet: EC, 45 and A2. RGB value is (236,69,162). Sum of RGB (Red+Green+Blue) = 236+69+162=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 69 (27.34% from 255 or 14.78% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC45A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC45A2 is #13BA5D. Grayscale: #818181. Windows color (decimal): -1292894 or 10634732. OLE color: 10634732.
HSL color Cylindrical-coordinate representation of color #EC45A2: hue angle of 326.59º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC45A2 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 162 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.07 |
| HSL | 326.59º | 0.81% | 0.6% | - |
| HSV(B) | 326.59º | 0.71% | 0.93% | - |
| XYZ | 43.24 | 24.7 | 36.67 | - |
| YUV | 129.54 | 146.33 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 162 | 0 | 0.71 | 0.31 | 0.07 | 326.59 | 0.81 | 0.6 |
| Hex | EC | 45 | A2 | 0 | 47 | 1F | 7 | 147 | 51 | 3C |
| Octal | 354 | 105 | 242 | 0 | 107 | 37 | 7 | 507 | 121 | 74 |
| Binary | 11101100 | 1000101 | 10100010 | 0 | 1000111 | 11111 | 111 | 101000111 | 1010001 | 111100 |
Color Harmonies of #EC45A2
Complementary color
Monochromatic Colors of #EC45A2
Black with #EC45A2
Text Example
Text Example
White with #EC45A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC45A2; }
p { color: rgb(236,69,162); }
H1.HeaderClassName
{
color: #EC45A2;
}
.AnyTagClassName
{
color: #EC45A2;
}
</style>
background-color css
<style>
a { background-color: #EC45A2; }
a { background-color: rgb(236,69,162); }
div.DivClassName
{
background-color: #EC45A2;
}
.BgClassName
{
background-color: #EC45A2;
}
</style>
border-color css
<style>
span { border-color: #EC45A2; }
span { border-color: rgb(236,69,162); }
td.TdClassName
{
border-color: #EC45A2;
}
.TagClassName
{
border-color: #EC45A2;
}
</style>