Shades of Brilliant Rose #E051AB
Tints of Brilliant Rose #E051AB
RGB
CMYK
RGB Variations
Color information
#E051AB (or 0xE051AB) is known color: Brilliant Rose. HEX triplet: E0, 51 and AB. RGB value is (224,81,171). Sum of RGB (Red+Green+Blue) = 224+81+171=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E051AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E051AB is #1FAE54. Grayscale: #858585. Windows color (decimal): -2076245 or 11227616. OLE color: 11227616.
HSL color Cylindrical-coordinate representation of color #E051AB: hue angle of 322.24º 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 #E051AB is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 171 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.12 |
| HSL | 322.24º | 0.7% | 0.6% | - |
| HSV(B) | 322.24º | 0.64% | 0.88% | - |
| XYZ | 41.03 | 24.67 | 41.13 | - |
| YUV | 134.02 | 148.88 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 171 | 0 | 0.64 | 0.24 | 0.12 | 322.24 | 0.7 | 0.6 |
| Hex | E0 | 51 | AB | 0 | 40 | 18 | C | 142 | 46 | 3C |
| Octal | 340 | 121 | 253 | 0 | 100 | 30 | 14 | 502 | 106 | 74 |
| Binary | 11100000 | 1010001 | 10101011 | 0 | 1000000 | 11000 | 1100 | 101000010 | 1000110 | 111100 |
Color Harmonies of #E051AB
Complementary color
Monochromatic Colors of #E051AB
Black with #E051AB
Text Example
Text Example
White with #E051AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E051AB; }
p { color: rgb(224,81,171); }
H1.HeaderClassName
{
color: #E051AB;
}
.AnyTagClassName
{
color: #E051AB;
}
</style>
background-color css
<style>
a { background-color: #E051AB; }
a { background-color: rgb(224,81,171); }
div.DivClassName
{
background-color: #E051AB;
}
.BgClassName
{
background-color: #E051AB;
}
</style>
border-color css
<style>
span { border-color: #E051AB; }
span { border-color: rgb(224,81,171); }
td.TdClassName
{
border-color: #E051AB;
}
.TagClassName
{
border-color: #E051AB;
}
</style>