#EA6D6F

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

Shades of Froly #EA6D6F

Tints of Froly #EA6D6F

Color information

#EA6D6F (or 0xEA6D6F) is unknown color: approx Froly. HEX triplet: EA, 6D and 6F. RGB value is (234,109,111). Sum of RGB (Red+Green+Blue) = 234+109+111=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6D6F is #159290. Grayscale: #929292. Windows color (decimal): -1413777 or 7302634. OLE color: 7302634.

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

Color convert

RGB234109111-
CMYK00.530.530.08
HSL359.04º74.85%67.25%-
HSV(B)359.04º53.42%91.76%-
XYZ42.2729.5818.52-
YUV146.6107.91190.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.54%
GREEN value IS 109 (42.97% from 255) = 24.01%
BLUE value IS 111 (43.75% from 255) = 24.45%
R=51.54%
G=24.01%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410911100.530.530.08359.0474.8567.25
HexEA6D6F0353581674b43
Octal3521551570656510547113103
Binary11101010110110111011110110101110101100010110011110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6D6F; }

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

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

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

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

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

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

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

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