#E6676A

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

Shades of Froly #E6676A

Tints of Froly #E6676A

Color information

#E6676A (or 0xE6676A) is unknown color: approx Froly. HEX triplet: E6, 67 and 6A. RGB value is (230,103,106). Sum of RGB (Red+Green+Blue) = 230+103+106=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E6676A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6676A is #199895. Grayscale: #8D8D8D. Windows color (decimal): -1677462 or 6973414. OLE color: 6973414.

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

Color convert

RGB230103106-
CMYK00.550.540.10
HSL358.58º71.75%65.29%-
HSV(B)358.58º55.22%90.2%-
XYZ40.0827.5616.84-
YUV141.32108.08191.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.39%
GREEN value IS 103 (40.62% from 255) = 23.46%
BLUE value IS 106 (41.80% from 255) = 24.15%
R=52.39%
G=23.46%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010310600.550.540.10358.5871.7565.29
HexE6676A03736A1674841
Octal3461471520676612547110101
Binary11100110110011111010100110111110110101010110011110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6676A; }

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

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

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

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

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

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

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

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