#EA5A66

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

Shades of Froly #EA5A66

Tints of Froly #EA5A66

Color information

#EA5A66 (or 0xEA5A66) is unknown color: approx Froly. HEX triplet: EA, 5A and 66. RGB value is (234,90,102). Sum of RGB (Red+Green+Blue) = 234+90+102=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5A66 is #15A599. Grayscale: #868686. Windows color (decimal): -1418650 or 6707946. OLE color: 6707946.

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

Color convert

RGB23490102-
CMYK00.620.560.08
HSL355º77.42%63.53%-
HSV(B)355º61.54%91.76%-
XYZ39.9925.7615.44-
YUV134.42109.71199.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.93%
GREEN value IS 90 (35.55% from 255) = 21.13%
BLUE value IS 102 (40.23% from 255) = 23.94%
R=54.93%
G=21.13%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349010200.620.560.0835577.4263.53
HexEA5A6603E3881634d40
Octal3521321460767010543115100
Binary11101010101101011001100111110111000100010110001110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5A66; }

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

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

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

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

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

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

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

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