#E66164

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

Shades of Froly #E66164

Tints of Froly #E66164

Color information

#E66164 (or 0xE66164) is unknown color: approx Froly. HEX triplet: E6, 61 and 64. RGB value is (230,97,100). Sum of RGB (Red+Green+Blue) = 230+97+100=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E66164 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66164 is #199E9B. Grayscale: #898989. Windows color (decimal): -1679004 or 6578662. OLE color: 6578662.

HSL color Cylindrical-coordinate representation of color #E66164: hue angle of 358.65º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E66164 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB23097100-
CMYK00.580.570.10
HSL358.65º72.68%64.12%-
HSV(B)358.65º57.83%90.2%-
XYZ39.2126.2915.07-
YUV137.11107.06194.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 53.86%
GREEN value IS 97 (38.28% from 255) = 22.72%
BLUE value IS 100 (39.45% from 255) = 23.42%
R=53.86%
G=22.72%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309710000.580.570.10358.6572.6864.12
HexE6616403A39A1674940
Octal3461411440727112547111100
Binary11100110110000111001000111010111001101010110011110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66164; }

 p { color: rgb(230,97,100); }

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

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

 a { background-color: rgb(230,97,100); }

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

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

 span { border-color: rgb(230,97,100); }

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