#E16575

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

Shades of Froly #E16575

Tints of Froly #E16575

Color information

#E16575 (or 0xE16575) is unknown color: approx Froly. HEX triplet: E1, 65 and 75. RGB value is (225,101,117). Sum of RGB (Red+Green+Blue) = 225+101+117=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E16575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16575 is #1E9A8A. Grayscale: #8B8B8B. Windows color (decimal): -2005643 or 7693793. OLE color: 7693793.

HSL color Cylindrical-coordinate representation of color #E16575: hue angle of 352.26º 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 #E16575 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB225101117-
CMYK00.550.480.12
HSL352.26º67.39%63.92%-
HSV(B)352.26º55.11%88.24%-
XYZ38.9226.619.91-
YUV139.9115.08188.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.79%
GREEN value IS 101 (39.84% from 255) = 22.80%
BLUE value IS 117 (46.09% from 255) = 26.41%
R=50.79%
G=22.80%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510111700.550.480.12352.2667.3963.92
HexE1657503730C1604340
Octal3411451650676014540103100
Binary11100001110010111101010110111110000110010110000010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16575; }

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

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

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

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

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

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

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

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