Shades of Brilliant Rose #E055A0
Tints of Brilliant Rose #E055A0
RGB
CMYK
RGB Variations
Color information
#E055A0 (or 0xE055A0) is known color: Brilliant Rose. HEX triplet: E0, 55 and A0. RGB value is (224,85,160). Sum of RGB (Red+Green+Blue) = 224+85+160=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E055A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E055A0 is #1FAA5F. Grayscale: #868686. Windows color (decimal): -2075232 or 10507744. OLE color: 10507744.
HSL color Cylindrical-coordinate representation of color #E055A0: hue angle of 327.63º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E055A0 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 85 | 160 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.12 |
| HSL | 327.63º | 0.69% | 0.61% | - |
| HSV(B) | 327.63º | 0.62% | 0.88% | - |
| XYZ | 40.33 | 24.88 | 35.93 | - |
| YUV | 135.11 | 142.05 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 85 | 160 | 0 | 0.62 | 0.29 | 0.12 | 327.63 | 0.69 | 0.61 |
| Hex | E0 | 55 | A0 | 0 | 3E | 1D | C | 148 | 45 | 3D |
| Octal | 340 | 125 | 240 | 0 | 76 | 35 | 14 | 510 | 105 | 75 |
| Binary | 11100000 | 1010101 | 10100000 | 0 | 111110 | 11101 | 1100 | 101001000 | 1000101 | 111101 |
Color Harmonies of #E055A0
Complementary color
Monochromatic Colors of #E055A0
Black with #E055A0
Text Example
Text Example
White with #E055A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E055A0; }
p { color: rgb(224,85,160); }
H1.HeaderClassName
{
color: #E055A0;
}
.AnyTagClassName
{
color: #E055A0;
}
</style>
background-color css
<style>
a { background-color: #E055A0; }
a { background-color: rgb(224,85,160); }
div.DivClassName
{
background-color: #E055A0;
}
.BgClassName
{
background-color: #E055A0;
}
</style>
border-color css
<style>
span { border-color: #E055A0; }
span { border-color: rgb(224,85,160); }
td.TdClassName
{
border-color: #E055A0;
}
.TagClassName
{
border-color: #E055A0;
}
</style>