#EA7177

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

Shades of Froly #EA7177

Tints of Froly #EA7177

Color information

#EA7177 (or 0xEA7177) is unknown color: approx Froly. HEX triplet: EA, 71 and 77. RGB value is (234,113,119). Sum of RGB (Red+Green+Blue) = 234+113+119=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7177 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7177 is #158E88. Grayscale: #959595. Windows color (decimal): -1412745 or 7827946. OLE color: 7827946.

HSL color Cylindrical-coordinate representation of color #EA7177: hue angle of 357.02º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA7177 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB234113119-
CMYK00.520.490.08
HSL357.02º74.23%68.04%-
HSV(B)357.02º51.71%91.76%-
XYZ43.1730.6321.09-
YUV149.86110.59188.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.21%
GREEN value IS 113 (44.53% from 255) = 24.25%
BLUE value IS 119 (46.88% from 255) = 25.54%
R=50.21%
G=24.25%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411311900.520.490.08357.0274.2368.04
HexEA71770343181654a44
Octal3521611670646110545112104
Binary11101010111000111101110110100110001100010110010110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7177; }

 p { color: rgb(234,113,119); }

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

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

 a { background-color: rgb(234,113,119); }

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

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

 span { border-color: rgb(234,113,119); }

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