Shades of Brilliant Rose #E7549C
Tints of Brilliant Rose #E7549C
RGB
CMYK
RGB Variations
Color information
#E7549C (or 0xE7549C) is known color: Brilliant Rose. HEX triplet: E7, 54 and 9C. RGB value is (231,84,156). Sum of RGB (Red+Green+Blue) = 231+84+156=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E7549C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7549C is #18AB63. Grayscale: #888888. Windows color (decimal): -1616740 or 10245351. OLE color: 10245351.
HSL color Cylindrical-coordinate representation of color #E7549C: hue angle of 330.61º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E7549C is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 156 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.09 |
| HSL | 330.61º | 0.75% | 0.62% | - |
| HSV(B) | 330.61º | 0.64% | 0.91% | - |
| XYZ | 42.13 | 25.73 | 34.2 | - |
| YUV | 136.16 | 139.2 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 156 | 0 | 0.64 | 0.32 | 0.09 | 330.61 | 0.75 | 0.62 |
| Hex | E7 | 54 | 9C | 0 | 40 | 20 | 9 | 14B | 4B | 3E |
| Octal | 347 | 124 | 234 | 0 | 100 | 40 | 11 | 513 | 113 | 76 |
| Binary | 11100111 | 1010100 | 10011100 | 0 | 1000000 | 100000 | 1001 | 101001011 | 1001011 | 111110 |
Color Harmonies of #E7549C
Complementary color
Monochromatic Colors of #E7549C
Black with #E7549C
Text Example
Text Example
White with #E7549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7549C; }
p { color: rgb(231,84,156); }
H1.HeaderClassName
{
color: #E7549C;
}
.AnyTagClassName
{
color: #E7549C;
}
</style>
background-color css
<style>
a { background-color: #E7549C; }
a { background-color: rgb(231,84,156); }
div.DivClassName
{
background-color: #E7549C;
}
.BgClassName
{
background-color: #E7549C;
}
</style>
border-color css
<style>
span { border-color: #E7549C; }
span { border-color: rgb(231,84,156); }
td.TdClassName
{
border-color: #E7549C;
}
.TagClassName
{
border-color: #E7549C;
}
</style>