#E6747C

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

Shades of Froly #E6747C

Tints of Froly #E6747C

Color information

#E6747C (or 0xE6747C) is unknown color: approx Froly. HEX triplet: E6, 74 and 7C. RGB value is (230,116,124). Sum of RGB (Red+Green+Blue) = 230+116+124=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E6747C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6747C is #198B83. Grayscale: #979797. Windows color (decimal): -1674116 or 8156390. OLE color: 8156390.

HSL color Cylindrical-coordinate representation of color #E6747C: hue angle of 355.79º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6747C is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB230116124-
CMYK00.500.460.10
HSL355.79º69.51%67.84%-
HSV(B)355.79º49.57%90.2%-
XYZ42.5230.7722.77-
YUV151112.77184.35-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.94%
GREEN value IS 116 (45.70% from 255) = 24.68%
BLUE value IS 124 (48.83% from 255) = 26.38%
R=48.94%
G=24.68%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011612400.500.460.10355.7969.5167.84
HexE6747C0322EA1644644
Octal3461641740625612544106104
Binary11100110111010011111000110010101110101010110010010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6747C; }

 p { color: rgb(230,116,124); }

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

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

 a { background-color: rgb(230,116,124); }

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

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

 span { border-color: rgb(230,116,124); }

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