#E4727C

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

Shades of Froly #E4727C

Tints of Froly #E4727C

Color information

#E4727C (or 0xE4727C) is unknown color: approx Froly. HEX triplet: E4, 72 and 7C. RGB value is (228,114,124). Sum of RGB (Red+Green+Blue) = 228+114+124=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 228 - color contains mainly: red. Hex color #E4727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4727C is #1B8D83. Grayscale: #959595. Windows color (decimal): -1805700 or 8155876. OLE color: 8155876.

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

Color convert

RGB228114124-
CMYK00.500.460.11
HSL354.74º67.86%67.06%-
HSV(B)354.74º50%89.41%-
XYZ41.6529.9822.66-
YUV149.23113.77184.19-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.93%
GREEN value IS 114 (44.92% from 255) = 24.46%
BLUE value IS 124 (48.83% from 255) = 26.61%
R=48.93%
G=24.46%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811412400.500.460.11354.7467.8667.06
HexE4727C0322EB1634443
Octal3441621740625613543104103
Binary11100100111001011111000110010101110101110110001110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4727C; }

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

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

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

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

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

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

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

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