#E76164

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

Shades of Froly #E76164

Tints of Froly #E76164

Color information

#E76164 (or 0xE76164) is unknown color: approx Froly. HEX triplet: E7, 61 and 64. RGB value is (231,97,100). Sum of RGB (Red+Green+Blue) = 231+97+100=428 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.97% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 231 - color contains mainly: red. Hex color #E76164 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76164 is #189E9B. Grayscale: #898989. Windows color (decimal): -1613468 or 6578663. OLE color: 6578663.

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

Color convert

RGB23197100-
CMYK00.580.570.09
HSL358.66º73.63%64.31%-
HSV(B)358.66º58.01%90.59%-
XYZ39.5326.4615.08-
YUV137.41106.89194.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 53.97%
GREEN value IS 97 (38.28% from 255) = 22.66%
BLUE value IS 100 (39.45% from 255) = 23.36%
R=53.97%
G=22.66%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319710000.580.570.09358.6673.6364.31
HexE7616403A3991674a40
Octal3471411440727111547112100
Binary11100111110000111001000111010111001100110110011110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76164; }

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

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

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

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

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

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

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

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