Shades of Brilliant Rose #E15AA8
Tints of Brilliant Rose #E15AA8
RGB
CMYK
RGB Variations
Color information
#E15AA8 (or 0xE15AA8) is known color: Brilliant Rose. HEX triplet: E1, 5A and A8. RGB value is (225,90,168). Sum of RGB (Red+Green+Blue) = 225+90+168=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E15AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15AA8 is #1EA557. Grayscale: #8B8B8B. Windows color (decimal): -2008408 or 11033313. OLE color: 11033313.
HSL color Cylindrical-coordinate representation of color #E15AA8: hue angle of 325.33º 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 #E15AA8 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 168 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.12 |
| HSL | 325.33º | 0.69% | 0.62% | - |
| HSV(B) | 325.33º | 0.6% | 0.88% | - |
| XYZ | 41.78 | 26.15 | 39.89 | - |
| YUV | 139.26 | 144.23 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 168 | 0 | 0.60 | 0.25 | 0.12 | 325.33 | 0.69 | 0.62 |
| Hex | E1 | 5A | A8 | 0 | 3C | 19 | C | 145 | 45 | 3E |
| Octal | 341 | 132 | 250 | 0 | 74 | 31 | 14 | 505 | 105 | 76 |
| Binary | 11100001 | 1011010 | 10101000 | 0 | 111100 | 11001 | 1100 | 101000101 | 1000101 | 111110 |
Color Harmonies of #E15AA8
Complementary color
Monochromatic Colors of #E15AA8
Black with #E15AA8
Text Example
Text Example
White with #E15AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15AA8; }
p { color: rgb(225,90,168); }
H1.HeaderClassName
{
color: #E15AA8;
}
.AnyTagClassName
{
color: #E15AA8;
}
</style>
background-color css
<style>
a { background-color: #E15AA8; }
a { background-color: rgb(225,90,168); }
div.DivClassName
{
background-color: #E15AA8;
}
.BgClassName
{
background-color: #E15AA8;
}
</style>
border-color css
<style>
span { border-color: #E15AA8; }
span { border-color: rgb(225,90,168); }
td.TdClassName
{
border-color: #E15AA8;
}
.TagClassName
{
border-color: #E15AA8;
}
</style>