Shades of Brilliant Rose #E459A1
Tints of Brilliant Rose #E459A1
RGB
CMYK
RGB Variations
Color information
#E459A1 (or 0xE459A1) is known color: Brilliant Rose. HEX triplet: E4, 59 and A1. RGB value is (228,89,161). Sum of RGB (Red+Green+Blue) = 228+89+161=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 228 - color contains mainly: red. Hex color #E459A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E459A1 is #1BA65E. Grayscale: #8A8A8A. Windows color (decimal): -1812063 or 10574308. OLE color: 10574308.
HSL color Cylindrical-coordinate representation of color #E459A1: hue angle of 328.92º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E459A1 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 89 | 161 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.11 |
| HSL | 328.92º | 0.72% | 0.62% | - |
| HSV(B) | 328.92º | 0.61% | 0.89% | - |
| XYZ | 42 | 26.21 | 36.56 | - |
| YUV | 138.77 | 140.55 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 89 | 161 | 0 | 0.61 | 0.29 | 0.11 | 328.92 | 0.72 | 0.62 |
| Hex | E4 | 59 | A1 | 0 | 3D | 1D | B | 149 | 48 | 3E |
| Octal | 344 | 131 | 241 | 0 | 75 | 35 | 13 | 511 | 110 | 76 |
| Binary | 11100100 | 1011001 | 10100001 | 0 | 111101 | 11101 | 1011 | 101001001 | 1001000 | 111110 |
Color Harmonies of #E459A1
Complementary color
Monochromatic Colors of #E459A1
Black with #E459A1
Text Example
Text Example
White with #E459A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E459A1; }
p { color: rgb(228,89,161); }
H1.HeaderClassName
{
color: #E459A1;
}
.AnyTagClassName
{
color: #E459A1;
}
</style>
background-color css
<style>
a { background-color: #E459A1; }
a { background-color: rgb(228,89,161); }
div.DivClassName
{
background-color: #E459A1;
}
.BgClassName
{
background-color: #E459A1;
}
</style>
border-color css
<style>
span { border-color: #E459A1; }
span { border-color: rgb(228,89,161); }
td.TdClassName
{
border-color: #E459A1;
}
.TagClassName
{
border-color: #E459A1;
}
</style>