Shades of French Rose #E9509A
Tints of French Rose #E9509A
RGB
CMYK
RGB Variations
Color information
#E9509A (or 0xE9509A) is known color: French Rose. HEX triplet: E9, 50 and 9A. RGB value is (233,80,154). Sum of RGB (Red+Green+Blue) = 233+80+154=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E9509A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9509A is #16AF65. Grayscale: #868686. Windows color (decimal): -1486694 or 10113257. OLE color: 10113257.
HSL color Cylindrical-coordinate representation of color #E9509A: hue angle of 330.98º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E9509A is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 154 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.09 |
| HSL | 330.98º | 0.78% | 0.61% | - |
| HSV(B) | 330.98º | 0.66% | 0.91% | - |
| XYZ | 42.31 | 25.39 | 33.24 | - |
| YUV | 134.18 | 139.19 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 154 | 0 | 0.66 | 0.34 | 0.09 | 330.98 | 0.78 | 0.61 |
| Hex | E9 | 50 | 9A | 0 | 42 | 22 | 9 | 14B | 4E | 3D |
| Octal | 351 | 120 | 232 | 0 | 102 | 42 | 11 | 513 | 116 | 75 |
| Binary | 11101001 | 1010000 | 10011010 | 0 | 1000010 | 100010 | 1001 | 101001011 | 1001110 | 111101 |
Color Harmonies of #E9509A
Complementary color
Monochromatic Colors of #E9509A
Black with #E9509A
Text Example
Text Example
White with #E9509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9509A; }
p { color: rgb(233,80,154); }
H1.HeaderClassName
{
color: #E9509A;
}
.AnyTagClassName
{
color: #E9509A;
}
</style>
background-color css
<style>
a { background-color: #E9509A; }
a { background-color: rgb(233,80,154); }
div.DivClassName
{
background-color: #E9509A;
}
.BgClassName
{
background-color: #E9509A;
}
</style>
border-color css
<style>
span { border-color: #E9509A; }
span { border-color: rgb(233,80,154); }
td.TdClassName
{
border-color: #E9509A;
}
.TagClassName
{
border-color: #E9509A;
}
</style>