Shades of Brilliant Rose #E453A1
Tints of Brilliant Rose #E453A1
RGB
CMYK
RGB Variations
Color information
#E453A1 (or 0xE453A1) is known color: Brilliant Rose. HEX triplet: E4, 53 and A1. RGB value is (228,83,161). Sum of RGB (Red+Green+Blue) = 228+83+161=472 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.31% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 228 - color contains mainly: red. Hex color #E453A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E453A1 is #1BAC5E. Grayscale: #878787. Windows color (decimal): -1813599 or 10572772. OLE color: 10572772.
HSL color Cylindrical-coordinate representation of color #E453A1: hue angle of 327.72º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E453A1 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 83 | 161 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.11 |
| HSL | 327.72º | 0.73% | 0.61% | - |
| HSV(B) | 327.72º | 0.64% | 0.89% | - |
| XYZ | 41.52 | 25.25 | 36.4 | - |
| YUV | 135.25 | 142.54 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 83 | 161 | 0 | 0.64 | 0.29 | 0.11 | 327.72 | 0.73 | 0.61 |
| Hex | E4 | 53 | A1 | 0 | 40 | 1D | B | 148 | 49 | 3D |
| Octal | 344 | 123 | 241 | 0 | 100 | 35 | 13 | 510 | 111 | 75 |
| Binary | 11100100 | 1010011 | 10100001 | 0 | 1000000 | 11101 | 1011 | 101001000 | 1001001 | 111101 |
Color Harmonies of #E453A1
Complementary color
Monochromatic Colors of #E453A1
Black with #E453A1
Text Example
Text Example
White with #E453A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E453A1; }
p { color: rgb(228,83,161); }
H1.HeaderClassName
{
color: #E453A1;
}
.AnyTagClassName
{
color: #E453A1;
}
</style>
background-color css
<style>
a { background-color: #E453A1; }
a { background-color: rgb(228,83,161); }
div.DivClassName
{
background-color: #E453A1;
}
.BgClassName
{
background-color: #E453A1;
}
</style>
border-color css
<style>
span { border-color: #E453A1; }
span { border-color: rgb(228,83,161); }
td.TdClassName
{
border-color: #E453A1;
}
.TagClassName
{
border-color: #E453A1;
}
</style>