#E17576

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

Shades of Froly #E17576

Tints of Froly #E17576

Color information

#E17576 (or 0xE17576) is unknown color: approx Froly. HEX triplet: E1, 75 and 76. RGB value is (225,117,118). Sum of RGB (Red+Green+Blue) = 225+117+118=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E17576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17576 is #1E8A89. Grayscale: #959595. Windows color (decimal): -2001546 or 7763425. OLE color: 7763425.

HSL color Cylindrical-coordinate representation of color #E17576: hue angle of 359.44º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E17576 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB225117118-
CMYK00.480.480.12
HSL359.44º64.29%67.06%-
HSV(B)359.44º48%88.24%-
XYZ40.6830.0420.79-
YUV149.41110.28181.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.91%
GREEN value IS 117 (46.09% from 255) = 25.43%
BLUE value IS 118 (46.48% from 255) = 25.65%
R=48.91%
G=25.43%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511711800.480.480.12359.4464.2967.06
HexE1757603030C1674043
Octal3411651660606014547100103
Binary11100001111010111101100110000110000110010110011110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17576; }

 p { color: rgb(225,117,118); }

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

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

 a { background-color: rgb(225,117,118); }

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

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

 span { border-color: rgb(225,117,118); }

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