Shades of Brilliant Rose #E558A7
Tints of Brilliant Rose #E558A7
RGB
CMYK
RGB Variations
Color information
#E558A7 (or 0xE558A7) is known color: Brilliant Rose. HEX triplet: E5, 58 and A7. RGB value is (229,88,167). Sum of RGB (Red+Green+Blue) = 229+88+167=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 167 (65.62% from 255 or 34.50% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E558A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E558A7 is #1AA758. Grayscale: #8A8A8A. Windows color (decimal): -1746777 or 10967269. OLE color: 10967269.
HSL color Cylindrical-coordinate representation of color #E558A7: hue angle of 326.38º 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 #E558A7 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 167 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.10 |
| HSL | 326.38º | 0.73% | 0.62% | - |
| HSV(B) | 326.38º | 0.62% | 0.9% | - |
| XYZ | 42.78 | 26.43 | 39.41 | - |
| YUV | 139.17 | 143.71 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 167 | 0 | 0.62 | 0.27 | 0.10 | 326.38 | 0.73 | 0.62 |
| Hex | E5 | 58 | A7 | 0 | 3E | 1B | A | 146 | 49 | 3E |
| Octal | 345 | 130 | 247 | 0 | 76 | 33 | 12 | 506 | 111 | 76 |
| Binary | 11100101 | 1011000 | 10100111 | 0 | 111110 | 11011 | 1010 | 101000110 | 1001001 | 111110 |
Color Harmonies of #E558A7
Complementary color
Monochromatic Colors of #E558A7
Black with #E558A7
Text Example
Text Example
White with #E558A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E558A7; }
p { color: rgb(229,88,167); }
H1.HeaderClassName
{
color: #E558A7;
}
.AnyTagClassName
{
color: #E558A7;
}
</style>
background-color css
<style>
a { background-color: #E558A7; }
a { background-color: rgb(229,88,167); }
div.DivClassName
{
background-color: #E558A7;
}
.BgClassName
{
background-color: #E558A7;
}
</style>
border-color css
<style>
span { border-color: #E558A7; }
span { border-color: rgb(229,88,167); }
td.TdClassName
{
border-color: #E558A7;
}
.TagClassName
{
border-color: #E558A7;
}
</style>