Shades of Brilliant Rose #E15BAA
Tints of Brilliant Rose #E15BAA
RGB
CMYK
RGB Variations
Color information
#E15BAA (or 0xE15BAA) is known color: Brilliant Rose. HEX triplet: E1, 5B and AA. RGB value is (225,91,170). Sum of RGB (Red+Green+Blue) = 225+91+170=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E15BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15BAA is #1EA455. Grayscale: #8B8B8B. Windows color (decimal): -2008150 or 11164641. OLE color: 11164641.
HSL color Cylindrical-coordinate representation of color #E15BAA: hue angle of 324.63º 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 #E15BAA is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 170 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.12 |
| HSL | 324.63º | 0.69% | 0.62% | - |
| HSV(B) | 324.63º | 0.6% | 0.88% | - |
| XYZ | 42.05 | 26.39 | 40.91 | - |
| YUV | 140.07 | 144.89 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 170 | 0 | 0.60 | 0.24 | 0.12 | 324.63 | 0.69 | 0.62 |
| Hex | E1 | 5B | AA | 0 | 3C | 18 | C | 145 | 45 | 3E |
| Octal | 341 | 133 | 252 | 0 | 74 | 30 | 14 | 505 | 105 | 76 |
| Binary | 11100001 | 1011011 | 10101010 | 0 | 111100 | 11000 | 1100 | 101000101 | 1000101 | 111110 |
Color Harmonies of #E15BAA
Complementary color
Monochromatic Colors of #E15BAA
Black with #E15BAA
Text Example
Text Example
White with #E15BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15BAA; }
p { color: rgb(225,91,170); }
H1.HeaderClassName
{
color: #E15BAA;
}
.AnyTagClassName
{
color: #E15BAA;
}
</style>
background-color css
<style>
a { background-color: #E15BAA; }
a { background-color: rgb(225,91,170); }
div.DivClassName
{
background-color: #E15BAA;
}
.BgClassName
{
background-color: #E15BAA;
}
</style>
border-color css
<style>
span { border-color: #E15BAA; }
span { border-color: rgb(225,91,170); }
td.TdClassName
{
border-color: #E15BAA;
}
.TagClassName
{
border-color: #E15BAA;
}
</style>