Shades of Brilliant Rose #E455AC
Tints of Brilliant Rose #E455AC
RGB
CMYK
RGB Variations
Color information
#E455AC (or 0xE455AC) is known color: Brilliant Rose. HEX triplet: E4, 55 and AC. RGB value is (228,85,172). Sum of RGB (Red+Green+Blue) = 228+85+172=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E455AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E455AC is #1BAA53. Grayscale: #898989. Windows color (decimal): -1813076 or 11294180. OLE color: 11294180.
HSL color Cylindrical-coordinate representation of color #E455AC: hue angle of 323.5º 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 #E455AC is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 172 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.11 |
| HSL | 323.5º | 0.73% | 0.61% | - |
| HSV(B) | 323.5º | 0.63% | 0.89% | - |
| XYZ | 42.69 | 25.97 | 41.79 | - |
| YUV | 137.68 | 147.38 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 172 | 0 | 0.63 | 0.25 | 0.11 | 323.5 | 0.73 | 0.61 |
| Hex | E4 | 55 | AC | 0 | 3F | 19 | B | 143 | 49 | 3D |
| Octal | 344 | 125 | 254 | 0 | 77 | 31 | 13 | 503 | 111 | 75 |
| Binary | 11100100 | 1010101 | 10101100 | 0 | 111111 | 11001 | 1011 | 101000011 | 1001001 | 111101 |
Color Harmonies of #E455AC
Complementary color
Monochromatic Colors of #E455AC
Black with #E455AC
Text Example
Text Example
White with #E455AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E455AC; }
p { color: rgb(228,85,172); }
H1.HeaderClassName
{
color: #E455AC;
}
.AnyTagClassName
{
color: #E455AC;
}
</style>
background-color css
<style>
a { background-color: #E455AC; }
a { background-color: rgb(228,85,172); }
div.DivClassName
{
background-color: #E455AC;
}
.BgClassName
{
background-color: #E455AC;
}
</style>
border-color css
<style>
span { border-color: #E455AC; }
span { border-color: rgb(228,85,172); }
td.TdClassName
{
border-color: #E455AC;
}
.TagClassName
{
border-color: #E455AC;
}
</style>