#E56B7B

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

Shades of Froly #E56B7B

Tints of Froly #E56B7B

Color information

#E56B7B (or 0xE56B7B) is unknown color: approx Froly. HEX triplet: E5, 6B and 7B. RGB value is (229,107,123). Sum of RGB (Red+Green+Blue) = 229+107+123=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E56B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56B7B is #1A9484. Grayscale: #919191. Windows color (decimal): -1741957 or 8088549. OLE color: 8088549.

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

Color convert

RGB229107123-
CMYK00.530.460.10
HSL352.13º70.11%65.88%-
HSV(B)352.13º53.28%89.8%-
XYZ41.1528.622.09-
YUV145.3115.42187.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.89%
GREEN value IS 107 (42.19% from 255) = 23.31%
BLUE value IS 123 (48.44% from 255) = 26.80%
R=49.89%
G=23.31%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910712300.530.460.10352.1370.1165.88
HexE56B7B0352EA1604642
Octal3451531730655612540106102
Binary11100101110101111110110110101101110101010110000010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56B7B; }

 p { color: rgb(229,107,123); }

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

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

 a { background-color: rgb(229,107,123); }

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

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

 span { border-color: rgb(229,107,123); }

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