Shades of Brilliant Rose #EC44A8
Tints of Brilliant Rose #EC44A8
RGB
CMYK
RGB Variations
Color information
#EC44A8 (or 0xEC44A8) is known color: Brilliant Rose. HEX triplet: EC, 44 and A8. RGB value is (236,68,168). Sum of RGB (Red+Green+Blue) = 236+68+168=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC44A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC44A8 is #13BB57. Grayscale: #818181. Windows color (decimal): -1293144 or 11027692. OLE color: 11027692.
HSL color Cylindrical-coordinate representation of color #EC44A8: hue angle of 324.29º 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 #EC44A8 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 168 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.07 |
| HSL | 324.29º | 0.82% | 0.6% | - |
| HSV(B) | 324.29º | 0.71% | 0.93% | - |
| XYZ | 43.73 | 24.79 | 39.53 | - |
| YUV | 129.63 | 149.66 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 168 | 0 | 0.71 | 0.29 | 0.07 | 324.29 | 0.82 | 0.6 |
| Hex | EC | 44 | A8 | 0 | 47 | 1D | 7 | 144 | 52 | 3C |
| Octal | 354 | 104 | 250 | 0 | 107 | 35 | 7 | 504 | 122 | 74 |
| Binary | 11101100 | 1000100 | 10101000 | 0 | 1000111 | 11101 | 111 | 101000100 | 1010010 | 111100 |
Color Harmonies of #EC44A8
Complementary color
Monochromatic Colors of #EC44A8
Black with #EC44A8
Text Example
Text Example
White with #EC44A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC44A8; }
p { color: rgb(236,68,168); }
H1.HeaderClassName
{
color: #EC44A8;
}
.AnyTagClassName
{
color: #EC44A8;
}
</style>
background-color css
<style>
a { background-color: #EC44A8; }
a { background-color: rgb(236,68,168); }
div.DivClassName
{
background-color: #EC44A8;
}
.BgClassName
{
background-color: #EC44A8;
}
</style>
border-color css
<style>
span { border-color: #EC44A8; }
span { border-color: rgb(236,68,168); }
td.TdClassName
{
border-color: #EC44A8;
}
.TagClassName
{
border-color: #EC44A8;
}
</style>