Shades of Brilliant Rose #E144AB
Tints of Brilliant Rose #E144AB
RGB
CMYK
RGB Variations
Color information
#E144AB (or 0xE144AB) is known color: Brilliant Rose. HEX triplet: E1, 44 and AB. RGB value is (225,68,171). Sum of RGB (Red+Green+Blue) = 225+68+171=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E144AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E144AB is #1EBB54. Grayscale: #7E7E7E. Windows color (decimal): -2014037 or 11224289. OLE color: 11224289.
HSL color Cylindrical-coordinate representation of color #E144AB: hue angle of 320.64º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E144AB is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 171 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.12 |
| HSL | 320.64º | 0.72% | 0.57% | - |
| HSV(B) | 320.64º | 0.7% | 0.88% | - |
| XYZ | 40.47 | 23.08 | 40.85 | - |
| YUV | 126.69 | 153.01 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 171 | 0 | 0.70 | 0.24 | 0.12 | 320.64 | 0.72 | 0.57 |
| Hex | E1 | 44 | AB | 0 | 46 | 18 | C | 141 | 48 | 39 |
| Octal | 341 | 104 | 253 | 0 | 106 | 30 | 14 | 501 | 110 | 71 |
| Binary | 11100001 | 1000100 | 10101011 | 0 | 1000110 | 11000 | 1100 | 101000001 | 1001000 | 111001 |
Color Harmonies of #E144AB
Complementary color
Monochromatic Colors of #E144AB
Black with #E144AB
Text Example
Text Example
White with #E144AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E144AB; }
p { color: rgb(225,68,171); }
H1.HeaderClassName
{
color: #E144AB;
}
.AnyTagClassName
{
color: #E144AB;
}
</style>
background-color css
<style>
a { background-color: #E144AB; }
a { background-color: rgb(225,68,171); }
div.DivClassName
{
background-color: #E144AB;
}
.BgClassName
{
background-color: #E144AB;
}
</style>
border-color css
<style>
span { border-color: #E144AB; }
span { border-color: rgb(225,68,171); }
td.TdClassName
{
border-color: #E144AB;
}
.TagClassName
{
border-color: #E144AB;
}
</style>