Shades of French Rose #E5549A
Tints of French Rose #E5549A
RGB
CMYK
RGB Variations
Color information
#E5549A (or 0xE5549A) is known color: French Rose. HEX triplet: E5, 54 and 9A. RGB value is (229,84,154). Sum of RGB (Red+Green+Blue) = 229+84+154=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E5549A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5549A is #1AAB65. Grayscale: #878787. Windows color (decimal): -1747814 or 10114277. OLE color: 10114277.
HSL color Cylindrical-coordinate representation of color #E5549A: hue angle of 331.03º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5549A is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 154 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.10 |
| HSL | 331.03º | 0.74% | 0.61% | - |
| HSV(B) | 331.03º | 0.63% | 0.9% | - |
| XYZ | 41.32 | 25.33 | 33.28 | - |
| YUV | 135.34 | 138.54 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 154 | 0 | 0.63 | 0.33 | 0.10 | 331.03 | 0.74 | 0.61 |
| Hex | E5 | 54 | 9A | 0 | 3F | 21 | A | 14B | 4A | 3D |
| Octal | 345 | 124 | 232 | 0 | 77 | 41 | 12 | 513 | 112 | 75 |
| Binary | 11100101 | 1010100 | 10011010 | 0 | 111111 | 100001 | 1010 | 101001011 | 1001010 | 111101 |
Color Harmonies of #E5549A
Complementary color
Monochromatic Colors of #E5549A
Black with #E5549A
Text Example
Text Example
White with #E5549A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5549A; }
p { color: rgb(229,84,154); }
H1.HeaderClassName
{
color: #E5549A;
}
.AnyTagClassName
{
color: #E5549A;
}
</style>
background-color css
<style>
a { background-color: #E5549A; }
a { background-color: rgb(229,84,154); }
div.DivClassName
{
background-color: #E5549A;
}
.BgClassName
{
background-color: #E5549A;
}
</style>
border-color css
<style>
span { border-color: #E5549A; }
span { border-color: rgb(229,84,154); }
td.TdClassName
{
border-color: #E5549A;
}
.TagClassName
{
border-color: #E5549A;
}
</style>