Shades of Brilliant Rose #EC44AE
Tints of Brilliant Rose #EC44AE
RGB
CMYK
RGB Variations
Color information
#EC44AE (or 0xEC44AE) is known color: Brilliant Rose. HEX triplet: EC, 44 and AE. RGB value is (236,68,174). Sum of RGB (Red+Green+Blue) = 236+68+174=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 68 (26.95% from 255 or 14.23% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC44AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC44AE is #13BB51. Grayscale: #828282. Windows color (decimal): -1293138 or 11420908. OLE color: 11420908.
HSL color Cylindrical-coordinate representation of color #EC44AE: hue angle of 322.14º degrees, saturation: 0.82, 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 #EC44AE is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 174 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.07 |
| HSL | 322.14º | 0.82% | 0.6% | - |
| HSV(B) | 322.14º | 0.71% | 0.93% | - |
| XYZ | 44.3 | 25.02 | 42.54 | - |
| YUV | 130.32 | 152.66 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 174 | 0 | 0.71 | 0.26 | 0.07 | 322.14 | 0.82 | 0.6 |
| Hex | EC | 44 | AE | 0 | 47 | 1A | 7 | 142 | 52 | 3C |
| Octal | 354 | 104 | 256 | 0 | 107 | 32 | 7 | 502 | 122 | 74 |
| Binary | 11101100 | 1000100 | 10101110 | 0 | 1000111 | 11010 | 111 | 101000010 | 1010010 | 111100 |
Color Harmonies of #EC44AE
Complementary color
Monochromatic Colors of #EC44AE
Black with #EC44AE
Text Example
Text Example
White with #EC44AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC44AE; }
p { color: rgb(236,68,174); }
H1.HeaderClassName
{
color: #EC44AE;
}
.AnyTagClassName
{
color: #EC44AE;
}
</style>
background-color css
<style>
a { background-color: #EC44AE; }
a { background-color: rgb(236,68,174); }
div.DivClassName
{
background-color: #EC44AE;
}
.BgClassName
{
background-color: #EC44AE;
}
</style>
border-color css
<style>
span { border-color: #EC44AE; }
span { border-color: rgb(236,68,174); }
td.TdClassName
{
border-color: #EC44AE;
}
.TagClassName
{
border-color: #EC44AE;
}
</style>