Shades of Brilliant Rose #E453B0
Tints of Brilliant Rose #E453B0
RGB
CMYK
RGB Variations
Color information
#E453B0 (or 0xE453B0) is known color: Brilliant Rose. HEX triplet: E4, 53 and B0. RGB value is (228,83,176). Sum of RGB (Red+Green+Blue) = 228+83+176=487 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.82% from 487); Green value is 83 (32.81% from 255 or 17.04% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 228 - color contains mainly: red. Hex color #E453B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E453B0 is #1BAC4F. Grayscale: #888888. Windows color (decimal): -1813584 or 11555812. OLE color: 11555812.
HSL color Cylindrical-coordinate representation of color #E453B0: hue angle of 321.52º 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 #E453B0 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 83 | 176 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.11 |
| HSL | 321.52º | 0.73% | 0.61% | - |
| HSV(B) | 321.52º | 0.64% | 0.89% | - |
| XYZ | 42.92 | 25.82 | 43.79 | - |
| YUV | 136.96 | 150.04 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 83 | 176 | 0 | 0.64 | 0.23 | 0.11 | 321.52 | 0.73 | 0.61 |
| Hex | E4 | 53 | B0 | 0 | 40 | 17 | B | 142 | 49 | 3D |
| Octal | 344 | 123 | 260 | 0 | 100 | 27 | 13 | 502 | 111 | 75 |
| Binary | 11100100 | 1010011 | 10110000 | 0 | 1000000 | 10111 | 1011 | 101000010 | 1001001 | 111101 |
Color Harmonies of #E453B0
Complementary color
Monochromatic Colors of #E453B0
Black with #E453B0
Text Example
Text Example
White with #E453B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E453B0; }
p { color: rgb(228,83,176); }
H1.HeaderClassName
{
color: #E453B0;
}
.AnyTagClassName
{
color: #E453B0;
}
</style>
background-color css
<style>
a { background-color: #E453B0; }
a { background-color: rgb(228,83,176); }
div.DivClassName
{
background-color: #E453B0;
}
.BgClassName
{
background-color: #E453B0;
}
</style>
border-color css
<style>
span { border-color: #E453B0; }
span { border-color: rgb(228,83,176); }
td.TdClassName
{
border-color: #E453B0;
}
.TagClassName
{
border-color: #E453B0;
}
</style>