#EA616E

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

Shades of Froly #EA616E

Tints of Froly #EA616E

Color information

#EA616E (or 0xEA616E) is unknown color: approx Froly. HEX triplet: EA, 61 and 6E. RGB value is (234,97,110). Sum of RGB (Red+Green+Blue) = 234+97+110=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA616E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA616E is #159E91. Grayscale: #8B8B8B. Windows color (decimal): -1416850 or 7234026. OLE color: 7234026.

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

Color convert

RGB23497110-
CMYK00.590.530.08
HSL354.31º76.54%64.9%-
HSV(B)354.31º58.55%91.76%-
XYZ41.0227.1717.83-
YUV139.44111.39195.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.06%
GREEN value IS 97 (38.28% from 255) = 22.00%
BLUE value IS 110 (43.36% from 255) = 24.94%
R=53.06%
G=22.00%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349711000.590.530.08354.3176.5464.9
HexEA616E03B3581624d41
Octal3521411560736510542115101
Binary11101010110000111011100111011110101100010110001010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA616E; }

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

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

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

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

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

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

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

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