#EA656F

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

Shades of Froly #EA656F

Tints of Froly #EA656F

Color information

#EA656F (or 0xEA656F) is unknown color: approx Froly. HEX triplet: EA, 65 and 6F. RGB value is (234,101,111). Sum of RGB (Red+Green+Blue) = 234+101+111=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA656F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA656F is #159A90. Grayscale: #8E8E8E. Windows color (decimal): -1415825 or 7300586. OLE color: 7300586.

HSL color Cylindrical-coordinate representation of color #EA656F: hue angle of 355.49º 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 #EA656F is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB234101111-
CMYK00.570.530.08
HSL355.49º76%65.69%-
HSV(B)355.49º56.84%91.76%-
XYZ41.4527.9518.25-
YUV141.91110.56193.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.47%
GREEN value IS 101 (39.84% from 255) = 22.65%
BLUE value IS 111 (43.75% from 255) = 24.89%
R=52.47%
G=22.65%
B=24.89%

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
Decimal23410111100.570.530.08355.497665.69
HexEA656F0393581634c42
Octal3521451570716510543114102
Binary11101010110010111011110111001110101100010110001110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA656F; }

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

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

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

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

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

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

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

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