Shades of French Rose #E1549B
Tints of French Rose #E1549B
RGB
CMYK
RGB Variations
Color information
#E1549B (or 0xE1549B) is known color: French Rose. HEX triplet: E1, 54 and 9B. RGB value is (225,84,155). Sum of RGB (Red+Green+Blue) = 225+84+155=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1549B is #1EAB64. Grayscale: #868686. Windows color (decimal): -2009957 or 10179809. OLE color: 10179809.
HSL color Cylindrical-coordinate representation of color #E1549B: hue angle of 329.79º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E1549B is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 84 | 155 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.12 |
| HSL | 329.79º | 0.7% | 0.61% | - |
| HSV(B) | 329.79º | 0.63% | 0.88% | - |
| XYZ | 40.14 | 24.71 | 33.67 | - |
| YUV | 134.25 | 139.71 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 155 | 0 | 0.63 | 0.31 | 0.12 | 329.79 | 0.7 | 0.61 |
| Hex | E1 | 54 | 9B | 0 | 3F | 1F | C | 14A | 46 | 3D |
| Octal | 341 | 124 | 233 | 0 | 77 | 37 | 14 | 512 | 106 | 75 |
| Binary | 11100001 | 1010100 | 10011011 | 0 | 111111 | 11111 | 1100 | 101001010 | 1000110 | 111101 |
Color Harmonies of #E1549B
Complementary color
Monochromatic Colors of #E1549B
Black with #E1549B
Text Example
Text Example
White with #E1549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1549B; }
p { color: rgb(225,84,155); }
H1.HeaderClassName
{
color: #E1549B;
}
.AnyTagClassName
{
color: #E1549B;
}
</style>
background-color css
<style>
a { background-color: #E1549B; }
a { background-color: rgb(225,84,155); }
div.DivClassName
{
background-color: #E1549B;
}
.BgClassName
{
background-color: #E1549B;
}
</style>
border-color css
<style>
span { border-color: #E1549B; }
span { border-color: rgb(225,84,155); }
td.TdClassName
{
border-color: #E1549B;
}
.TagClassName
{
border-color: #E1549B;
}
</style>