#EA656E

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

Shades of Froly #EA656E

Tints of Froly #EA656E

Color information

#EA656E (or 0xEA656E) is unknown color: approx Froly. HEX triplet: EA, 65 and 6E. RGB value is (234,101,110). Sum of RGB (Red+Green+Blue) = 234+101+110=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA656E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA656E is #159A91. Grayscale: #8D8D8D. Windows color (decimal): -1415826 or 7235050. OLE color: 7235050.

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

Color convert

RGB234101110-
CMYK00.570.530.08
HSL355.94º76%65.69%-
HSV(B)355.94º56.84%91.76%-
XYZ41.427.9317.96-
YUV141.79110.06193.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.58%
GREEN value IS 101 (39.84% from 255) = 22.70%
BLUE value IS 110 (43.36% from 255) = 24.72%
R=52.58%
G=22.70%
B=24.72%

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
Decimal23410111000.570.530.08355.947665.69
HexEA656E0393581644c42
Octal3521451560716510544114102
Binary11101010110010111011100111001110101100010110010010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA656E; }

 p { color: rgb(234,101,110); }

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

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

 a { background-color: rgb(234,101,110); }

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

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

 span { border-color: rgb(234,101,110); }

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