#EA686F

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

Shades of Froly #EA686F

Tints of Froly #EA686F

Color information

#EA686F (or 0xEA686F) is unknown color: approx Froly. HEX triplet: EA, 68 and 6F. RGB value is (234,104,111). Sum of RGB (Red+Green+Blue) = 234+104+111=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA686F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA686F is #159790. Grayscale: #8F8F8F. Windows color (decimal): -1415057 or 7301354. OLE color: 7301354.

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

Color convert

RGB234104111-
CMYK00.560.530.08
HSL356.77º75.58%66.27%-
HSV(B)356.77º55.56%91.76%-
XYZ41.7528.5418.35-
YUV143.67109.57192.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.12%
GREEN value IS 104 (41.02% from 255) = 23.16%
BLUE value IS 111 (43.75% from 255) = 24.72%
R=52.12%
G=23.16%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410411100.560.530.08356.7775.5866.27
HexEA686F0383581654c42
Octal3521501570706510545114102
Binary11101010110100011011110111000110101100010110010110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA686F; }

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

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

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

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

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

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

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

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