Shades of Brilliant Rose #E15EA6
Tints of Brilliant Rose #E15EA6
RGB
CMYK
RGB Variations
Color information
#E15EA6 (or 0xE15EA6) is known color: Brilliant Rose. HEX triplet: E1, 5E and A6. RGB value is (225,94,166). Sum of RGB (Red+Green+Blue) = 225+94+166=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E15EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15EA6 is #1EA159. Grayscale: #8D8D8D. Windows color (decimal): -2007386 or 10903265. OLE color: 10903265.
HSL color Cylindrical-coordinate representation of color #E15EA6: hue angle of 327.02º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15EA6 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 94 | 166 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.12 |
| HSL | 327.02º | 0.69% | 0.63% | - |
| HSV(B) | 327.02º | 0.58% | 0.88% | - |
| XYZ | 41.94 | 26.77 | 39.03 | - |
| YUV | 141.38 | 141.9 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 166 | 0 | 0.58 | 0.26 | 0.12 | 327.02 | 0.69 | 0.63 |
| Hex | E1 | 5E | A6 | 0 | 3A | 1A | C | 147 | 45 | 3F |
| Octal | 341 | 136 | 246 | 0 | 72 | 32 | 14 | 507 | 105 | 77 |
| Binary | 11100001 | 1011110 | 10100110 | 0 | 111010 | 11010 | 1100 | 101000111 | 1000101 | 111111 |
Color Harmonies of #E15EA6
Complementary color
Monochromatic Colors of #E15EA6
Black with #E15EA6
Text Example
Text Example
White with #E15EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15EA6; }
p { color: rgb(225,94,166); }
H1.HeaderClassName
{
color: #E15EA6;
}
.AnyTagClassName
{
color: #E15EA6;
}
</style>
background-color css
<style>
a { background-color: #E15EA6; }
a { background-color: rgb(225,94,166); }
div.DivClassName
{
background-color: #E15EA6;
}
.BgClassName
{
background-color: #E15EA6;
}
</style>
border-color css
<style>
span { border-color: #E15EA6; }
span { border-color: rgb(225,94,166); }
td.TdClassName
{
border-color: #E15EA6;
}
.TagClassName
{
border-color: #E15EA6;
}
</style>