#E66769

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

Shades of Froly #E66769

Tints of Froly #E66769

Color information

#E66769 (or 0xE66769) is unknown color: approx Froly. HEX triplet: E6, 67 and 69. RGB value is (230,103,105). Sum of RGB (Red+Green+Blue) = 230+103+105=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E66769 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66769 is #199896. Grayscale: #8D8D8D. Windows color (decimal): -1677463 or 6907878. OLE color: 6907878.

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

Color convert

RGB230103105-
CMYK00.550.540.10
HSL359.06º71.75%65.29%-
HSV(B)359.06º55.22%90.2%-
XYZ40.0327.5416.57-
YUV141.2107.58191.34-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.51%
GREEN value IS 103 (40.62% from 255) = 23.52%
BLUE value IS 105 (41.41% from 255) = 23.97%
R=52.51%
G=23.52%
B=23.97%

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
Decimal23010310500.550.540.10359.0671.7565.29
HexE6676903736A1674841
Octal3461471510676612547110101
Binary11100110110011111010010110111110110101010110011110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66769; }

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

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

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

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

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

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

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

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