Shades of Brilliant Rose #E54EB0
Tints of Brilliant Rose #E54EB0
RGB
CMYK
RGB Variations
Color information
#E54EB0 (or 0xE54EB0) is known color: Brilliant Rose. HEX triplet: E5, 4E and B0. RGB value is (229,78,176). Sum of RGB (Red+Green+Blue) = 229+78+176=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E54EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54EB0 is #1AB14F. Grayscale: #868686. Windows color (decimal): -1749328 or 11554533. OLE color: 11554533.
HSL color Cylindrical-coordinate representation of color #E54EB0: hue angle of 321.06º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54EB0 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 176 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.10 |
| HSL | 321.06º | 0.74% | 0.6% | - |
| HSV(B) | 321.06º | 0.66% | 0.9% | - |
| XYZ | 42.87 | 25.24 | 43.69 | - |
| YUV | 134.32 | 151.53 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 176 | 0 | 0.66 | 0.23 | 0.10 | 321.06 | 0.74 | 0.6 |
| Hex | E5 | 4E | B0 | 0 | 42 | 17 | A | 141 | 4A | 3C |
| Octal | 345 | 116 | 260 | 0 | 102 | 27 | 12 | 501 | 112 | 74 |
| Binary | 11100101 | 1001110 | 10110000 | 0 | 1000010 | 10111 | 1010 | 101000001 | 1001010 | 111100 |
Color Harmonies of #E54EB0
Complementary color
Monochromatic Colors of #E54EB0
Black with #E54EB0
Text Example
Text Example
White with #E54EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54EB0; }
p { color: rgb(229,78,176); }
H1.HeaderClassName
{
color: #E54EB0;
}
.AnyTagClassName
{
color: #E54EB0;
}
</style>
background-color css
<style>
a { background-color: #E54EB0; }
a { background-color: rgb(229,78,176); }
div.DivClassName
{
background-color: #E54EB0;
}
.BgClassName
{
background-color: #E54EB0;
}
</style>
border-color css
<style>
span { border-color: #E54EB0; }
span { border-color: rgb(229,78,176); }
td.TdClassName
{
border-color: #E54EB0;
}
.TagClassName
{
border-color: #E54EB0;
}
</style>