#ea5e6d

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

Shades of Froly #EA5E6D

Tints of Froly #EA5E6D

Color information

#EA5E6D (or 0xEA5E6D) is unknown color: approx Froly. HEX triplet: EA, 5E and 6D. RGB value is (234,94,109). Sum of RGB (Red+Green+Blue) = 234+94+109=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5E6D is #15A192. Grayscale: #898989. Windows color (decimal): -1417619 or 7167722. OLE color: 7167722.

HSL color Cylindrical-coordinate representation of color #EA5E6D: hue angle of 353.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5E6D is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB23494109-
CMYK00.600.530.08
HSL353.57º76.92%64.31%-
HSV(B)353.57º59.83%91.76%-
XYZ40.6926.617.46-
YUV137.57111.88196.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.55%
GREEN value IS 94 (37.11% from 255) = 21.51%
BLUE value IS 109 (42.97% from 255) = 24.94%
R=53.55%
G=21.51%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349410900.600.530.08353.5776.9264.31
HexEA5E6D03C3581624d40
Octal3521361550746510542115100
Binary11101010101111011011010111100110101100010110001010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea5e6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea5e6d; }

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

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

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

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

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

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

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

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