Shades of Brilliant Rose #E15BA7
Tints of Brilliant Rose #E15BA7
RGB
CMYK
RGB Variations
Color information
#E15BA7 (or 0xE15BA7) is known color: Brilliant Rose. HEX triplet: E1, 5B and A7. RGB value is (225,91,167). Sum of RGB (Red+Green+Blue) = 225+91+167=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 91 (35.94% from 255 or 18.84% from 483); Blue value is 167 (65.62% from 255 or 34.58% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E15BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15BA7 is #1EA458. Grayscale: #8B8B8B. Windows color (decimal): -2008153 or 10968033. OLE color: 10968033.
HSL color Cylindrical-coordinate representation of color #E15BA7: hue angle of 325.97º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15BA7 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 167 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.12 |
| HSL | 325.97º | 0.69% | 0.62% | - |
| HSV(B) | 325.97º | 0.6% | 0.88% | - |
| XYZ | 41.77 | 26.28 | 39.43 | - |
| YUV | 139.73 | 143.39 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 167 | 0 | 0.60 | 0.26 | 0.12 | 325.97 | 0.69 | 0.62 |
| Hex | E1 | 5B | A7 | 0 | 3C | 1A | C | 146 | 45 | 3E |
| Octal | 341 | 133 | 247 | 0 | 74 | 32 | 14 | 506 | 105 | 76 |
| Binary | 11100001 | 1011011 | 10100111 | 0 | 111100 | 11010 | 1100 | 101000110 | 1000101 | 111110 |
Color Harmonies of #E15BA7
Complementary color
Monochromatic Colors of #E15BA7
Black with #E15BA7
Text Example
Text Example
White with #E15BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15BA7; }
p { color: rgb(225,91,167); }
H1.HeaderClassName
{
color: #E15BA7;
}
.AnyTagClassName
{
color: #E15BA7;
}
</style>
background-color css
<style>
a { background-color: #E15BA7; }
a { background-color: rgb(225,91,167); }
div.DivClassName
{
background-color: #E15BA7;
}
.BgClassName
{
background-color: #E15BA7;
}
</style>
border-color css
<style>
span { border-color: #E15BA7; }
span { border-color: rgb(225,91,167); }
td.TdClassName
{
border-color: #E15BA7;
}
.TagClassName
{
border-color: #E15BA7;
}
</style>