Shades of Brilliant Rose #E455A0
Tints of Brilliant Rose #E455A0
RGB
CMYK
RGB Variations
Color information
#E455A0 (or 0xE455A0) is known color: Brilliant Rose. HEX triplet: E4, 55 and A0. RGB value is (228,85,160). Sum of RGB (Red+Green+Blue) = 228+85+160=473 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.20% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 228 - color contains mainly: red. Hex color #E455A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E455A0 is #1BAA5F. Grayscale: #888888. Windows color (decimal): -1813088 or 10507748. OLE color: 10507748.
HSL color Cylindrical-coordinate representation of color #E455A0: hue angle of 328.53º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E455A0 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 160 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.11 |
| HSL | 328.53º | 0.73% | 0.61% | - |
| HSV(B) | 328.53º | 0.63% | 0.89% | - |
| XYZ | 41.59 | 25.53 | 35.99 | - |
| YUV | 136.31 | 141.38 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 160 | 0 | 0.63 | 0.30 | 0.11 | 328.53 | 0.73 | 0.61 |
| Hex | E4 | 55 | A0 | 0 | 3F | 1E | B | 149 | 49 | 3D |
| Octal | 344 | 125 | 240 | 0 | 77 | 36 | 13 | 511 | 111 | 75 |
| Binary | 11100100 | 1010101 | 10100000 | 0 | 111111 | 11110 | 1011 | 101001001 | 1001001 | 111101 |
Color Harmonies of #E455A0
Complementary color
Monochromatic Colors of #E455A0
Black with #E455A0
Text Example
Text Example
White with #E455A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E455A0; }
p { color: rgb(228,85,160); }
H1.HeaderClassName
{
color: #E455A0;
}
.AnyTagClassName
{
color: #E455A0;
}
</style>
background-color css
<style>
a { background-color: #E455A0; }
a { background-color: rgb(228,85,160); }
div.DivClassName
{
background-color: #E455A0;
}
.BgClassName
{
background-color: #E455A0;
}
</style>
border-color css
<style>
span { border-color: #E455A0; }
span { border-color: rgb(228,85,160); }
td.TdClassName
{
border-color: #E455A0;
}
.TagClassName
{
border-color: #E455A0;
}
</style>