#E1687D

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

Shades of Froly #E1687D

Tints of Froly #E1687D

Color information

#E1687D (or 0xE1687D) is unknown color: approx Froly. HEX triplet: E1, 68 and 7D. RGB value is (225,104,125). Sum of RGB (Red+Green+Blue) = 225+104+125=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E1687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1687D is #1E9782. Grayscale: #8E8E8E. Windows color (decimal): -2004867 or 8218849. OLE color: 8218849.

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

Color convert

RGB225104125-
CMYK00.540.440.12
HSL349.59º66.85%64.51%-
HSV(B)349.59º53.78%88.24%-
XYZ39.727.3922.6-
YUV142.57118.09186.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.56%
GREEN value IS 104 (41.02% from 255) = 22.91%
BLUE value IS 125 (49.22% from 255) = 27.53%
R=49.56%
G=22.91%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510412500.540.440.12349.5966.8564.51
HexE1687D0362CC15e4341
Octal3411501750665414536103101
Binary11100001110100011111010110110101100110010101111010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1687D; }

 p { color: rgb(225,104,125); }

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

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

 a { background-color: rgb(225,104,125); }

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

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

 span { border-color: rgb(225,104,125); }

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