#E66979

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

Shades of Froly #E66979

Tints of Froly #E66979

Color information

#E66979 (or 0xE66979) is unknown color: approx Froly. HEX triplet: E6, 69 and 79. RGB value is (230,105,121). Sum of RGB (Red+Green+Blue) = 230+105+121=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E66979 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66979 is #199686. Grayscale: #909090. Windows color (decimal): -1676935 or 7956966. OLE color: 7956966.

HSL color Cylindrical-coordinate representation of color #E66979: hue angle of 352.32º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E66979 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB230105121-
CMYK00.540.470.10
HSL352.32º71.43%65.69%-
HSV(B)352.32º54.35%90.2%-
XYZ41.1428.3121.38-
YUV144.2114.91189.2-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.44%
GREEN value IS 105 (41.41% from 255) = 23.03%
BLUE value IS 121 (47.66% from 255) = 26.54%
R=50.44%
G=23.03%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010512100.540.470.10352.3271.4365.69
HexE669790362FA1604742
Octal3461511710665712540107102
Binary11100110110100111110010110110101111101010110000010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66979; }

 p { color: rgb(230,105,121); }

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

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

 a { background-color: rgb(230,105,121); }

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

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

 span { border-color: rgb(230,105,121); }

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