#E6676E

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

Shades of Froly #E6676E

Tints of Froly #E6676E

Color information

#E6676E (or 0xE6676E) is unknown color: approx Froly. HEX triplet: E6, 67 and 6E. RGB value is (230,103,110). Sum of RGB (Red+Green+Blue) = 230+103+110=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E6676E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6676E is #199891. Grayscale: #8D8D8D. Windows color (decimal): -1677458 or 7235558. OLE color: 7235558.

HSL color Cylindrical-coordinate representation of color #E6676E: hue angle of 356.69º 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 #E6676E is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB230103110-
CMYK00.550.520.10
HSL356.69º71.75%65.29%-
HSV(B)356.69º55.22%90.2%-
XYZ40.327.6517.96-
YUV141.77110.08190.93-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.92%
GREEN value IS 103 (40.62% from 255) = 23.25%
BLUE value IS 110 (43.36% from 255) = 24.83%
R=51.92%
G=23.25%
B=24.83%

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
Decimal23010311000.550.520.10356.6971.7565.29
HexE6676E03734A1654841
Octal3461471560676412545110101
Binary11100110110011111011100110111110100101010110010110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6676E; }

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

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

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

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

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

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

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

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