Shades of Brilliant Rose #EC45AC
Tints of Brilliant Rose #EC45AC
RGB
CMYK
RGB Variations
Color information
#EC45AC (or 0xEC45AC) is known color: Brilliant Rose. HEX triplet: EC, 45 and AC. RGB value is (236,69,172). Sum of RGB (Red+Green+Blue) = 236+69+172=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC45AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC45AC is #13BA53. Grayscale: #828282. Windows color (decimal): -1292884 or 11290092. OLE color: 11290092.
HSL color Cylindrical-coordinate representation of color #EC45AC: hue angle of 322.99º 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 #EC45AC is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 172 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.07 |
| HSL | 322.99º | 0.81% | 0.6% | - |
| HSV(B) | 322.99º | 0.71% | 0.93% | - |
| XYZ | 44.17 | 25.07 | 41.54 | - |
| YUV | 130.68 | 151.33 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 172 | 0 | 0.71 | 0.27 | 0.07 | 322.99 | 0.81 | 0.6 |
| Hex | EC | 45 | AC | 0 | 47 | 1B | 7 | 143 | 51 | 3C |
| Octal | 354 | 105 | 254 | 0 | 107 | 33 | 7 | 503 | 121 | 74 |
| Binary | 11101100 | 1000101 | 10101100 | 0 | 1000111 | 11011 | 111 | 101000011 | 1010001 | 111100 |
Color Harmonies of #EC45AC
Complementary color
Monochromatic Colors of #EC45AC
Black with #EC45AC
Text Example
Text Example
White with #EC45AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC45AC; }
p { color: rgb(236,69,172); }
H1.HeaderClassName
{
color: #EC45AC;
}
.AnyTagClassName
{
color: #EC45AC;
}
</style>
background-color css
<style>
a { background-color: #EC45AC; }
a { background-color: rgb(236,69,172); }
div.DivClassName
{
background-color: #EC45AC;
}
.BgClassName
{
background-color: #EC45AC;
}
</style>
border-color css
<style>
span { border-color: #EC45AC; }
span { border-color: rgb(236,69,172); }
td.TdClassName
{
border-color: #EC45AC;
}
.TagClassName
{
border-color: #EC45AC;
}
</style>