#E5737D

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

Shades of Froly #E5737D

Tints of Froly #E5737D

Color information

#E5737D (or 0xE5737D) is unknown color: approx Froly. HEX triplet: E5, 73 and 7D. RGB value is (229,115,125). Sum of RGB (Red+Green+Blue) = 229+115+125=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E5737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5737D is #1A8C82. Grayscale: #969696. Windows color (decimal): -1739907 or 8221669. OLE color: 8221669.

HSL color Cylindrical-coordinate representation of color #E5737D: hue angle of 354.74º 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 #E5737D is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB229115125-
CMYK00.500.450.10
HSL354.74º68.67%67.45%-
HSV(B)354.74º49.78%89.8%-
XYZ42.1530.423.05-
YUV150.23113.77184.19-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.83%
GREEN value IS 115 (45.31% from 255) = 24.52%
BLUE value IS 125 (49.22% from 255) = 26.65%
R=48.83%
G=24.52%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911512500.500.450.10354.7468.6767.45
HexE5737D0322DA1634543
Octal3451631750625512543105103
Binary11100101111001111111010110010101101101010110001110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5737D; }

 p { color: rgb(229,115,125); }

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

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

 a { background-color: rgb(229,115,125); }

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

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

 span { border-color: rgb(229,115,125); }

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