Shades of Brilliant Rose #E544AB
Tints of Brilliant Rose #E544AB
RGB
CMYK
RGB Variations
Color information
#E544AB (or 0xE544AB) is known color: Brilliant Rose. HEX triplet: E5, 44 and AB. RGB value is (229,68,171). Sum of RGB (Red+Green+Blue) = 229+68+171=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E544AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E544AB is #1ABB54. Grayscale: #7F7F7F. Windows color (decimal): -1751893 or 11224293. OLE color: 11224293.
HSL color Cylindrical-coordinate representation of color #E544AB: hue angle of 321.61º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E544AB is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 68 | 171 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.10 |
| HSL | 321.61º | 0.76% | 0.58% | - |
| HSV(B) | 321.61º | 0.7% | 0.9% | - |
| XYZ | 41.73 | 23.73 | 40.91 | - |
| YUV | 127.88 | 152.34 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 171 | 0 | 0.70 | 0.25 | 0.10 | 321.61 | 0.76 | 0.58 |
| Hex | E5 | 44 | AB | 0 | 46 | 19 | A | 142 | 4C | 3A |
| Octal | 345 | 104 | 253 | 0 | 106 | 31 | 12 | 502 | 114 | 72 |
| Binary | 11100101 | 1000100 | 10101011 | 0 | 1000110 | 11001 | 1010 | 101000010 | 1001100 | 111010 |
Color Harmonies of #E544AB
Complementary color
Monochromatic Colors of #E544AB
Black with #E544AB
Text Example
Text Example
White with #E544AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E544AB; }
p { color: rgb(229,68,171); }
H1.HeaderClassName
{
color: #E544AB;
}
.AnyTagClassName
{
color: #E544AB;
}
</style>
background-color css
<style>
a { background-color: #E544AB; }
a { background-color: rgb(229,68,171); }
div.DivClassName
{
background-color: #E544AB;
}
.BgClassName
{
background-color: #E544AB;
}
</style>
border-color css
<style>
span { border-color: #E544AB; }
span { border-color: rgb(229,68,171); }
td.TdClassName
{
border-color: #E544AB;
}
.TagClassName
{
border-color: #E544AB;
}
</style>