#E5727C

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

Shades of Froly #E5727C

Tints of Froly #E5727C

Color information

#E5727C (or 0xE5727C) is unknown color: approx Froly. HEX triplet: E5, 72 and 7C. RGB value is (229,114,124). Sum of RGB (Red+Green+Blue) = 229+114+124=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E5727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5727C is #1A8D83. Grayscale: #959595. Windows color (decimal): -1740164 or 8155877. OLE color: 8155877.

HSL color Cylindrical-coordinate representation of color #E5727C: hue angle of 354.78º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5727C is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB229114124-
CMYK00.500.460.10
HSL354.78º68.86%67.25%-
HSV(B)354.78º50.22%89.8%-
XYZ41.9730.1522.68-
YUV149.52113.6184.69-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.04%
GREEN value IS 114 (44.92% from 255) = 24.41%
BLUE value IS 124 (48.83% from 255) = 26.55%
R=49.04%
G=24.41%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911412400.500.460.10354.7868.8667.25
HexE5727C0322EA1634543
Octal3451621740625612543105103
Binary11100101111001011111000110010101110101010110001110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5727C; }

 p { color: rgb(229,114,124); }

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

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

 a { background-color: rgb(229,114,124); }

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

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

 span { border-color: rgb(229,114,124); }

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