Shades of French Rose #E35099
Tints of French Rose #E35099
RGB
CMYK
RGB Variations
Color information
#E35099 (or 0xE35099) is known color: French Rose. HEX triplet: E3, 50 and 99. RGB value is (227,80,153). Sum of RGB (Red+Green+Blue) = 227+80+153=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E35099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35099 is #1CAF66. Grayscale: #848484. Windows color (decimal): -1879911 or 10047715. OLE color: 10047715.
HSL color Cylindrical-coordinate representation of color #E35099: hue angle of 330.2º 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 #E35099 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 153 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.11 |
| HSL | 330.2º | 0.72% | 0.6% | - |
| HSV(B) | 330.2º | 0.65% | 0.89% | - |
| XYZ | 40.3 | 24.37 | 32.72 | - |
| YUV | 132.28 | 139.7 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 153 | 0 | 0.65 | 0.33 | 0.11 | 330.2 | 0.72 | 0.6 |
| Hex | E3 | 50 | 99 | 0 | 41 | 21 | B | 14A | 48 | 3C |
| Octal | 343 | 120 | 231 | 0 | 101 | 41 | 13 | 512 | 110 | 74 |
| Binary | 11100011 | 1010000 | 10011001 | 0 | 1000001 | 100001 | 1011 | 101001010 | 1001000 | 111100 |
Color Harmonies of #E35099
Complementary color
Monochromatic Colors of #E35099
Black with #E35099
Text Example
Text Example
White with #E35099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35099; }
p { color: rgb(227,80,153); }
H1.HeaderClassName
{
color: #E35099;
}
.AnyTagClassName
{
color: #E35099;
}
</style>
background-color css
<style>
a { background-color: #E35099; }
a { background-color: rgb(227,80,153); }
div.DivClassName
{
background-color: #E35099;
}
.BgClassName
{
background-color: #E35099;
}
</style>
border-color css
<style>
span { border-color: #E35099; }
span { border-color: rgb(227,80,153); }
td.TdClassName
{
border-color: #E35099;
}
.TagClassName
{
border-color: #E35099;
}
</style>