#EA5E66

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

Shades of Froly #EA5E66

Tints of Froly #EA5E66

Color information

#EA5E66 (or 0xEA5E66) is unknown color: approx Froly. HEX triplet: EA, 5E and 66. RGB value is (234,94,102). Sum of RGB (Red+Green+Blue) = 234+94+102=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5E66 is #15A199. Grayscale: #888888. Windows color (decimal): -1417626 or 6708970. OLE color: 6708970.

HSL color Cylindrical-coordinate representation of color #EA5E66: hue angle of 356.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 #EA5E66 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB23494102-
CMYK00.600.560.08
HSL356.57º76.92%64.31%-
HSV(B)356.57º59.83%91.76%-
XYZ40.3326.4615.55-
YUV136.77108.38197.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.42%
GREEN value IS 94 (37.11% from 255) = 21.86%
BLUE value IS 102 (40.23% from 255) = 23.72%
R=54.42%
G=21.86%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349410200.600.560.08356.5776.9264.31
HexEA5E6603C3881654d40
Octal3521361460747010545115100
Binary11101010101111011001100111100111000100010110010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5E66; }

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

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

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

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

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

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

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

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