Shades of Brilliant Rose #E7549D
Tints of Brilliant Rose #E7549D
RGB
CMYK
RGB Variations
Color information
#E7549D (or 0xE7549D) is known color: Brilliant Rose. HEX triplet: E7, 54 and 9D. RGB value is (231,84,157). Sum of RGB (Red+Green+Blue) = 231+84+157=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E7549D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7549D is #18AB62. Grayscale: #888888. Windows color (decimal): -1616739 or 10310887. OLE color: 10310887.
HSL color Cylindrical-coordinate representation of color #E7549D: hue angle of 330.2º 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 #E7549D is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 157 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.09 |
| HSL | 330.2º | 0.75% | 0.62% | - |
| HSV(B) | 330.2º | 0.64% | 0.91% | - |
| XYZ | 42.21 | 25.76 | 34.65 | - |
| YUV | 136.28 | 139.7 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 157 | 0 | 0.64 | 0.32 | 0.09 | 330.2 | 0.75 | 0.62 |
| Hex | E7 | 54 | 9D | 0 | 40 | 20 | 9 | 14A | 4B | 3E |
| Octal | 347 | 124 | 235 | 0 | 100 | 40 | 11 | 512 | 113 | 76 |
| Binary | 11100111 | 1010100 | 10011101 | 0 | 1000000 | 100000 | 1001 | 101001010 | 1001011 | 111110 |
Color Harmonies of #E7549D
Complementary color
Monochromatic Colors of #E7549D
Black with #E7549D
Text Example
Text Example
White with #E7549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7549D; }
p { color: rgb(231,84,157); }
H1.HeaderClassName
{
color: #E7549D;
}
.AnyTagClassName
{
color: #E7549D;
}
</style>
background-color css
<style>
a { background-color: #E7549D; }
a { background-color: rgb(231,84,157); }
div.DivClassName
{
background-color: #E7549D;
}
.BgClassName
{
background-color: #E7549D;
}
</style>
border-color css
<style>
span { border-color: #E7549D; }
span { border-color: rgb(231,84,157); }
td.TdClassName
{
border-color: #E7549D;
}
.TagClassName
{
border-color: #E7549D;
}
</style>