#EA677C

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

Shades of Froly #EA677C

Tints of Froly #EA677C

Color information

#EA677C (or 0xEA677C) is unknown color: approx Froly. HEX triplet: EA, 67 and 7C. RGB value is (234,103,124). Sum of RGB (Red+Green+Blue) = 234+103+124=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA677C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA677C is #159883. Grayscale: #909090. Windows color (decimal): -1415300 or 8153066. OLE color: 8153066.

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

Color convert

RGB234103124-
CMYK00.560.470.08
HSL350.38º75.72%66.08%-
HSV(B)350.38º55.98%91.76%-
XYZ42.4228.6522.36-
YUV144.56116.4191.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.76%
GREEN value IS 103 (40.62% from 255) = 22.34%
BLUE value IS 124 (48.83% from 255) = 26.90%
R=50.76%
G=22.34%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410312400.560.470.08350.3875.7266.08
HexEA677C0382F815e4c42
Octal3521471740705710536114102
Binary11101010110011111111000111000101111100010101111010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA677C; }

 p { color: rgb(234,103,124); }

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

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

 a { background-color: rgb(234,103,124); }

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

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

 span { border-color: rgb(234,103,124); }

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