#E16578

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

Shades of Froly #E16578

Tints of Froly #E16578

Color information

#E16578 (or 0xE16578) is unknown color: approx Froly. HEX triplet: E1, 65 and 78. RGB value is (225,101,120). Sum of RGB (Red+Green+Blue) = 225+101+120=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E16578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16578 is #1E9A87. Grayscale: #8C8C8C. Windows color (decimal): -2005640 or 7890401. OLE color: 7890401.

HSL color Cylindrical-coordinate representation of color #E16578: hue angle of 350.81º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E16578 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB225101120-
CMYK00.550.470.12
HSL350.81º67.39%63.92%-
HSV(B)350.81º55.11%88.24%-
XYZ39.126.6720.86-
YUV140.24116.58188.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.45%
GREEN value IS 101 (39.84% from 255) = 22.65%
BLUE value IS 120 (47.27% from 255) = 26.91%
R=50.45%
G=22.65%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510112000.550.470.12350.8167.3963.92
HexE165780372FC15f4340
Octal3411451700675714537103100
Binary11100001110010111110000110111101111110010101111110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16578; }

 p { color: rgb(225,101,120); }

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

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

 a { background-color: rgb(225,101,120); }

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

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

 span { border-color: rgb(225,101,120); }

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