Shades of Brilliant Rose #E558A5
Tints of Brilliant Rose #E558A5
RGB
CMYK
RGB Variations
Color information
#E558A5 (or 0xE558A5) is known color: Brilliant Rose. HEX triplet: E5, 58 and A5. RGB value is (229,88,165). Sum of RGB (Red+Green+Blue) = 229+88+165=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E558A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E558A5 is #1AA75A. Grayscale: #8A8A8A. Windows color (decimal): -1746779 or 10836197. OLE color: 10836197.
HSL color Cylindrical-coordinate representation of color #E558A5: hue angle of 327.23º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E558A5 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 165 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.10 |
| HSL | 327.23º | 0.73% | 0.62% | - |
| HSV(B) | 327.23º | 0.62% | 0.9% | - |
| XYZ | 42.59 | 26.35 | 38.44 | - |
| YUV | 138.94 | 142.71 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 165 | 0 | 0.62 | 0.28 | 0.10 | 327.23 | 0.73 | 0.62 |
| Hex | E5 | 58 | A5 | 0 | 3E | 1C | A | 147 | 49 | 3E |
| Octal | 345 | 130 | 245 | 0 | 76 | 34 | 12 | 507 | 111 | 76 |
| Binary | 11100101 | 1011000 | 10100101 | 0 | 111110 | 11100 | 1010 | 101000111 | 1001001 | 111110 |
Color Harmonies of #E558A5
Complementary color
Monochromatic Colors of #E558A5
Black with #E558A5
Text Example
Text Example
White with #E558A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E558A5; }
p { color: rgb(229,88,165); }
H1.HeaderClassName
{
color: #E558A5;
}
.AnyTagClassName
{
color: #E558A5;
}
</style>
background-color css
<style>
a { background-color: #E558A5; }
a { background-color: rgb(229,88,165); }
div.DivClassName
{
background-color: #E558A5;
}
.BgClassName
{
background-color: #E558A5;
}
</style>
border-color css
<style>
span { border-color: #E558A5; }
span { border-color: rgb(229,88,165); }
td.TdClassName
{
border-color: #E558A5;
}
.TagClassName
{
border-color: #E558A5;
}
</style>