Shades of Brilliant Rose #E15DA9
Tints of Brilliant Rose #E15DA9
RGB
CMYK
RGB Variations
Color information
#E15DA9 (or 0xE15DA9) is known color: Brilliant Rose. HEX triplet: E1, 5D and A9. RGB value is (225,93,169). Sum of RGB (Red+Green+Blue) = 225+93+169=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15DA9 is #1EA256. Grayscale: #8C8C8C. Windows color (decimal): -2007639 or 11099617. OLE color: 11099617.
HSL color Cylindrical-coordinate representation of color #E15DA9: hue angle of 325.45º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15DA9 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 169 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.12 |
| HSL | 325.45º | 0.69% | 0.62% | - |
| HSV(B) | 325.45º | 0.59% | 0.88% | - |
| XYZ | 42.13 | 26.7 | 40.47 | - |
| YUV | 141.13 | 143.73 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 169 | 0 | 0.59 | 0.25 | 0.12 | 325.45 | 0.69 | 0.62 |
| Hex | E1 | 5D | A9 | 0 | 3B | 19 | C | 145 | 45 | 3E |
| Octal | 341 | 135 | 251 | 0 | 73 | 31 | 14 | 505 | 105 | 76 |
| Binary | 11100001 | 1011101 | 10101001 | 0 | 111011 | 11001 | 1100 | 101000101 | 1000101 | 111110 |
Color Harmonies of #E15DA9
Complementary color
Monochromatic Colors of #E15DA9
Black with #E15DA9
Text Example
Text Example
White with #E15DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15DA9; }
p { color: rgb(225,93,169); }
H1.HeaderClassName
{
color: #E15DA9;
}
.AnyTagClassName
{
color: #E15DA9;
}
</style>
background-color css
<style>
a { background-color: #E15DA9; }
a { background-color: rgb(225,93,169); }
div.DivClassName
{
background-color: #E15DA9;
}
.BgClassName
{
background-color: #E15DA9;
}
</style>
border-color css
<style>
span { border-color: #E15DA9; }
span { border-color: rgb(225,93,169); }
td.TdClassName
{
border-color: #E15DA9;
}
.TagClassName
{
border-color: #E15DA9;
}
</style>