#EA677D

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

Shades of Froly #EA677D

Tints of Froly #EA677D

Color information

#EA677D (or 0xEA677D) is unknown color: approx Froly. HEX triplet: EA, 67 and 7D. RGB value is (234,103,125). Sum of RGB (Red+Green+Blue) = 234+103+125=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA677D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA677D is #159882. Grayscale: #909090. Windows color (decimal): -1415299 or 8218602. OLE color: 8218602.

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

Color convert

RGB234103125-
CMYK00.560.470.08
HSL349.92º75.72%66.08%-
HSV(B)349.92º55.98%91.76%-
XYZ42.4828.6722.7-
YUV144.68116.9191.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.65%
GREEN value IS 103 (40.62% from 255) = 22.29%
BLUE value IS 125 (49.22% from 255) = 27.06%
R=50.65%
G=22.29%
B=27.06%

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
Decimal23410312500.560.470.08349.9275.7266.08
HexEA677D0382F815e4c42
Octal3521471750705710536114102
Binary11101010110011111111010111000101111100010101111010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA677D; }

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

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

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

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

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

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

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

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