Shades of Brilliant Rose #E457A1
Tints of Brilliant Rose #E457A1
RGB
CMYK
RGB Variations
Color information
#E457A1 (or 0xE457A1) is known color: Brilliant Rose. HEX triplet: E4, 57 and A1. RGB value is (228,87,161). Sum of RGB (Red+Green+Blue) = 228+87+161=476 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.90% from 476); Green value is 87 (34.38% from 255 or 18.28% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 228 - color contains mainly: red. Hex color #E457A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E457A1 is #1BA85E. Grayscale: #898989. Windows color (decimal): -1812575 or 10573796. OLE color: 10573796.
HSL color Cylindrical-coordinate representation of color #E457A1: hue angle of 328.51º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E457A1 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 87 | 161 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.11 |
| HSL | 328.51º | 0.72% | 0.62% | - |
| HSV(B) | 328.51º | 0.62% | 0.89% | - |
| XYZ | 41.84 | 25.88 | 36.51 | - |
| YUV | 137.6 | 141.21 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 87 | 161 | 0 | 0.62 | 0.29 | 0.11 | 328.51 | 0.72 | 0.62 |
| Hex | E4 | 57 | A1 | 0 | 3E | 1D | B | 149 | 48 | 3E |
| Octal | 344 | 127 | 241 | 0 | 76 | 35 | 13 | 511 | 110 | 76 |
| Binary | 11100100 | 1010111 | 10100001 | 0 | 111110 | 11101 | 1011 | 101001001 | 1001000 | 111110 |
Color Harmonies of #E457A1
Complementary color
Monochromatic Colors of #E457A1
Black with #E457A1
Text Example
Text Example
White with #E457A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E457A1; }
p { color: rgb(228,87,161); }
H1.HeaderClassName
{
color: #E457A1;
}
.AnyTagClassName
{
color: #E457A1;
}
</style>
background-color css
<style>
a { background-color: #E457A1; }
a { background-color: rgb(228,87,161); }
div.DivClassName
{
background-color: #E457A1;
}
.BgClassName
{
background-color: #E457A1;
}
</style>
border-color css
<style>
span { border-color: #E457A1; }
span { border-color: rgb(228,87,161); }
td.TdClassName
{
border-color: #E457A1;
}
.TagClassName
{
border-color: #E457A1;
}
</style>