#E5656C

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

Shades of Froly #E5656C

Tints of Froly #E5656C

Color information

#E5656C (or 0xE5656C) is unknown color: approx Froly. HEX triplet: E5, 65 and 6C. RGB value is (229,101,108). Sum of RGB (Red+Green+Blue) = 229+101+108=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E5656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5656C is #1A9A93. Grayscale: #8C8C8C. Windows color (decimal): -1743508 or 7103973. OLE color: 7103973.

HSL color Cylindrical-coordinate representation of color #E5656C: hue angle of 356.72º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E5656C is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB229101108-
CMYK00.560.530.10
HSL356.72º71.11%64.71%-
HSV(B)356.72º55.9%89.8%-
XYZ39.6727.0517.32-
YUV140.07109.91191.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.28%
GREEN value IS 101 (39.84% from 255) = 23.06%
BLUE value IS 108 (42.58% from 255) = 24.66%
R=52.28%
G=23.06%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910110800.560.530.10356.7271.1164.71
HexE5656C03835A1654741
Octal3451451540706512545107101
Binary11100101110010111011000111000110101101010110010110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5656C; }

 p { color: rgb(229,101,108); }

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

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

 a { background-color: rgb(229,101,108); }

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

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

 span { border-color: rgb(229,101,108); }

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