#EA6179

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

Shades of Froly #EA6179

Tints of Froly #EA6179

Color information

#EA6179 (or 0xEA6179) is unknown color: approx Froly. HEX triplet: EA, 61 and 79. RGB value is (234,97,121). Sum of RGB (Red+Green+Blue) = 234+97+121=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6179 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6179 is #159E86. Grayscale: #8C8C8C. Windows color (decimal): -1416839 or 7954922. OLE color: 7954922.

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

Color convert

RGB23497121-
CMYK00.590.480.08
HSL349.49º76.54%64.9%-
HSV(B)349.49º58.55%91.76%-
XYZ41.6627.4221.19-
YUV140.7116.89194.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.77%
GREEN value IS 97 (38.28% from 255) = 21.46%
BLUE value IS 121 (47.66% from 255) = 26.77%
R=51.77%
G=21.46%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349712100.590.480.08349.4976.5464.9
HexEA617903B30815d4d41
Octal3521411710736010535115101
Binary11101010110000111110010111011110000100010101110110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6179; }

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

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

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

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

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

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

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

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