Shades of French Rose #E2509C
Tints of French Rose #E2509C
RGB
CMYK
RGB Variations
Color information
#E2509C (or 0xE2509C) is known color: French Rose. HEX triplet: E2, 50 and 9C. RGB value is (226,80,156). Sum of RGB (Red+Green+Blue) = 226+80+156=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E2509C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2509C is #1DAF63. Grayscale: #848484. Windows color (decimal): -1945444 or 10244322. OLE color: 10244322.
HSL color Cylindrical-coordinate representation of color #E2509C: hue angle of 328.77º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2509C is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 156 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.11 |
| HSL | 328.77º | 0.72% | 0.6% | - |
| HSV(B) | 328.77º | 0.65% | 0.89% | - |
| XYZ | 40.23 | 24.31 | 34.02 | - |
| YUV | 132.32 | 141.37 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 156 | 0 | 0.65 | 0.31 | 0.11 | 328.77 | 0.72 | 0.6 |
| Hex | E2 | 50 | 9C | 0 | 41 | 1F | B | 149 | 48 | 3C |
| Octal | 342 | 120 | 234 | 0 | 101 | 37 | 13 | 511 | 110 | 74 |
| Binary | 11100010 | 1010000 | 10011100 | 0 | 1000001 | 11111 | 1011 | 101001001 | 1001000 | 111100 |
Color Harmonies of #E2509C
Complementary color
Monochromatic Colors of #E2509C
Black with #E2509C
Text Example
Text Example
White with #E2509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2509C; }
p { color: rgb(226,80,156); }
H1.HeaderClassName
{
color: #E2509C;
}
.AnyTagClassName
{
color: #E2509C;
}
</style>
background-color css
<style>
a { background-color: #E2509C; }
a { background-color: rgb(226,80,156); }
div.DivClassName
{
background-color: #E2509C;
}
.BgClassName
{
background-color: #E2509C;
}
</style>
border-color css
<style>
span { border-color: #E2509C; }
span { border-color: rgb(226,80,156); }
td.TdClassName
{
border-color: #E2509C;
}
.TagClassName
{
border-color: #E2509C;
}
</style>