Shades of Brilliant Rose #E5559D
Tints of Brilliant Rose #E5559D
RGB
CMYK
RGB Variations
Color information
#E5559D (or 0xE5559D) is known color: Brilliant Rose. HEX triplet: E5, 55 and 9D. RGB value is (229,85,157). Sum of RGB (Red+Green+Blue) = 229+85+157=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E5559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5559D is #1AAA62. Grayscale: #888888. Windows color (decimal): -1747555 or 10311141. OLE color: 10311141.
HSL color Cylindrical-coordinate representation of color #E5559D: hue angle of 330º 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 #E5559D is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 157 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.10 |
| HSL | 330º | 0.73% | 0.62% | - |
| HSV(B) | 330º | 0.63% | 0.9% | - |
| XYZ | 41.65 | 25.59 | 34.64 | - |
| YUV | 136.26 | 139.71 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 157 | 0 | 0.63 | 0.31 | 0.10 | 330 | 0.73 | 0.62 |
| Hex | E5 | 55 | 9D | 0 | 3F | 1F | A | 14A | 49 | 3E |
| Octal | 345 | 125 | 235 | 0 | 77 | 37 | 12 | 512 | 111 | 76 |
| Binary | 11100101 | 1010101 | 10011101 | 0 | 111111 | 11111 | 1010 | 101001010 | 1001001 | 111110 |
Color Harmonies of #E5559D
Complementary color
Monochromatic Colors of #E5559D
Black with #E5559D
Text Example
Text Example
White with #E5559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5559D; }
p { color: rgb(229,85,157); }
H1.HeaderClassName
{
color: #E5559D;
}
.AnyTagClassName
{
color: #E5559D;
}
</style>
background-color css
<style>
a { background-color: #E5559D; }
a { background-color: rgb(229,85,157); }
div.DivClassName
{
background-color: #E5559D;
}
.BgClassName
{
background-color: #E5559D;
}
</style>
border-color css
<style>
span { border-color: #E5559D; }
span { border-color: rgb(229,85,157); }
td.TdClassName
{
border-color: #E5559D;
}
.TagClassName
{
border-color: #E5559D;
}
</style>