Shades of Brilliant Rose #E453AA
Tints of Brilliant Rose #E453AA
RGB
CMYK
RGB Variations
Color information
#E453AA (or 0xE453AA) is known color: Brilliant Rose. HEX triplet: E4, 53 and AA. RGB value is (228,83,170). Sum of RGB (Red+Green+Blue) = 228+83+170=481 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.40% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 228 - color contains mainly: red. Hex color #E453AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E453AA is #1BAC55. Grayscale: #888888. Windows color (decimal): -1813590 or 11162596. OLE color: 11162596.
HSL color Cylindrical-coordinate representation of color #E453AA: hue angle of 324º 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 #E453AA is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 83 | 170 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.11 |
| HSL | 324º | 0.73% | 0.61% | - |
| HSV(B) | 324º | 0.64% | 0.89% | - |
| XYZ | 42.34 | 25.58 | 40.74 | - |
| YUV | 136.27 | 147.04 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 83 | 170 | 0 | 0.64 | 0.25 | 0.11 | 324 | 0.73 | 0.61 |
| Hex | E4 | 53 | AA | 0 | 40 | 19 | B | 144 | 49 | 3D |
| Octal | 344 | 123 | 252 | 0 | 100 | 31 | 13 | 504 | 111 | 75 |
| Binary | 11100100 | 1010011 | 10101010 | 0 | 1000000 | 11001 | 1011 | 101000100 | 1001001 | 111101 |
Color Harmonies of #E453AA
Complementary color
Monochromatic Colors of #E453AA
Black with #E453AA
Text Example
Text Example
White with #E453AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E453AA; }
p { color: rgb(228,83,170); }
H1.HeaderClassName
{
color: #E453AA;
}
.AnyTagClassName
{
color: #E453AA;
}
</style>
background-color css
<style>
a { background-color: #E453AA; }
a { background-color: rgb(228,83,170); }
div.DivClassName
{
background-color: #E453AA;
}
.BgClassName
{
background-color: #E453AA;
}
</style>
border-color css
<style>
span { border-color: #E453AA; }
span { border-color: rgb(228,83,170); }
td.TdClassName
{
border-color: #E453AA;
}
.TagClassName
{
border-color: #E453AA;
}
</style>