#e66677

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

Shades of Froly #E66677

Tints of Froly #E66677

Color information

#E66677 (or 0xE66677) is unknown color: approx Froly. HEX triplet: E6, 66 and 77. RGB value is (230,102,119). Sum of RGB (Red+Green+Blue) = 230+102+119=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E66677 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66677 is #199988. Grayscale: #8E8E8E. Windows color (decimal): -1677705 or 7825126. OLE color: 7825126.

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

Color convert

RGB230102119-
CMYK00.560.480.10
HSL352.03º71.91%65.1%-
HSV(B)352.03º55.65%90.2%-
XYZ40.7127.6620.65-
YUV142.21114.91190.62-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.00%
GREEN value IS 102 (40.23% from 255) = 22.62%
BLUE value IS 119 (46.88% from 255) = 26.39%
R=51.00%
G=22.62%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010211900.560.480.10352.0371.9165.1
HexE6667703830A1604841
Octal3461461670706012540110101
Binary11100110110011011101110111000110000101010110000010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e66677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e66677; }

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

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

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

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

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

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

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

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