Shades of Brilliant Rose #E555AF
Tints of Brilliant Rose #E555AF
RGB
CMYK
RGB Variations
Color information
#E555AF (or 0xE555AF) is known color: Brilliant Rose. HEX triplet: E5, 55 and AF. RGB value is (229,85,175). Sum of RGB (Red+Green+Blue) = 229+85+175=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E555AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E555AF is #1AAA50. Grayscale: #8A8A8A. Windows color (decimal): -1747537 or 11490789. OLE color: 11490789.
HSL color Cylindrical-coordinate representation of color #E555AF: hue angle of 322.5º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E555AF is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 175 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.10 |
| HSL | 322.5º | 0.73% | 0.62% | - |
| HSV(B) | 322.5º | 0.63% | 0.9% | - |
| XYZ | 43.3 | 26.25 | 43.34 | - |
| YUV | 138.32 | 148.71 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 175 | 0 | 0.63 | 0.24 | 0.10 | 322.5 | 0.73 | 0.62 |
| Hex | E5 | 55 | AF | 0 | 3F | 18 | A | 142 | 49 | 3E |
| Octal | 345 | 125 | 257 | 0 | 77 | 30 | 12 | 502 | 111 | 76 |
| Binary | 11100101 | 1010101 | 10101111 | 0 | 111111 | 11000 | 1010 | 101000010 | 1001001 | 111110 |
Color Harmonies of #E555AF
Complementary color
Monochromatic Colors of #E555AF
Black with #E555AF
Text Example
Text Example
White with #E555AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E555AF; }
p { color: rgb(229,85,175); }
H1.HeaderClassName
{
color: #E555AF;
}
.AnyTagClassName
{
color: #E555AF;
}
</style>
background-color css
<style>
a { background-color: #E555AF; }
a { background-color: rgb(229,85,175); }
div.DivClassName
{
background-color: #E555AF;
}
.BgClassName
{
background-color: #E555AF;
}
</style>
border-color css
<style>
span { border-color: #E555AF; }
span { border-color: rgb(229,85,175); }
td.TdClassName
{
border-color: #E555AF;
}
.TagClassName
{
border-color: #E555AF;
}
</style>