Shades of Brilliant Rose #E5539C
Tints of Brilliant Rose #E5539C
RGB
CMYK
RGB Variations
Color information
#E5539C (or 0xE5539C) is known color: Brilliant Rose. HEX triplet: E5, 53 and 9C. RGB value is (229,83,156). Sum of RGB (Red+Green+Blue) = 229+83+156=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E5539C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5539C is #1AAC63. Grayscale: #868686. Windows color (decimal): -1748068 or 10245093. OLE color: 10245093.
HSL color Cylindrical-coordinate representation of color #E5539C: hue angle of 330º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E5539C is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 83 | 156 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.10 |
| HSL | 330º | 0.74% | 0.61% | - |
| HSV(B) | 330º | 0.64% | 0.9% | - |
| XYZ | 41.41 | 25.24 | 34.14 | - |
| YUV | 134.98 | 139.87 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 156 | 0 | 0.64 | 0.32 | 0.10 | 330 | 0.74 | 0.61 |
| Hex | E5 | 53 | 9C | 0 | 40 | 20 | A | 14A | 4A | 3D |
| Octal | 345 | 123 | 234 | 0 | 100 | 40 | 12 | 512 | 112 | 75 |
| Binary | 11100101 | 1010011 | 10011100 | 0 | 1000000 | 100000 | 1010 | 101001010 | 1001010 | 111101 |
Color Harmonies of #E5539C
Complementary color
Monochromatic Colors of #E5539C
Black with #E5539C
Text Example
Text Example
White with #E5539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5539C; }
p { color: rgb(229,83,156); }
H1.HeaderClassName
{
color: #E5539C;
}
.AnyTagClassName
{
color: #E5539C;
}
</style>
background-color css
<style>
a { background-color: #E5539C; }
a { background-color: rgb(229,83,156); }
div.DivClassName
{
background-color: #E5539C;
}
.BgClassName
{
background-color: #E5539C;
}
</style>
border-color css
<style>
span { border-color: #E5539C; }
span { border-color: rgb(229,83,156); }
td.TdClassName
{
border-color: #E5539C;
}
.TagClassName
{
border-color: #E5539C;
}
</style>