Shades of Brilliant Rose #EC44AA
Tints of Brilliant Rose #EC44AA
RGB
CMYK
RGB Variations
Color information
#EC44AA (or 0xEC44AA) is known color: Brilliant Rose. HEX triplet: EC, 44 and AA. RGB value is (236,68,170). Sum of RGB (Red+Green+Blue) = 236+68+170=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 68 (26.95% from 255 or 14.35% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC44AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC44AA is #13BB55. Grayscale: #818181. Windows color (decimal): -1293142 or 11158764. OLE color: 11158764.
HSL color Cylindrical-coordinate representation of color #EC44AA: hue angle of 323.57º 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 #EC44AA is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 170 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.07 |
| HSL | 323.57º | 0.82% | 0.6% | - |
| HSV(B) | 323.57º | 0.71% | 0.93% | - |
| XYZ | 43.91 | 24.87 | 40.52 | - |
| YUV | 129.86 | 150.66 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 170 | 0 | 0.71 | 0.28 | 0.07 | 323.57 | 0.82 | 0.6 |
| Hex | EC | 44 | AA | 0 | 47 | 1C | 7 | 144 | 52 | 3C |
| Octal | 354 | 104 | 252 | 0 | 107 | 34 | 7 | 504 | 122 | 74 |
| Binary | 11101100 | 1000100 | 10101010 | 0 | 1000111 | 11100 | 111 | 101000100 | 1010010 | 111100 |
Color Harmonies of #EC44AA
Complementary color
Monochromatic Colors of #EC44AA
Black with #EC44AA
Text Example
Text Example
White with #EC44AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC44AA; }
p { color: rgb(236,68,170); }
H1.HeaderClassName
{
color: #EC44AA;
}
.AnyTagClassName
{
color: #EC44AA;
}
</style>
background-color css
<style>
a { background-color: #EC44AA; }
a { background-color: rgb(236,68,170); }
div.DivClassName
{
background-color: #EC44AA;
}
.BgClassName
{
background-color: #EC44AA;
}
</style>
border-color css
<style>
span { border-color: #EC44AA; }
span { border-color: rgb(236,68,170); }
td.TdClassName
{
border-color: #EC44AA;
}
.TagClassName
{
border-color: #EC44AA;
}
</style>