Shades of French Rose #E1509C
Tints of French Rose #E1509C
RGB
CMYK
RGB Variations
Color information
#E1509C (or 0xE1509C) is known color: French Rose. HEX triplet: E1, 50 and 9C. RGB value is (225,80,156). Sum of RGB (Red+Green+Blue) = 225+80+156=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E1509C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1509C is #1EAF63. Grayscale: #838383. Windows color (decimal): -2010980 or 10244321. OLE color: 10244321.
HSL color Cylindrical-coordinate representation of color #E1509C: hue angle of 328.55º 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 #E1509C is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 156 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.12 |
| HSL | 328.55º | 0.71% | 0.6% | - |
| HSV(B) | 328.55º | 0.64% | 0.88% | - |
| XYZ | 39.92 | 24.15 | 34.01 | - |
| YUV | 132.02 | 141.54 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 156 | 0 | 0.64 | 0.31 | 0.12 | 328.55 | 0.71 | 0.6 |
| Hex | E1 | 50 | 9C | 0 | 40 | 1F | C | 149 | 47 | 3C |
| Octal | 341 | 120 | 234 | 0 | 100 | 37 | 14 | 511 | 107 | 74 |
| Binary | 11100001 | 1010000 | 10011100 | 0 | 1000000 | 11111 | 1100 | 101001001 | 1000111 | 111100 |
Color Harmonies of #E1509C
Complementary color
Monochromatic Colors of #E1509C
Black with #E1509C
Text Example
Text Example
White with #E1509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1509C; }
p { color: rgb(225,80,156); }
H1.HeaderClassName
{
color: #E1509C;
}
.AnyTagClassName
{
color: #E1509C;
}
</style>
background-color css
<style>
a { background-color: #E1509C; }
a { background-color: rgb(225,80,156); }
div.DivClassName
{
background-color: #E1509C;
}
.BgClassName
{
background-color: #E1509C;
}
</style>
border-color css
<style>
span { border-color: #E1509C; }
span { border-color: rgb(225,80,156); }
td.TdClassName
{
border-color: #E1509C;
}
.TagClassName
{
border-color: #E1509C;
}
</style>