Shades of Brilliant Rose #E151B1
Tints of Brilliant Rose #E151B1
RGB
CMYK
RGB Variations
Color information
#E151B1 (or 0xE151B1) is known color: Brilliant Rose. HEX triplet: E1, 51 and B1. RGB value is (225,81,177). Sum of RGB (Red+Green+Blue) = 225+81+177=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E151B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E151B1 is #1EAE4E. Grayscale: #868686. Windows color (decimal): -2010703 or 11620833. OLE color: 11620833.
HSL color Cylindrical-coordinate representation of color #E151B1: hue angle of 320º degrees, saturation: 0.71, 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 #E151B1 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 177 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.12 |
| HSL | 320º | 0.71% | 0.6% | - |
| HSV(B) | 320º | 0.64% | 0.88% | - |
| XYZ | 41.93 | 25.07 | 44.22 | - |
| YUV | 135 | 151.71 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 177 | 0 | 0.64 | 0.21 | 0.12 | 320 | 0.71 | 0.6 |
| Hex | E1 | 51 | B1 | 0 | 40 | 15 | C | 140 | 47 | 3C |
| Octal | 341 | 121 | 261 | 0 | 100 | 25 | 14 | 500 | 107 | 74 |
| Binary | 11100001 | 1010001 | 10110001 | 0 | 1000000 | 10101 | 1100 | 101000000 | 1000111 | 111100 |
Color Harmonies of #E151B1
Complementary color
Monochromatic Colors of #E151B1
Black with #E151B1
Text Example
Text Example
White with #E151B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E151B1; }
p { color: rgb(225,81,177); }
H1.HeaderClassName
{
color: #E151B1;
}
.AnyTagClassName
{
color: #E151B1;
}
</style>
background-color css
<style>
a { background-color: #E151B1; }
a { background-color: rgb(225,81,177); }
div.DivClassName
{
background-color: #E151B1;
}
.BgClassName
{
background-color: #E151B1;
}
</style>
border-color css
<style>
span { border-color: #E151B1; }
span { border-color: rgb(225,81,177); }
td.TdClassName
{
border-color: #E151B1;
}
.TagClassName
{
border-color: #E151B1;
}
</style>