#E5707A

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

Shades of Froly #E5707A

Tints of Froly #E5707A

Color information

#E5707A (or 0xE5707A) is unknown color: approx Froly. HEX triplet: E5, 70 and 7A. RGB value is (229,112,122). Sum of RGB (Red+Green+Blue) = 229+112+122=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E5707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5707A is #1A8F85. Grayscale: #949494. Windows color (decimal): -1740678 or 8024293. OLE color: 8024293.

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

Color convert

RGB229112122-
CMYK00.510.470.10
HSL354.87º69.23%66.86%-
HSV(B)354.87º51.09%89.8%-
XYZ41.6229.6521.94-
YUV148.12113.26185.69-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.46%
GREEN value IS 112 (44.14% from 255) = 24.19%
BLUE value IS 122 (48.05% from 255) = 26.35%
R=49.46%
G=24.19%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911212200.510.470.10354.8769.2366.86
HexE5707A0332FA1634543
Octal3451601720635712543105103
Binary11100101111000011110100110011101111101010110001110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5707A; }

 p { color: rgb(229,112,122); }

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

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

 a { background-color: rgb(229,112,122); }

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

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

 span { border-color: rgb(229,112,122); }

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