Shades of Brilliant Rose #E147AF
Tints of Brilliant Rose #E147AF
RGB
CMYK
RGB Variations
Color information
#E147AF (or 0xE147AF) is known color: Brilliant Rose. HEX triplet: E1, 47 and AF. RGB value is (225,71,175). Sum of RGB (Red+Green+Blue) = 225+71+175=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E147AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E147AF is #1EB850. Grayscale: #808080. Windows color (decimal): -2013265 or 11487201. OLE color: 11487201.
HSL color Cylindrical-coordinate representation of color #E147AF: hue angle of 319.48º 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 #E147AF is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 175 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.12 |
| HSL | 319.48º | 0.72% | 0.58% | - |
| HSV(B) | 319.48º | 0.68% | 0.88% | - |
| XYZ | 41.04 | 23.61 | 42.95 | - |
| YUV | 128.9 | 154.02 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 175 | 0 | 0.68 | 0.22 | 0.12 | 319.48 | 0.72 | 0.58 |
| Hex | E1 | 47 | AF | 0 | 44 | 16 | C | 13F | 48 | 3A |
| Octal | 341 | 107 | 257 | 0 | 104 | 26 | 14 | 477 | 110 | 72 |
| Binary | 11100001 | 1000111 | 10101111 | 0 | 1000100 | 10110 | 1100 | 100111111 | 1001000 | 111010 |
Color Harmonies of #E147AF
Complementary color
Monochromatic Colors of #E147AF
Black with #E147AF
Text Example
Text Example
White with #E147AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E147AF; }
p { color: rgb(225,71,175); }
H1.HeaderClassName
{
color: #E147AF;
}
.AnyTagClassName
{
color: #E147AF;
}
</style>
background-color css
<style>
a { background-color: #E147AF; }
a { background-color: rgb(225,71,175); }
div.DivClassName
{
background-color: #E147AF;
}
.BgClassName
{
background-color: #E147AF;
}
</style>
border-color css
<style>
span { border-color: #E147AF; }
span { border-color: rgb(225,71,175); }
td.TdClassName
{
border-color: #E147AF;
}
.TagClassName
{
border-color: #E147AF;
}
</style>