Shades of French Rose #E35599
Tints of French Rose #E35599
RGB
CMYK
RGB Variations
Color information
#E35599 (or 0xE35599) is known color: French Rose. HEX triplet: E3, 55 and 99. RGB value is (227,85,153). Sum of RGB (Red+Green+Blue) = 227+85+153=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E35599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35599 is #1CAA66. Grayscale: #878787. Windows color (decimal): -1878631 or 10048995. OLE color: 10048995.
HSL color Cylindrical-coordinate representation of color #E35599: hue angle of 331.27º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E35599 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 153 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.11 |
| HSL | 331.27º | 0.72% | 0.61% | - |
| HSV(B) | 331.27º | 0.63% | 0.89% | - |
| XYZ | 40.68 | 25.13 | 32.84 | - |
| YUV | 135.21 | 138.04 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 153 | 0 | 0.63 | 0.33 | 0.11 | 331.27 | 0.72 | 0.61 |
| Hex | E3 | 55 | 99 | 0 | 3F | 21 | B | 14B | 48 | 3D |
| Octal | 343 | 125 | 231 | 0 | 77 | 41 | 13 | 513 | 110 | 75 |
| Binary | 11100011 | 1010101 | 10011001 | 0 | 111111 | 100001 | 1011 | 101001011 | 1001000 | 111101 |
Color Harmonies of #E35599
Complementary color
Monochromatic Colors of #E35599
Black with #E35599
Text Example
Text Example
White with #E35599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35599; }
p { color: rgb(227,85,153); }
H1.HeaderClassName
{
color: #E35599;
}
.AnyTagClassName
{
color: #E35599;
}
</style>
background-color css
<style>
a { background-color: #E35599; }
a { background-color: rgb(227,85,153); }
div.DivClassName
{
background-color: #E35599;
}
.BgClassName
{
background-color: #E35599;
}
</style>
border-color css
<style>
span { border-color: #E35599; }
span { border-color: rgb(227,85,153); }
td.TdClassName
{
border-color: #E35599;
}
.TagClassName
{
border-color: #E35599;
}
</style>