#EA6177

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

Shades of Froly #EA6177

Tints of Froly #EA6177

Color information

#EA6177 (or 0xEA6177) is unknown color: approx Froly. HEX triplet: EA, 61 and 77. RGB value is (234,97,119). Sum of RGB (Red+Green+Blue) = 234+97+119=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6177 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6177 is #159E88. Grayscale: #8C8C8C. Windows color (decimal): -1416841 or 7823850. OLE color: 7823850.

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

Color convert

RGB23497119-
CMYK00.590.490.08
HSL350.36º76.54%64.9%-
HSV(B)350.36º58.55%91.76%-
XYZ41.5427.3720.55-
YUV140.47115.89194.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52%
GREEN value IS 97 (38.28% from 255) = 21.56%
BLUE value IS 119 (46.88% from 255) = 26.44%
R=52%
G=21.56%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349711900.590.490.08350.3676.5464.9
HexEA617703B31815e4d41
Octal3521411670736110536115101
Binary11101010110000111101110111011110001100010101111010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6177; }

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

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

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

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

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

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

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

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