Shades of Brilliant Rose #E0549C
Tints of Brilliant Rose #E0549C
RGB
CMYK
RGB Variations
Color information
#E0549C (or 0xE0549C) is known color: Brilliant Rose. HEX triplet: E0, 54 and 9C. RGB value is (224,84,156). Sum of RGB (Red+Green+Blue) = 224+84+156=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E0549C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0549C is #1FAB63. Grayscale: #858585. Windows color (decimal): -2075492 or 10245344. OLE color: 10245344.
HSL color Cylindrical-coordinate representation of color #E0549C: hue angle of 329.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0549C is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 84 | 156 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.12 |
| HSL | 329.14º | 0.69% | 0.6% | - |
| HSV(B) | 329.14º | 0.63% | 0.88% | - |
| XYZ | 39.91 | 24.59 | 34.09 | - |
| YUV | 134.07 | 140.38 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 84 | 156 | 0 | 0.62 | 0.30 | 0.12 | 329.14 | 0.69 | 0.6 |
| Hex | E0 | 54 | 9C | 0 | 3E | 1E | C | 149 | 45 | 3C |
| Octal | 340 | 124 | 234 | 0 | 76 | 36 | 14 | 511 | 105 | 74 |
| Binary | 11100000 | 1010100 | 10011100 | 0 | 111110 | 11110 | 1100 | 101001001 | 1000101 | 111100 |
Color Harmonies of #E0549C
Complementary color
Monochromatic Colors of #E0549C
Black with #E0549C
Text Example
Text Example
White with #E0549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0549C; }
p { color: rgb(224,84,156); }
H1.HeaderClassName
{
color: #E0549C;
}
.AnyTagClassName
{
color: #E0549C;
}
</style>
background-color css
<style>
a { background-color: #E0549C; }
a { background-color: rgb(224,84,156); }
div.DivClassName
{
background-color: #E0549C;
}
.BgClassName
{
background-color: #E0549C;
}
</style>
border-color css
<style>
span { border-color: #E0549C; }
span { border-color: rgb(224,84,156); }
td.TdClassName
{
border-color: #E0549C;
}
.TagClassName
{
border-color: #E0549C;
}
</style>