#EA5863

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

Shades of Froly #EA5863

Tints of Froly #EA5863

Color information

#EA5863 (or 0xEA5863) is unknown color: approx Froly. HEX triplet: EA, 58 and 63. RGB value is (234,88,99). Sum of RGB (Red+Green+Blue) = 234+88+99=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5863 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5863 is #15A79C. Grayscale: #858585. Windows color (decimal): -1419165 or 6510826. OLE color: 6510826.

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

Color convert

RGB2348899-
CMYK00.620.580.08
HSL355.48º77.66%63.14%-
HSV(B)355.48º62.39%91.76%-
XYZ39.6725.3714.61-
YUV132.91108.87200.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.58%
GREEN value IS 88 (34.77% from 255) = 20.90%
BLUE value IS 99 (39.06% from 255) = 23.52%
R=55.58%
G=20.90%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234889900.620.580.08355.4877.6663.14
HexEA586303E3A81634e3f
Octal352130143076721054311677
Binary1110101010110001100011011111011101010001011000111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5863; }

 p { color: rgb(234,88,99); }

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

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

 a { background-color: rgb(234,88,99); }

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

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

 span { border-color: rgb(234,88,99); }

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