#E55595

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

Shades of French Rose #E55595

Tints of French Rose #E55595

Color information

#E55595 (or 0xE55595) is unknown color: approx French Rose. HEX triplet: E5, 55 and 95. RGB value is (229,85,149). Sum of RGB (Red+Green+Blue) = 229+85+149=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E55595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55595 is #1AAA6A. Grayscale: #878787. Windows color (decimal): -1747563 or 9786853. OLE color: 9786853.

HSL color Cylindrical-coordinate representation of color #E55595: hue angle of 333.33º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E55595 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB22985149-
CMYK00.630.350.10
HSL333.33º73.47%61.57%-
HSV(B)333.33º62.88%89.8%-
XYZ40.9925.3231.16-
YUV135.35135.71194.8-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.46%
GREEN value IS 85 (33.59% from 255) = 18.36%
BLUE value IS 149 (58.59% from 255) = 32.18%
R=49.46%
G=18.36%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298514900.630.350.10333.3373.4761.57
HexE5559503F23A14d493e
Octal345125225077431251511176
Binary11100101101010110010101011111110001110101010011011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55595; }

 p { color: rgb(229,85,149); }

 H1.HeaderClassName
 {
   color: #E55595;
 }
 .AnyTagClassName
 {
   color: #E55595;
 }
</style>
background-color css

<style>
 a { background-color: #E55595; }

 a { background-color: rgb(229,85,149); }

 div.DivClassName
 {
   background-color: #E55595;
 }
 .BgClassName
 {
   background-color: #E55595;
 }
</style>
border-color css

<style>
 span { border-color: #E55595; }

 span { border-color: rgb(229,85,149); }

 td.TdClassName
 {
   border-color: #E55595;
 }
 .TagClassName
 {
   border-color: #E55595;
 }
</style>