Shades of Brilliant Rose #E2549C
Tints of Brilliant Rose #E2549C
RGB
CMYK
RGB Variations
Color information
#E2549C (or 0xE2549C) is known color: Brilliant Rose. HEX triplet: E2, 54 and 9C. RGB value is (226,84,156). Sum of RGB (Red+Green+Blue) = 226+84+156=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E2549C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2549C is #1DAB63. Grayscale: #868686. Windows color (decimal): -1944420 or 10245346. OLE color: 10245346.
HSL color Cylindrical-coordinate representation of color #E2549C: hue angle of 329.58º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E2549C is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 156 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.11 |
| HSL | 329.58º | 0.71% | 0.61% | - |
| HSV(B) | 329.58º | 0.63% | 0.89% | - |
| XYZ | 40.54 | 24.91 | 34.12 | - |
| YUV | 134.67 | 140.04 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 156 | 0 | 0.63 | 0.31 | 0.11 | 329.58 | 0.71 | 0.61 |
| Hex | E2 | 54 | 9C | 0 | 3F | 1F | B | 14A | 47 | 3D |
| Octal | 342 | 124 | 234 | 0 | 77 | 37 | 13 | 512 | 107 | 75 |
| Binary | 11100010 | 1010100 | 10011100 | 0 | 111111 | 11111 | 1011 | 101001010 | 1000111 | 111101 |
Color Harmonies of #E2549C
Complementary color
Monochromatic Colors of #E2549C
Black with #E2549C
Text Example
Text Example
White with #E2549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2549C; }
p { color: rgb(226,84,156); }
H1.HeaderClassName
{
color: #E2549C;
}
.AnyTagClassName
{
color: #E2549C;
}
</style>
background-color css
<style>
a { background-color: #E2549C; }
a { background-color: rgb(226,84,156); }
div.DivClassName
{
background-color: #E2549C;
}
.BgClassName
{
background-color: #E2549C;
}
</style>
border-color css
<style>
span { border-color: #E2549C; }
span { border-color: rgb(226,84,156); }
td.TdClassName
{
border-color: #E2549C;
}
.TagClassName
{
border-color: #E2549C;
}
</style>