#EA646D

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

Shades of Froly #EA646D

Tints of Froly #EA646D

Color information

#EA646D (or 0xEA646D) is unknown color: approx Froly. HEX triplet: EA, 64 and 6D. RGB value is (234,100,109). Sum of RGB (Red+Green+Blue) = 234+100+109=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA646D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA646D is #159B92. Grayscale: #8D8D8D. Windows color (decimal): -1416083 or 7169258. OLE color: 7169258.

HSL color Cylindrical-coordinate representation of color #EA646D: hue angle of 355.97º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA646D is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB234100109-
CMYK00.570.530.08
HSL355.97º76.14%65.49%-
HSV(B)355.97º57.26%91.76%-
XYZ41.2527.7117.64-
YUV141.09109.89194.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.82%
GREEN value IS 100 (39.45% from 255) = 22.57%
BLUE value IS 109 (42.97% from 255) = 24.60%
R=52.82%
G=22.57%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410010900.570.530.08355.9776.1465.49
HexEA646D0393581644c41
Octal3521441550716510544114101
Binary11101010110010011011010111001110101100010110010010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA646D; }

 p { color: rgb(234,100,109); }

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

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

 a { background-color: rgb(234,100,109); }

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

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

 span { border-color: rgb(234,100,109); }

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