Shades of French Rose #E1509A
Tints of French Rose #E1509A
RGB
CMYK
RGB Variations
Color information
#E1509A (or 0xE1509A) is known color: French Rose. HEX triplet: E1, 50 and 9A. RGB value is (225,80,154). Sum of RGB (Red+Green+Blue) = 225+80+154=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E1509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1509A is #1EAF65. Grayscale: #838383. Windows color (decimal): -2010982 or 10113249. OLE color: 10113249.
HSL color Cylindrical-coordinate representation of color #E1509A: hue angle of 329.38º 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 #E1509A is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 154 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.12 |
| HSL | 329.38º | 0.71% | 0.6% | - |
| HSV(B) | 329.38º | 0.64% | 0.88% | - |
| XYZ | 39.75 | 24.08 | 33.12 | - |
| YUV | 131.79 | 140.54 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 154 | 0 | 0.64 | 0.32 | 0.12 | 329.38 | 0.71 | 0.6 |
| Hex | E1 | 50 | 9A | 0 | 40 | 20 | C | 149 | 47 | 3C |
| Octal | 341 | 120 | 232 | 0 | 100 | 40 | 14 | 511 | 107 | 74 |
| Binary | 11100001 | 1010000 | 10011010 | 0 | 1000000 | 100000 | 1100 | 101001001 | 1000111 | 111100 |
Color Harmonies of #E1509A
Complementary color
Monochromatic Colors of #E1509A
Black with #E1509A
Text Example
Text Example
White with #E1509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1509A; }
p { color: rgb(225,80,154); }
H1.HeaderClassName
{
color: #E1509A;
}
.AnyTagClassName
{
color: #E1509A;
}
</style>
background-color css
<style>
a { background-color: #E1509A; }
a { background-color: rgb(225,80,154); }
div.DivClassName
{
background-color: #E1509A;
}
.BgClassName
{
background-color: #E1509A;
}
</style>
border-color css
<style>
span { border-color: #E1509A; }
span { border-color: rgb(225,80,154); }
td.TdClassName
{
border-color: #E1509A;
}
.TagClassName
{
border-color: #E1509A;
}
</style>