#EA7179

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

Shades of Froly #EA7179

Tints of Froly #EA7179

Color information

#EA7179 (or 0xEA7179) is unknown color: approx Froly. HEX triplet: EA, 71 and 79. RGB value is (234,113,121). Sum of RGB (Red+Green+Blue) = 234+113+121=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7179 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7179 is #158E86. Grayscale: #969696. Windows color (decimal): -1412743 or 7959018. OLE color: 7959018.

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

Color convert

RGB234113121-
CMYK00.520.480.08
HSL356.03º74.23%68.04%-
HSV(B)356.03º51.71%91.76%-
XYZ43.2930.6821.73-
YUV150.09111.59187.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50%
GREEN value IS 113 (44.53% from 255) = 24.15%
BLUE value IS 121 (47.66% from 255) = 25.85%
R=50%
G=24.15%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411312100.520.480.08356.0374.2368.04
HexEA71790343081644a44
Octal3521611710646010544112104
Binary11101010111000111110010110100110000100010110010010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7179; }

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

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

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

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

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

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

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

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