#EA6176

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

Shades of Froly #EA6176

Tints of Froly #EA6176

Color information

#EA6176 (or 0xEA6176) is unknown color: approx Froly. HEX triplet: EA, 61 and 76. RGB value is (234,97,118). Sum of RGB (Red+Green+Blue) = 234+97+118=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6176 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6176 is #159E89. Grayscale: #8C8C8C. Windows color (decimal): -1416842 or 7758314. OLE color: 7758314.

HSL color Cylindrical-coordinate representation of color #EA6176: hue angle of 350.8º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA6176 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB23497118-
CMYK00.590.500.08
HSL350.8º76.54%64.9%-
HSV(B)350.8º58.55%91.76%-
XYZ41.4827.3520.23-
YUV140.36115.39194.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.12%
GREEN value IS 97 (38.28% from 255) = 21.60%
BLUE value IS 118 (46.48% from 255) = 26.28%
R=52.12%
G=21.60%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349711800.590.500.08350.876.5464.9
HexEA617603B32815f4d41
Octal3521411660736210537115101
Binary11101010110000111101100111011110010100010101111110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6176; }

 p { color: rgb(234,97,118); }

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

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

 a { background-color: rgb(234,97,118); }

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

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

 span { border-color: rgb(234,97,118); }

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