Shades of French Rose #E2549B
Tints of French Rose #E2549B
RGB
CMYK
RGB Variations
Color information
#E2549B (or 0xE2549B) is known color: French Rose. HEX triplet: E2, 54 and 9B. RGB value is (226,84,155). Sum of RGB (Red+Green+Blue) = 226+84+155=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E2549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2549B is #1DAB64. Grayscale: #868686. Windows color (decimal): -1944421 or 10179810. OLE color: 10179810.
HSL color Cylindrical-coordinate representation of color #E2549B: hue angle of 330º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E2549B is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 155 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.11 |
| HSL | 330º | 0.71% | 0.61% | - |
| HSV(B) | 330º | 0.63% | 0.89% | - |
| XYZ | 40.45 | 24.88 | 33.68 | - |
| YUV | 134.55 | 139.54 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 155 | 0 | 0.63 | 0.31 | 0.11 | 330 | 0.71 | 0.61 |
| Hex | E2 | 54 | 9B | 0 | 3F | 1F | B | 14A | 47 | 3D |
| Octal | 342 | 124 | 233 | 0 | 77 | 37 | 13 | 512 | 107 | 75 |
| Binary | 11100010 | 1010100 | 10011011 | 0 | 111111 | 11111 | 1011 | 101001010 | 1000111 | 111101 |
Color Harmonies of #E2549B
Complementary color
Monochromatic Colors of #E2549B
Black with #E2549B
Text Example
Text Example
White with #E2549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2549B; }
p { color: rgb(226,84,155); }
H1.HeaderClassName
{
color: #E2549B;
}
.AnyTagClassName
{
color: #E2549B;
}
</style>
background-color css
<style>
a { background-color: #E2549B; }
a { background-color: rgb(226,84,155); }
div.DivClassName
{
background-color: #E2549B;
}
.BgClassName
{
background-color: #E2549B;
}
</style>
border-color css
<style>
span { border-color: #E2549B; }
span { border-color: rgb(226,84,155); }
td.TdClassName
{
border-color: #E2549B;
}
.TagClassName
{
border-color: #E2549B;
}
</style>