Shades of Brilliant Rose #E455A9
Tints of Brilliant Rose #E455A9
RGB
CMYK
RGB Variations
Color information
#E455A9 (or 0xE455A9) is known color: Brilliant Rose. HEX triplet: E4, 55 and A9. RGB value is (228,85,169). Sum of RGB (Red+Green+Blue) = 228+85+169=482 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.30% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 228 - color contains mainly: red. Hex color #E455A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E455A9 is #1BAA56. Grayscale: #898989. Windows color (decimal): -1813079 or 11097572. OLE color: 11097572.
HSL color Cylindrical-coordinate representation of color #E455A9: hue angle of 324.76º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E455A9 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 169 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.11 |
| HSL | 324.76º | 0.73% | 0.61% | - |
| HSV(B) | 324.76º | 0.63% | 0.89% | - |
| XYZ | 42.4 | 25.86 | 40.29 | - |
| YUV | 137.33 | 145.88 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 169 | 0 | 0.63 | 0.26 | 0.11 | 324.76 | 0.73 | 0.61 |
| Hex | E4 | 55 | A9 | 0 | 3F | 1A | B | 145 | 49 | 3D |
| Octal | 344 | 125 | 251 | 0 | 77 | 32 | 13 | 505 | 111 | 75 |
| Binary | 11100100 | 1010101 | 10101001 | 0 | 111111 | 11010 | 1011 | 101000101 | 1001001 | 111101 |
Color Harmonies of #E455A9
Complementary color
Monochromatic Colors of #E455A9
Black with #E455A9
Text Example
Text Example
White with #E455A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E455A9; }
p { color: rgb(228,85,169); }
H1.HeaderClassName
{
color: #E455A9;
}
.AnyTagClassName
{
color: #E455A9;
}
</style>
background-color css
<style>
a { background-color: #E455A9; }
a { background-color: rgb(228,85,169); }
div.DivClassName
{
background-color: #E455A9;
}
.BgClassName
{
background-color: #E455A9;
}
</style>
border-color css
<style>
span { border-color: #E455A9; }
span { border-color: rgb(228,85,169); }
td.TdClassName
{
border-color: #E455A9;
}
.TagClassName
{
border-color: #E455A9;
}
</style>