#E55698

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

Shades of French Rose #E55698

Tints of French Rose #E55698

Color information

#E55698 (or 0xE55698) is unknown color: approx French Rose. HEX triplet: E5, 56 and 98. RGB value is (229,86,152). Sum of RGB (Red+Green+Blue) = 229+86+152=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E55698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55698 is #1AA967. Grayscale: #888888. Windows color (decimal): -1747304 or 9983717. OLE color: 9983717.

HSL color Cylindrical-coordinate representation of color #E55698: hue angle of 332.31º 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 #E55698 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB22986152-
CMYK00.620.340.10
HSL332.31º73.33%61.76%-
HSV(B)332.31º62.45%89.8%-
XYZ41.3125.5832.47-
YUV136.28136.88194.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.04%
GREEN value IS 86 (33.98% from 255) = 18.42%
BLUE value IS 152 (59.77% from 255) = 32.55%
R=49.04%
G=18.42%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298615200.620.340.10332.3173.3361.76
HexE5569803E22A14c493e
Octal345126230076421251411176
Binary11100101101011010011000011111010001010101010011001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55698; }

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

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

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

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

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

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

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

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