Shades of Brilliant Rose #E554A0
Tints of Brilliant Rose #E554A0
RGB
CMYK
RGB Variations
Color information
#E554A0 (or 0xE554A0) is known color: Brilliant Rose. HEX triplet: E5, 54 and A0. RGB value is (229,84,160). Sum of RGB (Red+Green+Blue) = 229+84+160=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E554A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E554A0 is #1AAB5F. Grayscale: #878787. Windows color (decimal): -1747808 or 10507493. OLE color: 10507493.
HSL color Cylindrical-coordinate representation of color #E554A0: hue angle of 328.55º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E554A0 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 160 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.10 |
| HSL | 328.55º | 0.74% | 0.61% | - |
| HSV(B) | 328.55º | 0.63% | 0.9% | - |
| XYZ | 41.83 | 25.54 | 35.98 | - |
| YUV | 136.02 | 141.54 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 160 | 0 | 0.63 | 0.30 | 0.10 | 328.55 | 0.74 | 0.61 |
| Hex | E5 | 54 | A0 | 0 | 3F | 1E | A | 149 | 4A | 3D |
| Octal | 345 | 124 | 240 | 0 | 77 | 36 | 12 | 511 | 112 | 75 |
| Binary | 11100101 | 1010100 | 10100000 | 0 | 111111 | 11110 | 1010 | 101001001 | 1001010 | 111101 |
Color Harmonies of #E554A0
Complementary color
Monochromatic Colors of #E554A0
Black with #E554A0
Text Example
Text Example
White with #E554A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E554A0; }
p { color: rgb(229,84,160); }
H1.HeaderClassName
{
color: #E554A0;
}
.AnyTagClassName
{
color: #E554A0;
}
</style>
background-color css
<style>
a { background-color: #E554A0; }
a { background-color: rgb(229,84,160); }
div.DivClassName
{
background-color: #E554A0;
}
.BgClassName
{
background-color: #E554A0;
}
</style>
border-color css
<style>
span { border-color: #E554A0; }
span { border-color: rgb(229,84,160); }
td.TdClassName
{
border-color: #E554A0;
}
.TagClassName
{
border-color: #E554A0;
}
</style>