Shades of Brilliant Rose #E146AB
Tints of Brilliant Rose #E146AB
RGB
CMYK
RGB Variations
Color information
#E146AB (or 0xE146AB) is known color: Brilliant Rose. HEX triplet: E1, 46 and AB. RGB value is (225,70,171). Sum of RGB (Red+Green+Blue) = 225+70+171=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E146AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E146AB is #1EB954. Grayscale: #7F7F7F. Windows color (decimal): -2013525 or 11224801. OLE color: 11224801.
HSL color Cylindrical-coordinate representation of color #E146AB: hue angle of 320.9º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E146AB is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 171 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.12 |
| HSL | 320.9º | 0.72% | 0.58% | - |
| HSV(B) | 320.9º | 0.69% | 0.88% | - |
| XYZ | 40.59 | 23.33 | 40.89 | - |
| YUV | 127.86 | 152.35 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 171 | 0 | 0.69 | 0.24 | 0.12 | 320.9 | 0.72 | 0.58 |
| Hex | E1 | 46 | AB | 0 | 45 | 18 | C | 141 | 48 | 3A |
| Octal | 341 | 106 | 253 | 0 | 105 | 30 | 14 | 501 | 110 | 72 |
| Binary | 11100001 | 1000110 | 10101011 | 0 | 1000101 | 11000 | 1100 | 101000001 | 1001000 | 111010 |
Color Harmonies of #E146AB
Complementary color
Monochromatic Colors of #E146AB
Black with #E146AB
Text Example
Text Example
White with #E146AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E146AB; }
p { color: rgb(225,70,171); }
H1.HeaderClassName
{
color: #E146AB;
}
.AnyTagClassName
{
color: #E146AB;
}
</style>
background-color css
<style>
a { background-color: #E146AB; }
a { background-color: rgb(225,70,171); }
div.DivClassName
{
background-color: #E146AB;
}
.BgClassName
{
background-color: #E146AB;
}
</style>
border-color css
<style>
span { border-color: #E146AB; }
span { border-color: rgb(225,70,171); }
td.TdClassName
{
border-color: #E146AB;
}
.TagClassName
{
border-color: #E146AB;
}
</style>