Shades of Brilliant Rose #E15AAC
Tints of Brilliant Rose #E15AAC
RGB
CMYK
RGB Variations
Color information
#E15AAC (or 0xE15AAC) is known color: Brilliant Rose. HEX triplet: E1, 5A and AC. RGB value is (225,90,172). Sum of RGB (Red+Green+Blue) = 225+90+172=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E15AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15AAC is #1EA553. Grayscale: #8B8B8B. Windows color (decimal): -2008404 or 11295457. OLE color: 11295457.
HSL color Cylindrical-coordinate representation of color #E15AAC: hue angle of 323.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 #E15AAC is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 172 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.12 |
| HSL | 323.56º | 0.69% | 0.62% | - |
| HSV(B) | 323.56º | 0.6% | 0.88% | - |
| XYZ | 42.15 | 26.3 | 41.88 | - |
| YUV | 139.71 | 146.23 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 172 | 0 | 0.60 | 0.24 | 0.12 | 323.56 | 0.69 | 0.62 |
| Hex | E1 | 5A | AC | 0 | 3C | 18 | C | 144 | 45 | 3E |
| Octal | 341 | 132 | 254 | 0 | 74 | 30 | 14 | 504 | 105 | 76 |
| Binary | 11100001 | 1011010 | 10101100 | 0 | 111100 | 11000 | 1100 | 101000100 | 1000101 | 111110 |
Color Harmonies of #E15AAC
Complementary color
Monochromatic Colors of #E15AAC
Black with #E15AAC
Text Example
Text Example
White with #E15AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15AAC; }
p { color: rgb(225,90,172); }
H1.HeaderClassName
{
color: #E15AAC;
}
.AnyTagClassName
{
color: #E15AAC;
}
</style>
background-color css
<style>
a { background-color: #E15AAC; }
a { background-color: rgb(225,90,172); }
div.DivClassName
{
background-color: #E15AAC;
}
.BgClassName
{
background-color: #E15AAC;
}
</style>
border-color css
<style>
span { border-color: #E15AAC; }
span { border-color: rgb(225,90,172); }
td.TdClassName
{
border-color: #E15AAC;
}
.TagClassName
{
border-color: #E15AAC;
}
</style>