#E6666C

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

Shades of Froly #E6666C

Tints of Froly #E6666C

Color information

#E6666C (or 0xE6666C) is unknown color: approx Froly. HEX triplet: E6, 66 and 6C. RGB value is (230,102,108). Sum of RGB (Red+Green+Blue) = 230+102+108=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6666C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6666C is #199993. Grayscale: #8D8D8D. Windows color (decimal): -1677716 or 7104230. OLE color: 7104230.

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

Color convert

RGB230102108-
CMYK00.560.530.10
HSL357.19º71.91%65.1%-
HSV(B)357.19º55.65%90.2%-
XYZ40.0927.4117.36-
YUV140.96109.41191.51-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.27%
GREEN value IS 102 (40.23% from 255) = 23.18%
BLUE value IS 108 (42.58% from 255) = 24.55%
R=52.27%
G=23.18%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010210800.560.530.10357.1971.9165.1
HexE6666C03835A1654841
Octal3461461540706512545110101
Binary11100110110011011011000111000110101101010110010110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6666C; }

 p { color: rgb(230,102,108); }

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

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

 a { background-color: rgb(230,102,108); }

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

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

 span { border-color: rgb(230,102,108); }

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