Shades of Brilliant Rose #E7549E
Tints of Brilliant Rose #E7549E
RGB
CMYK
RGB Variations
Color information
#E7549E (or 0xE7549E) is known color: Brilliant Rose. HEX triplet: E7, 54 and 9E. RGB value is (231,84,158). Sum of RGB (Red+Green+Blue) = 231+84+158=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E7549E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7549E is #18AB61. Grayscale: #888888. Windows color (decimal): -1616738 or 10376423. OLE color: 10376423.
HSL color Cylindrical-coordinate representation of color #E7549E: hue angle of 329.8º 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 #E7549E is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 158 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.09 |
| HSL | 329.8º | 0.75% | 0.62% | - |
| HSV(B) | 329.8º | 0.64% | 0.91% | - |
| XYZ | 42.3 | 25.8 | 35.1 | - |
| YUV | 136.39 | 140.2 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 158 | 0 | 0.64 | 0.32 | 0.09 | 329.8 | 0.75 | 0.62 |
| Hex | E7 | 54 | 9E | 0 | 40 | 20 | 9 | 14A | 4B | 3E |
| Octal | 347 | 124 | 236 | 0 | 100 | 40 | 11 | 512 | 113 | 76 |
| Binary | 11100111 | 1010100 | 10011110 | 0 | 1000000 | 100000 | 1001 | 101001010 | 1001011 | 111110 |
Color Harmonies of #E7549E
Complementary color
Monochromatic Colors of #E7549E
Black with #E7549E
Text Example
Text Example
White with #E7549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7549E; }
p { color: rgb(231,84,158); }
H1.HeaderClassName
{
color: #E7549E;
}
.AnyTagClassName
{
color: #E7549E;
}
</style>
background-color css
<style>
a { background-color: #E7549E; }
a { background-color: rgb(231,84,158); }
div.DivClassName
{
background-color: #E7549E;
}
.BgClassName
{
background-color: #E7549E;
}
</style>
border-color css
<style>
span { border-color: #E7549E; }
span { border-color: rgb(231,84,158); }
td.TdClassName
{
border-color: #E7549E;
}
.TagClassName
{
border-color: #E7549E;
}
</style>