Shades of Brilliant Rose #E851AB
Tints of Brilliant Rose #E851AB
RGB
CMYK
RGB Variations
Color information
#E851AB (or 0xE851AB) is known color: Brilliant Rose. HEX triplet: E8, 51 and AB. RGB value is (232,81,171). Sum of RGB (Red+Green+Blue) = 232+81+171=484 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.93% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 232 - color contains mainly: red. Hex color #E851AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E851AB is #17AE54. Grayscale: #888888. Windows color (decimal): -1551957 or 11227624. OLE color: 11227624.
HSL color Cylindrical-coordinate representation of color #E851AB: hue angle of 324.24º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E851AB is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 171 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.09 |
| HSL | 324.24º | 0.77% | 0.61% | - |
| HSV(B) | 324.24º | 0.65% | 0.91% | - |
| XYZ | 43.57 | 25.98 | 41.25 | - |
| YUV | 136.41 | 147.53 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 171 | 0 | 0.65 | 0.26 | 0.09 | 324.24 | 0.77 | 0.61 |
| Hex | E8 | 51 | AB | 0 | 41 | 1A | 9 | 144 | 4D | 3D |
| Octal | 350 | 121 | 253 | 0 | 101 | 32 | 11 | 504 | 115 | 75 |
| Binary | 11101000 | 1010001 | 10101011 | 0 | 1000001 | 11010 | 1001 | 101000100 | 1001101 | 111101 |
Color Harmonies of #E851AB
Complementary color
Monochromatic Colors of #E851AB
Black with #E851AB
Text Example
Text Example
White with #E851AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E851AB; }
p { color: rgb(232,81,171); }
H1.HeaderClassName
{
color: #E851AB;
}
.AnyTagClassName
{
color: #E851AB;
}
</style>
background-color css
<style>
a { background-color: #E851AB; }
a { background-color: rgb(232,81,171); }
div.DivClassName
{
background-color: #E851AB;
}
.BgClassName
{
background-color: #E851AB;
}
</style>
border-color css
<style>
span { border-color: #E851AB; }
span { border-color: rgb(232,81,171); }
td.TdClassName
{
border-color: #E851AB;
}
.TagClassName
{
border-color: #E851AB;
}
</style>