Shades of Brilliant Rose #E15AA3
Tints of Brilliant Rose #E15AA3
RGB
CMYK
RGB Variations
Color information
#E15AA3 (or 0xE15AA3) is known color: Brilliant Rose. HEX triplet: E1, 5A and A3. RGB value is (225,90,163). Sum of RGB (Red+Green+Blue) = 225+90+163=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E15AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15AA3 is #1EA55C. Grayscale: #8A8A8A. Windows color (decimal): -2008413 or 10705633. OLE color: 10705633.
HSL color Cylindrical-coordinate representation of color #E15AA3: hue angle of 327.56º 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 #E15AA3 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 163 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.12 |
| HSL | 327.56º | 0.69% | 0.62% | - |
| HSV(B) | 327.56º | 0.6% | 0.88% | - |
| XYZ | 41.32 | 25.96 | 37.48 | - |
| YUV | 138.69 | 141.73 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 163 | 0 | 0.60 | 0.28 | 0.12 | 327.56 | 0.69 | 0.62 |
| Hex | E1 | 5A | A3 | 0 | 3C | 1C | C | 148 | 45 | 3E |
| Octal | 341 | 132 | 243 | 0 | 74 | 34 | 14 | 510 | 105 | 76 |
| Binary | 11100001 | 1011010 | 10100011 | 0 | 111100 | 11100 | 1100 | 101001000 | 1000101 | 111110 |
Color Harmonies of #E15AA3
Complementary color
Monochromatic Colors of #E15AA3
Black with #E15AA3
Text Example
Text Example
White with #E15AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15AA3; }
p { color: rgb(225,90,163); }
H1.HeaderClassName
{
color: #E15AA3;
}
.AnyTagClassName
{
color: #E15AA3;
}
</style>
background-color css
<style>
a { background-color: #E15AA3; }
a { background-color: rgb(225,90,163); }
div.DivClassName
{
background-color: #E15AA3;
}
.BgClassName
{
background-color: #E15AA3;
}
</style>
border-color css
<style>
span { border-color: #E15AA3; }
span { border-color: rgb(225,90,163); }
td.TdClassName
{
border-color: #E15AA3;
}
.TagClassName
{
border-color: #E15AA3;
}
</style>