#EA616C

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

Shades of Froly #EA616C

Tints of Froly #EA616C

Color information

#EA616C (or 0xEA616C) is unknown color: approx Froly. HEX triplet: EA, 61 and 6C. RGB value is (234,97,108). Sum of RGB (Red+Green+Blue) = 234+97+108=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EA616C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA616C is #159E93. Grayscale: #8B8B8B. Windows color (decimal): -1416852 or 7102954. OLE color: 7102954.

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

Color convert

RGB23497108-
CMYK00.590.540.08
HSL355.18º76.54%64.9%-
HSV(B)355.18º58.55%91.76%-
XYZ40.9127.1217.27-
YUV139.22110.39195.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.30%
GREEN value IS 97 (38.28% from 255) = 22.10%
BLUE value IS 108 (42.58% from 255) = 24.60%
R=53.30%
G=22.10%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349710800.590.540.08355.1876.5464.9
HexEA616C03B3681634d41
Octal3521411540736610543115101
Binary11101010110000111011000111011110110100010110001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA616C; }

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

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

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

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

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

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

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

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