Shades of Brilliant Rose #E455AF
Tints of Brilliant Rose #E455AF
RGB
CMYK
RGB Variations
Color information
#E455AF (or 0xE455AF) is known color: Brilliant Rose. HEX triplet: E4, 55 and AF. RGB value is (228,85,175). Sum of RGB (Red+Green+Blue) = 228+85+175=488 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.72% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 228 - color contains mainly: red. Hex color #E455AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E455AF is #1BAA50. Grayscale: #898989. Windows color (decimal): -1813073 or 11490788. OLE color: 11490788.
HSL color Cylindrical-coordinate representation of color #E455AF: hue angle of 322.24º 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 #E455AF is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 175 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.11 |
| HSL | 322.24º | 0.73% | 0.61% | - |
| HSV(B) | 322.24º | 0.63% | 0.89% | - |
| XYZ | 42.98 | 26.09 | 43.33 | - |
| YUV | 138.02 | 148.88 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 175 | 0 | 0.63 | 0.23 | 0.11 | 322.24 | 0.73 | 0.61 |
| Hex | E4 | 55 | AF | 0 | 3F | 17 | B | 142 | 49 | 3D |
| Octal | 344 | 125 | 257 | 0 | 77 | 27 | 13 | 502 | 111 | 75 |
| Binary | 11100100 | 1010101 | 10101111 | 0 | 111111 | 10111 | 1011 | 101000010 | 1001001 | 111101 |
Color Harmonies of #E455AF
Complementary color
Monochromatic Colors of #E455AF
Black with #E455AF
Text Example
Text Example
White with #E455AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E455AF; }
p { color: rgb(228,85,175); }
H1.HeaderClassName
{
color: #E455AF;
}
.AnyTagClassName
{
color: #E455AF;
}
</style>
background-color css
<style>
a { background-color: #E455AF; }
a { background-color: rgb(228,85,175); }
div.DivClassName
{
background-color: #E455AF;
}
.BgClassName
{
background-color: #E455AF;
}
</style>
border-color css
<style>
span { border-color: #E455AF; }
span { border-color: rgb(228,85,175); }
td.TdClassName
{
border-color: #E455AF;
}
.TagClassName
{
border-color: #E455AF;
}
</style>