Shades of Brilliant Rose #E5549E
Tints of Brilliant Rose #E5549E
RGB
CMYK
RGB Variations
Color information
#E5549E (or 0xE5549E) is known color: Brilliant Rose. HEX triplet: E5, 54 and 9E. RGB value is (229,84,158). Sum of RGB (Red+Green+Blue) = 229+84+158=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E5549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5549E is #1AAB61. Grayscale: #878787. Windows color (decimal): -1747810 or 10376421. OLE color: 10376421.
HSL color Cylindrical-coordinate representation of color #E5549E: hue angle of 329.38º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5549E is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 158 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.10 |
| HSL | 329.38º | 0.74% | 0.61% | - |
| HSV(B) | 329.38º | 0.63% | 0.9% | - |
| XYZ | 41.65 | 25.47 | 35.07 | - |
| YUV | 135.79 | 140.54 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 158 | 0 | 0.63 | 0.31 | 0.10 | 329.38 | 0.74 | 0.61 |
| Hex | E5 | 54 | 9E | 0 | 3F | 1F | A | 149 | 4A | 3D |
| Octal | 345 | 124 | 236 | 0 | 77 | 37 | 12 | 511 | 112 | 75 |
| Binary | 11100101 | 1010100 | 10011110 | 0 | 111111 | 11111 | 1010 | 101001001 | 1001010 | 111101 |
Color Harmonies of #E5549E
Complementary color
Monochromatic Colors of #E5549E
Black with #E5549E
Text Example
Text Example
White with #E5549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5549E; }
p { color: rgb(229,84,158); }
H1.HeaderClassName
{
color: #E5549E;
}
.AnyTagClassName
{
color: #E5549E;
}
</style>
background-color css
<style>
a { background-color: #E5549E; }
a { background-color: rgb(229,84,158); }
div.DivClassName
{
background-color: #E5549E;
}
.BgClassName
{
background-color: #E5549E;
}
</style>
border-color css
<style>
span { border-color: #E5549E; }
span { border-color: rgb(229,84,158); }
td.TdClassName
{
border-color: #E5549E;
}
.TagClassName
{
border-color: #E5549E;
}
</style>