Shades of Brilliant Rose #E150B5
Tints of Brilliant Rose #E150B5
RGB
CMYK
RGB Variations
Color information
#E150B5 (or 0xE150B5) is known color: Brilliant Rose. HEX triplet: E1, 50 and B5. RGB value is (225,80,181). Sum of RGB (Red+Green+Blue) = 225+80+181=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E150B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E150B5 is #1EAF4A. Grayscale: #868686. Windows color (decimal): -2010955 or 11882721. OLE color: 11882721.
HSL color Cylindrical-coordinate representation of color #E150B5: hue angle of 318.21º 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 #E150B5 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 181 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.12 |
| HSL | 318.21º | 0.71% | 0.6% | - |
| HSV(B) | 318.21º | 0.64% | 0.88% | - |
| XYZ | 42.26 | 25.08 | 46.33 | - |
| YUV | 134.87 | 154.04 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 181 | 0 | 0.64 | 0.20 | 0.12 | 318.21 | 0.71 | 0.6 |
| Hex | E1 | 50 | B5 | 0 | 40 | 14 | C | 13E | 47 | 3C |
| Octal | 341 | 120 | 265 | 0 | 100 | 24 | 14 | 476 | 107 | 74 |
| Binary | 11100001 | 1010000 | 10110101 | 0 | 1000000 | 10100 | 1100 | 100111110 | 1000111 | 111100 |
Color Harmonies of #E150B5
Complementary color
Monochromatic Colors of #E150B5
Black with #E150B5
Text Example
Text Example
White with #E150B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E150B5; }
p { color: rgb(225,80,181); }
H1.HeaderClassName
{
color: #E150B5;
}
.AnyTagClassName
{
color: #E150B5;
}
</style>
background-color css
<style>
a { background-color: #E150B5; }
a { background-color: rgb(225,80,181); }
div.DivClassName
{
background-color: #E150B5;
}
.BgClassName
{
background-color: #E150B5;
}
</style>
border-color css
<style>
span { border-color: #E150B5; }
span { border-color: rgb(225,80,181); }
td.TdClassName
{
border-color: #E150B5;
}
.TagClassName
{
border-color: #E150B5;
}
</style>