#EA6577

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

Shades of Froly #EA6577

Tints of Froly #EA6577

Color information

#EA6577 (or 0xEA6577) is unknown color: approx Froly. HEX triplet: EA, 65 and 77. RGB value is (234,101,119). Sum of RGB (Red+Green+Blue) = 234+101+119=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6577 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6577 is #159A88. Grayscale: #8E8E8E. Windows color (decimal): -1415817 or 7824874. OLE color: 7824874.

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

Color convert

RGB234101119-
CMYK00.570.490.08
HSL351.88º76%65.69%-
HSV(B)351.88º56.84%91.76%-
XYZ41.9228.1320.67-
YUV142.82114.56193.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.54%
GREEN value IS 101 (39.84% from 255) = 22.25%
BLUE value IS 119 (46.88% from 255) = 26.21%
R=51.54%
G=22.25%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410111900.570.490.08351.887665.69
HexEA65770393181604c42
Octal3521451670716110540114102
Binary11101010110010111101110111001110001100010110000010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6577; }

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

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

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

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

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

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

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

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