#EA616D

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

Shades of Froly #EA616D

Tints of Froly #EA616D

Color information

#EA616D (or 0xEA616D) is unknown color: approx Froly. HEX triplet: EA, 61 and 6D. RGB value is (234,97,109). Sum of RGB (Red+Green+Blue) = 234+97+109=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA616D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA616D is #159E92. Grayscale: #8B8B8B. Windows color (decimal): -1416851 or 7168490. OLE color: 7168490.

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

Color convert

RGB23497109-
CMYK00.590.530.08
HSL354.74º76.54%64.9%-
HSV(B)354.74º58.55%91.76%-
XYZ40.9727.1517.55-
YUV139.33110.89195.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.18%
GREEN value IS 97 (38.28% from 255) = 22.05%
BLUE value IS 109 (42.97% from 255) = 24.77%
R=53.18%
G=22.05%
B=24.77%

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
Decimal2349710900.590.530.08354.7476.5464.9
HexEA616D03B3581634d41
Octal3521411550736510543115101
Binary11101010110000111011010111011110101100010110001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA616D; }

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

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

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

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

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

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

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

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