#E1747B

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

Shades of Froly #E1747B

Tints of Froly #E1747B

Color information

#E1747B (or 0xE1747B) is unknown color: approx Froly. HEX triplet: E1, 74 and 7B. RGB value is (225,116,123). Sum of RGB (Red+Green+Blue) = 225+116+123=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1747B is #1E8B84. Grayscale: #959595. Windows color (decimal): -2001797 or 8090849. OLE color: 8090849.

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

Color convert

RGB225116123-
CMYK00.480.450.12
HSL356.15º64.5%66.86%-
HSV(B)356.15º48.44%88.24%-
XYZ40.8729.9322.36-
YUV149.39113.11181.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.49%
GREEN value IS 116 (45.70% from 255) = 25%
BLUE value IS 123 (48.44% from 255) = 26.51%
R=48.49%
G=25%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511612300.480.450.12356.1564.566.86
HexE1747B0302DC1644043
Octal3411641730605514544100103
Binary11100001111010011110110110000101101110010110010010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1747B; }

 p { color: rgb(225,116,123); }

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

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

 a { background-color: rgb(225,116,123); }

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

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

 span { border-color: rgb(225,116,123); }

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