#E55699

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

Shades of French Rose #E55699

Tints of French Rose #E55699

Color information

#E55699 (or 0xE55699) is unknown color: approx French Rose. HEX triplet: E5, 56 and 99. RGB value is (229,86,153). Sum of RGB (Red+Green+Blue) = 229+86+153=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E55699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55699 is #1AA966. Grayscale: #888888. Windows color (decimal): -1747303 or 10049253. OLE color: 10049253.

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

Color convert

RGB22986153-
CMYK00.620.330.10
HSL331.89º73.33%61.76%-
HSV(B)331.89º62.45%89.8%-
XYZ41.3925.6132.9-
YUV136.4137.38194.05-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.93%
GREEN value IS 86 (33.98% from 255) = 18.38%
BLUE value IS 153 (60.16% from 255) = 32.69%
R=48.93%
G=18.38%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298615300.620.330.10331.8973.3361.76
HexE5569903E21A14c493e
Octal345126231076411251411176
Binary11100101101011010011001011111010000110101010011001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55699; }

 p { color: rgb(229,86,153); }

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

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

 a { background-color: rgb(229,86,153); }

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

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

 span { border-color: rgb(229,86,153); }

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