#EA6579

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

Shades of Froly #EA6579

Tints of Froly #EA6579

Color information

#EA6579 (or 0xEA6579) is unknown color: approx Froly. HEX triplet: EA, 65 and 79. RGB value is (234,101,121). Sum of RGB (Red+Green+Blue) = 234+101+121=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6579 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6579 is #159A86. Grayscale: #8F8F8F. Windows color (decimal): -1415815 or 7955946. OLE color: 7955946.

HSL color Cylindrical-coordinate representation of color #EA6579: hue angle of 350.98º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA6579 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB234101121-
CMYK00.570.480.08
HSL350.98º76%65.69%-
HSV(B)350.98º56.84%91.76%-
XYZ42.0428.1821.31-
YUV143.05115.56192.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.32%
GREEN value IS 101 (39.84% from 255) = 22.15%
BLUE value IS 121 (47.66% from 255) = 26.54%
R=51.32%
G=22.15%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410112100.570.480.08350.987665.69
HexEA657903930815f4c42
Octal3521451710716010537114102
Binary11101010110010111110010111001110000100010101111110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6579; }

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

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

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

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

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

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

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

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