Shades of Brilliant Rose #EC45AE
Tints of Brilliant Rose #EC45AE
RGB
CMYK
RGB Variations
Color information
#EC45AE (or 0xEC45AE) is known color: Brilliant Rose. HEX triplet: EC, 45 and AE. RGB value is (236,69,174). Sum of RGB (Red+Green+Blue) = 236+69+174=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 69 (27.34% from 255 or 14.41% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC45AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC45AE is #13BA51. Grayscale: #828282. Windows color (decimal): -1292882 or 11421164. OLE color: 11421164.
HSL color Cylindrical-coordinate representation of color #EC45AE: hue angle of 322.28º 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 #EC45AE is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 174 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.07 |
| HSL | 322.28º | 0.81% | 0.6% | - |
| HSV(B) | 322.28º | 0.71% | 0.93% | - |
| XYZ | 44.36 | 25.15 | 42.56 | - |
| YUV | 130.9 | 152.33 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 174 | 0 | 0.71 | 0.26 | 0.07 | 322.28 | 0.81 | 0.6 |
| Hex | EC | 45 | AE | 0 | 47 | 1A | 7 | 142 | 51 | 3C |
| Octal | 354 | 105 | 256 | 0 | 107 | 32 | 7 | 502 | 121 | 74 |
| Binary | 11101100 | 1000101 | 10101110 | 0 | 1000111 | 11010 | 111 | 101000010 | 1010001 | 111100 |
Color Harmonies of #EC45AE
Complementary color
Monochromatic Colors of #EC45AE
Black with #EC45AE
Text Example
Text Example
White with #EC45AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC45AE; }
p { color: rgb(236,69,174); }
H1.HeaderClassName
{
color: #EC45AE;
}
.AnyTagClassName
{
color: #EC45AE;
}
</style>
background-color css
<style>
a { background-color: #EC45AE; }
a { background-color: rgb(236,69,174); }
div.DivClassName
{
background-color: #EC45AE;
}
.BgClassName
{
background-color: #EC45AE;
}
</style>
border-color css
<style>
span { border-color: #EC45AE; }
span { border-color: rgb(236,69,174); }
td.TdClassName
{
border-color: #EC45AE;
}
.TagClassName
{
border-color: #EC45AE;
}
</style>