#e56378

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

Shades of Froly #E56378

Tints of Froly #E56378

Color information

#E56378 (or 0xE56378) is unknown color: approx Froly. HEX triplet: E5, 63 and 78. RGB value is (229,99,120). Sum of RGB (Red+Green+Blue) = 229+99+120=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E56378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56378 is #1A9C87. Grayscale: #8C8C8C. Windows color (decimal): -1744008 or 7889893. OLE color: 7889893.

HSL color Cylindrical-coordinate representation of color #E56378: hue angle of 350.31º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E56378 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB22999120-
CMYK00.570.480.10
HSL350.31º71.43%64.31%-
HSV(B)350.31º56.77%89.8%-
XYZ40.1726.9420.85-
YUV140.26116.57191.29-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.12%
GREEN value IS 99 (39.06% from 255) = 22.10%
BLUE value IS 120 (47.27% from 255) = 26.79%
R=51.12%
G=22.10%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299912000.570.480.10350.3171.4364.31
HexE5637803930A15e4740
Octal3451431700716012536107100
Binary11100101110001111110000111001110000101010101111010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e56378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e56378; }

 p { color: rgb(229,99,120); }

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

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

 a { background-color: rgb(229,99,120); }

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

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

 span { border-color: rgb(229,99,120); }

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