Shades of Brilliant Rose #E151B2
Tints of Brilliant Rose #E151B2
RGB
CMYK
RGB Variations
Color information
#E151B2 (or 0xE151B2) is known color: Brilliant Rose. HEX triplet: E1, 51 and B2. RGB value is (225,81,178). Sum of RGB (Red+Green+Blue) = 225+81+178=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E151B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E151B2 is #1EAE4D. Grayscale: #868686. Windows color (decimal): -2010702 or 11686369. OLE color: 11686369.
HSL color Cylindrical-coordinate representation of color #E151B2: hue angle of 319.58º 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 #E151B2 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 178 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.12 |
| HSL | 319.58º | 0.71% | 0.6% | - |
| HSV(B) | 319.58º | 0.64% | 0.88% | - |
| XYZ | 42.03 | 25.11 | 44.75 | - |
| YUV | 135.11 | 152.21 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 178 | 0 | 0.64 | 0.21 | 0.12 | 319.58 | 0.71 | 0.6 |
| Hex | E1 | 51 | B2 | 0 | 40 | 15 | C | 140 | 47 | 3C |
| Octal | 341 | 121 | 262 | 0 | 100 | 25 | 14 | 500 | 107 | 74 |
| Binary | 11100001 | 1010001 | 10110010 | 0 | 1000000 | 10101 | 1100 | 101000000 | 1000111 | 111100 |
Color Harmonies of #E151B2
Complementary color
Monochromatic Colors of #E151B2
Black with #E151B2
Text Example
Text Example
White with #E151B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E151B2; }
p { color: rgb(225,81,178); }
H1.HeaderClassName
{
color: #E151B2;
}
.AnyTagClassName
{
color: #E151B2;
}
</style>
background-color css
<style>
a { background-color: #E151B2; }
a { background-color: rgb(225,81,178); }
div.DivClassName
{
background-color: #E151B2;
}
.BgClassName
{
background-color: #E151B2;
}
</style>
border-color css
<style>
span { border-color: #E151B2; }
span { border-color: rgb(225,81,178); }
td.TdClassName
{
border-color: #E151B2;
}
.TagClassName
{
border-color: #E151B2;
}
</style>