Shades of French Rose #E1519C
Tints of French Rose #E1519C
RGB
CMYK
RGB Variations
Color information
#E1519C (or 0xE1519C) is known color: French Rose. HEX triplet: E1, 51 and 9C. RGB value is (225,81,156). Sum of RGB (Red+Green+Blue) = 225+81+156=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E1519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1519C is #1EAE63. Grayscale: #848484. Windows color (decimal): -2010724 or 10244577. OLE color: 10244577.
HSL color Cylindrical-coordinate representation of color #E1519C: hue angle of 328.75º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1519C is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 156 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.12 |
| HSL | 328.75º | 0.71% | 0.6% | - |
| HSV(B) | 328.75º | 0.64% | 0.88% | - |
| XYZ | 39.99 | 24.29 | 34.03 | - |
| YUV | 132.61 | 141.21 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 156 | 0 | 0.64 | 0.31 | 0.12 | 328.75 | 0.71 | 0.6 |
| Hex | E1 | 51 | 9C | 0 | 40 | 1F | C | 149 | 47 | 3C |
| Octal | 341 | 121 | 234 | 0 | 100 | 37 | 14 | 511 | 107 | 74 |
| Binary | 11100001 | 1010001 | 10011100 | 0 | 1000000 | 11111 | 1100 | 101001001 | 1000111 | 111100 |
Color Harmonies of #E1519C
Complementary color
Monochromatic Colors of #E1519C
Black with #E1519C
Text Example
Text Example
White with #E1519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1519C; }
p { color: rgb(225,81,156); }
H1.HeaderClassName
{
color: #E1519C;
}
.AnyTagClassName
{
color: #E1519C;
}
</style>
background-color css
<style>
a { background-color: #E1519C; }
a { background-color: rgb(225,81,156); }
div.DivClassName
{
background-color: #E1519C;
}
.BgClassName
{
background-color: #E1519C;
}
</style>
border-color css
<style>
span { border-color: #E1519C; }
span { border-color: rgb(225,81,156); }
td.TdClassName
{
border-color: #E1519C;
}
.TagClassName
{
border-color: #E1519C;
}
</style>