#E35599

Color #E35599 French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #E35599

Tints of French Rose #E35599

Color information

#E35599 (or 0xE35599) is unknown color: approx 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

RGB22785153-
CMYK00.630.330.11
HSL331.27º71.72%61.18%-
HSV(B)331.27º62.56%89.02%-
XYZ40.6825.1332.84-
YUV135.21138.04193.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 227 (89.06% from 255) = 48.82%
GREEN value IS 85 (33.59% from 255) = 18.28%
BLUE value IS 153 (60.16% from 255) = 32.90%
R=48.82%
G=18.28%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278515300.630.330.11331.2771.7261.18
HexE3559903F21B14b483d
Octal343125231077411351311075
Binary11100011101010110011001011111110000110111010010111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>