#E6676F

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

Shades of Froly #E6676F

Tints of Froly #E6676F

Color information

#E6676F (or 0xE6676F) is unknown color: approx Froly. HEX triplet: E6, 67 and 6F. RGB value is (230,103,111). Sum of RGB (Red+Green+Blue) = 230+103+111=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E6676F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6676F is #199890. Grayscale: #8D8D8D. Windows color (decimal): -1677457 or 7301094. OLE color: 7301094.

HSL color Cylindrical-coordinate representation of color #E6676F: hue angle of 356.22º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E6676F is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB230103111-
CMYK00.550.520.10
HSL356.22º71.75%65.29%-
HSV(B)356.22º55.22%90.2%-
XYZ40.3527.6718.25-
YUV141.88110.58190.85-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.80%
GREEN value IS 103 (40.62% from 255) = 23.20%
BLUE value IS 111 (43.75% from 255) = 25%
R=51.80%
G=23.20%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010311100.550.520.10356.2271.7565.29
HexE6676F03734A1644841
Octal3461471570676412544110101
Binary11100110110011111011110110111110100101010110010010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6676F; }

 p { color: rgb(230,103,111); }

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

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

 a { background-color: rgb(230,103,111); }

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

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

 span { border-color: rgb(230,103,111); }

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