Shades of Brilliant Rose #E558AC
Tints of Brilliant Rose #E558AC
RGB
CMYK
RGB Variations
Color information
#E558AC (or 0xE558AC) is known color: Brilliant Rose. HEX triplet: E5, 58 and AC. RGB value is (229,88,172). Sum of RGB (Red+Green+Blue) = 229+88+172=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E558AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E558AC is #1AA753. Grayscale: #8B8B8B. Windows color (decimal): -1746772 or 11294949. OLE color: 11294949.
HSL color Cylindrical-coordinate representation of color #E558AC: hue angle of 324.26º 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 #E558AC is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 172 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.10 |
| HSL | 324.26º | 0.73% | 0.62% | - |
| HSV(B) | 324.26º | 0.62% | 0.9% | - |
| XYZ | 43.25 | 26.62 | 41.89 | - |
| YUV | 139.74 | 146.21 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 172 | 0 | 0.62 | 0.25 | 0.10 | 324.26 | 0.73 | 0.62 |
| Hex | E5 | 58 | AC | 0 | 3E | 19 | A | 144 | 49 | 3E |
| Octal | 345 | 130 | 254 | 0 | 76 | 31 | 12 | 504 | 111 | 76 |
| Binary | 11100101 | 1011000 | 10101100 | 0 | 111110 | 11001 | 1010 | 101000100 | 1001001 | 111110 |
Color Harmonies of #E558AC
Complementary color
Monochromatic Colors of #E558AC
Black with #E558AC
Text Example
Text Example
White with #E558AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E558AC; }
p { color: rgb(229,88,172); }
H1.HeaderClassName
{
color: #E558AC;
}
.AnyTagClassName
{
color: #E558AC;
}
</style>
background-color css
<style>
a { background-color: #E558AC; }
a { background-color: rgb(229,88,172); }
div.DivClassName
{
background-color: #E558AC;
}
.BgClassName
{
background-color: #E558AC;
}
</style>
border-color css
<style>
span { border-color: #E558AC; }
span { border-color: rgb(229,88,172); }
td.TdClassName
{
border-color: #E558AC;
}
.TagClassName
{
border-color: #E558AC;
}
</style>