Shades of Brilliant Rose #E051AF
Tints of Brilliant Rose #E051AF
RGB
CMYK
RGB Variations
Color information
#E051AF (or 0xE051AF) is known color: Brilliant Rose. HEX triplet: E0, 51 and AF. RGB value is (224,81,175). Sum of RGB (Red+Green+Blue) = 224+81+175=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E051AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E051AF is #1FAE50. Grayscale: #868686. Windows color (decimal): -2076241 or 11489760. OLE color: 11489760.
HSL color Cylindrical-coordinate representation of color #E051AF: hue angle of 320.56º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E051AF is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 175 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.12 |
| HSL | 320.56º | 0.7% | 0.6% | - |
| HSV(B) | 320.56º | 0.64% | 0.88% | - |
| XYZ | 41.42 | 24.83 | 43.17 | - |
| YUV | 134.47 | 150.88 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 175 | 0 | 0.64 | 0.22 | 0.12 | 320.56 | 0.7 | 0.6 |
| Hex | E0 | 51 | AF | 0 | 40 | 16 | C | 141 | 46 | 3C |
| Octal | 340 | 121 | 257 | 0 | 100 | 26 | 14 | 501 | 106 | 74 |
| Binary | 11100000 | 1010001 | 10101111 | 0 | 1000000 | 10110 | 1100 | 101000001 | 1000110 | 111100 |
Color Harmonies of #E051AF
Complementary color
Monochromatic Colors of #E051AF
Black with #E051AF
Text Example
Text Example
White with #E051AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E051AF; }
p { color: rgb(224,81,175); }
H1.HeaderClassName
{
color: #E051AF;
}
.AnyTagClassName
{
color: #E051AF;
}
</style>
background-color css
<style>
a { background-color: #E051AF; }
a { background-color: rgb(224,81,175); }
div.DivClassName
{
background-color: #E051AF;
}
.BgClassName
{
background-color: #E051AF;
}
</style>
border-color css
<style>
span { border-color: #E051AF; }
span { border-color: rgb(224,81,175); }
td.TdClassName
{
border-color: #E051AF;
}
.TagClassName
{
border-color: #E051AF;
}
</style>