Shades of Brilliant Rose #E851B5
Tints of Brilliant Rose #E851B5
RGB
CMYK
RGB Variations
Color information
#E851B5 (or 0xE851B5) is known color: Brilliant Rose. HEX triplet: E8, 51 and B5. RGB value is (232,81,181). Sum of RGB (Red+Green+Blue) = 232+81+181=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E851B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E851B5 is #17AE4A. Grayscale: #898989. Windows color (decimal): -1551947 or 11882984. OLE color: 11882984.
HSL color Cylindrical-coordinate representation of color #E851B5: hue angle of 320.26º 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 #E851B5 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 181 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.09 |
| HSL | 320.26º | 0.77% | 0.61% | - |
| HSV(B) | 320.26º | 0.65% | 0.91% | - |
| XYZ | 44.56 | 26.38 | 46.46 | - |
| YUV | 137.55 | 152.53 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 181 | 0 | 0.65 | 0.22 | 0.09 | 320.26 | 0.77 | 0.61 |
| Hex | E8 | 51 | B5 | 0 | 41 | 16 | 9 | 140 | 4D | 3D |
| Octal | 350 | 121 | 265 | 0 | 101 | 26 | 11 | 500 | 115 | 75 |
| Binary | 11101000 | 1010001 | 10110101 | 0 | 1000001 | 10110 | 1001 | 101000000 | 1001101 | 111101 |
Color Harmonies of #E851B5
Complementary color
Monochromatic Colors of #E851B5
Black with #E851B5
Text Example
Text Example
White with #E851B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E851B5; }
p { color: rgb(232,81,181); }
H1.HeaderClassName
{
color: #E851B5;
}
.AnyTagClassName
{
color: #E851B5;
}
</style>
background-color css
<style>
a { background-color: #E851B5; }
a { background-color: rgb(232,81,181); }
div.DivClassName
{
background-color: #E851B5;
}
.BgClassName
{
background-color: #E851B5;
}
</style>
border-color css
<style>
span { border-color: #E851B5; }
span { border-color: rgb(232,81,181); }
td.TdClassName
{
border-color: #E851B5;
}
.TagClassName
{
border-color: #E851B5;
}
</style>