Shades of Brilliant Rose #E151B4
Tints of Brilliant Rose #E151B4
RGB
CMYK
RGB Variations
Color information
#E151B4 (or 0xE151B4) is known color: Brilliant Rose. HEX triplet: E1, 51 and B4. RGB value is (225,81,180). Sum of RGB (Red+Green+Blue) = 225+81+180=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E151B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E151B4 is #1EAE4B. Grayscale: #878787. Windows color (decimal): -2010700 or 11817441. OLE color: 11817441.
HSL color Cylindrical-coordinate representation of color #E151B4: hue angle of 318.75º 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 #E151B4 is Cyan = 0, Magento = 0.64, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 180 | - |
| CMYK | 0 | 0.64 | 0.2 | 0.12 |
| HSL | 318.75º | 0.71% | 0.6% | - |
| HSV(B) | 318.75º | 0.64% | 0.88% | - |
| XYZ | 42.23 | 25.19 | 45.82 | - |
| YUV | 135.34 | 153.21 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 180 | 0 | 0.64 | 0.2 | 0.12 | 318.75 | 0.71 | 0.6 |
| Hex | E1 | 51 | B4 | 0 | 40 | 14 | C | 13F | 47 | 3C |
| Octal | 341 | 121 | 264 | 0 | 100 | 24 | 14 | 477 | 107 | 74 |
| Binary | 11100001 | 1010001 | 10110100 | 0 | 1000000 | 10100 | 1100 | 100111111 | 1000111 | 111100 |
Color Harmonies of #E151B4
Complementary color
Monochromatic Colors of #E151B4
Black with #E151B4
Text Example
Text Example
White with #E151B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E151B4; }
p { color: rgb(225,81,180); }
H1.HeaderClassName
{
color: #E151B4;
}
.AnyTagClassName
{
color: #E151B4;
}
</style>
background-color css
<style>
a { background-color: #E151B4; }
a { background-color: rgb(225,81,180); }
div.DivClassName
{
background-color: #E151B4;
}
.BgClassName
{
background-color: #E151B4;
}
</style>
border-color css
<style>
span { border-color: #E151B4; }
span { border-color: rgb(225,81,180); }
td.TdClassName
{
border-color: #E151B4;
}
.TagClassName
{
border-color: #E151B4;
}
</style>