#E66776

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

Shades of Froly #E66776

Tints of Froly #E66776

Color information

#E66776 (or 0xE66776) is unknown color: approx Froly. HEX triplet: E6, 67 and 76. RGB value is (230,103,118). Sum of RGB (Red+Green+Blue) = 230+103+118=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E66776 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66776 is #199889. Grayscale: #8E8E8E. Windows color (decimal): -1677450 or 7759846. OLE color: 7759846.

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

Color convert

RGB230103118-
CMYK00.550.490.10
HSL352.91º71.75%65.29%-
HSV(B)352.91º55.22%90.2%-
XYZ40.7527.8320.36-
YUV142.68114.08190.28-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.00%
GREEN value IS 103 (40.62% from 255) = 22.84%
BLUE value IS 118 (46.48% from 255) = 26.16%
R=51.00%
G=22.84%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010311800.550.490.10352.9171.7565.29
HexE6677603731A1614841
Octal3461471660676112541110101
Binary11100110110011111101100110111110001101010110000110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66776; }

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

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

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

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

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

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

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

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