Shades of French Rose #E2519C
Tints of French Rose #E2519C
RGB
CMYK
RGB Variations
Color information
#E2519C (or 0xE2519C) is known color: French Rose. HEX triplet: E2, 51 and 9C. RGB value is (226,81,156). Sum of RGB (Red+Green+Blue) = 226+81+156=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E2519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2519C is #1DAE63. Grayscale: #848484. Windows color (decimal): -1945188 or 10244578. OLE color: 10244578.
HSL color Cylindrical-coordinate representation of color #E2519C: hue angle of 328.97º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2519C is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 156 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.11 |
| HSL | 328.97º | 0.71% | 0.6% | - |
| HSV(B) | 328.97º | 0.64% | 0.89% | - |
| XYZ | 40.31 | 24.45 | 34.05 | - |
| YUV | 132.91 | 141.04 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 156 | 0 | 0.64 | 0.31 | 0.11 | 328.97 | 0.71 | 0.6 |
| Hex | E2 | 51 | 9C | 0 | 40 | 1F | B | 149 | 47 | 3C |
| Octal | 342 | 121 | 234 | 0 | 100 | 37 | 13 | 511 | 107 | 74 |
| Binary | 11100010 | 1010001 | 10011100 | 0 | 1000000 | 11111 | 1011 | 101001001 | 1000111 | 111100 |
Color Harmonies of #E2519C
Complementary color
Monochromatic Colors of #E2519C
Black with #E2519C
Text Example
Text Example
White with #E2519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2519C; }
p { color: rgb(226,81,156); }
H1.HeaderClassName
{
color: #E2519C;
}
.AnyTagClassName
{
color: #E2519C;
}
</style>
background-color css
<style>
a { background-color: #E2519C; }
a { background-color: rgb(226,81,156); }
div.DivClassName
{
background-color: #E2519C;
}
.BgClassName
{
background-color: #E2519C;
}
</style>
border-color css
<style>
span { border-color: #E2519C; }
span { border-color: rgb(226,81,156); }
td.TdClassName
{
border-color: #E2519C;
}
.TagClassName
{
border-color: #E2519C;
}
</style>