Shades of Brilliant Rose #EC44AB
Tints of Brilliant Rose #EC44AB
RGB
CMYK
RGB Variations
Color information
#EC44AB (or 0xEC44AB) is known color: Brilliant Rose. HEX triplet: EC, 44 and AB. RGB value is (236,68,171). Sum of RGB (Red+Green+Blue) = 236+68+171=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 68 (26.95% from 255 or 14.32% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC44AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC44AB is #13BB54. Grayscale: #818181. Windows color (decimal): -1293141 or 11224300. OLE color: 11224300.
HSL color Cylindrical-coordinate representation of color #EC44AB: hue angle of 323.21º 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 #EC44AB is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 171 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.07 |
| HSL | 323.21º | 0.82% | 0.6% | - |
| HSV(B) | 323.21º | 0.71% | 0.93% | - |
| XYZ | 44.01 | 24.91 | 41.02 | - |
| YUV | 129.97 | 151.16 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 171 | 0 | 0.71 | 0.28 | 0.07 | 323.21 | 0.82 | 0.6 |
| Hex | EC | 44 | AB | 0 | 47 | 1C | 7 | 143 | 52 | 3C |
| Octal | 354 | 104 | 253 | 0 | 107 | 34 | 7 | 503 | 122 | 74 |
| Binary | 11101100 | 1000100 | 10101011 | 0 | 1000111 | 11100 | 111 | 101000011 | 1010010 | 111100 |
Color Harmonies of #EC44AB
Complementary color
Monochromatic Colors of #EC44AB
Black with #EC44AB
Text Example
Text Example
White with #EC44AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC44AB; }
p { color: rgb(236,68,171); }
H1.HeaderClassName
{
color: #EC44AB;
}
.AnyTagClassName
{
color: #EC44AB;
}
</style>
background-color css
<style>
a { background-color: #EC44AB; }
a { background-color: rgb(236,68,171); }
div.DivClassName
{
background-color: #EC44AB;
}
.BgClassName
{
background-color: #EC44AB;
}
</style>
border-color css
<style>
span { border-color: #EC44AB; }
span { border-color: rgb(236,68,171); }
td.TdClassName
{
border-color: #EC44AB;
}
.TagClassName
{
border-color: #EC44AB;
}
</style>