Shades of Brilliant Rose #E147AB
Tints of Brilliant Rose #E147AB
RGB
CMYK
RGB Variations
Color information
#E147AB (or 0xE147AB) is known color: Brilliant Rose. HEX triplet: E1, 47 and AB. RGB value is (225,71,171). Sum of RGB (Red+Green+Blue) = 225+71+171=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E147AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E147AB is #1EB854. Grayscale: #808080. Windows color (decimal): -2013269 or 11225057. OLE color: 11225057.
HSL color Cylindrical-coordinate representation of color #E147AB: hue angle of 321.04º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E147AB is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 171 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.12 |
| HSL | 321.04º | 0.72% | 0.58% | - |
| HSV(B) | 321.04º | 0.68% | 0.88% | - |
| XYZ | 40.66 | 23.45 | 40.91 | - |
| YUV | 128.45 | 152.02 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 171 | 0 | 0.68 | 0.24 | 0.12 | 321.04 | 0.72 | 0.58 |
| Hex | E1 | 47 | AB | 0 | 44 | 18 | C | 141 | 48 | 3A |
| Octal | 341 | 107 | 253 | 0 | 104 | 30 | 14 | 501 | 110 | 72 |
| Binary | 11100001 | 1000111 | 10101011 | 0 | 1000100 | 11000 | 1100 | 101000001 | 1001000 | 111010 |
Color Harmonies of #E147AB
Complementary color
Monochromatic Colors of #E147AB
Black with #E147AB
Text Example
Text Example
White with #E147AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E147AB; }
p { color: rgb(225,71,171); }
H1.HeaderClassName
{
color: #E147AB;
}
.AnyTagClassName
{
color: #E147AB;
}
</style>
background-color css
<style>
a { background-color: #E147AB; }
a { background-color: rgb(225,71,171); }
div.DivClassName
{
background-color: #E147AB;
}
.BgClassName
{
background-color: #E147AB;
}
</style>
border-color css
<style>
span { border-color: #E147AB; }
span { border-color: rgb(225,71,171); }
td.TdClassName
{
border-color: #E147AB;
}
.TagClassName
{
border-color: #E147AB;
}
</style>