Shades of Brilliant Rose #E147AC
Tints of Brilliant Rose #E147AC
RGB
CMYK
RGB Variations
Color information
#E147AC (or 0xE147AC) is known color: Brilliant Rose. HEX triplet: E1, 47 and AC. RGB value is (225,71,172). Sum of RGB (Red+Green+Blue) = 225+71+172=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E147AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E147AC is #1EB853. Grayscale: #808080. Windows color (decimal): -2013268 or 11290593. OLE color: 11290593.
HSL color Cylindrical-coordinate representation of color #E147AC: hue angle of 320.65º 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 #E147AC is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 172 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.12 |
| HSL | 320.65º | 0.72% | 0.58% | - |
| HSV(B) | 320.65º | 0.68% | 0.88% | - |
| XYZ | 40.75 | 23.49 | 41.42 | - |
| YUV | 128.56 | 152.52 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 172 | 0 | 0.68 | 0.24 | 0.12 | 320.65 | 0.72 | 0.58 |
| Hex | E1 | 47 | AC | 0 | 44 | 18 | C | 141 | 48 | 3A |
| Octal | 341 | 107 | 254 | 0 | 104 | 30 | 14 | 501 | 110 | 72 |
| Binary | 11100001 | 1000111 | 10101100 | 0 | 1000100 | 11000 | 1100 | 101000001 | 1001000 | 111010 |
Color Harmonies of #E147AC
Complementary color
Monochromatic Colors of #E147AC
Black with #E147AC
Text Example
Text Example
White with #E147AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E147AC; }
p { color: rgb(225,71,172); }
H1.HeaderClassName
{
color: #E147AC;
}
.AnyTagClassName
{
color: #E147AC;
}
</style>
background-color css
<style>
a { background-color: #E147AC; }
a { background-color: rgb(225,71,172); }
div.DivClassName
{
background-color: #E147AC;
}
.BgClassName
{
background-color: #E147AC;
}
</style>
border-color css
<style>
span { border-color: #E147AC; }
span { border-color: rgb(225,71,172); }
td.TdClassName
{
border-color: #E147AC;
}
.TagClassName
{
border-color: #E147AC;
}
</style>