#E16D70

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

Shades of Froly #E16D70

Tints of Froly #E16D70

Color information

#E16D70 (or 0xE16D70) is unknown color: approx Froly. HEX triplet: E1, 6D and 70. RGB value is (225,109,112). Sum of RGB (Red+Green+Blue) = 225+109+112=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16D70 is #1E928F. Grayscale: #909090. Windows color (decimal): -2003600 or 7368161. OLE color: 7368161.

HSL color Cylindrical-coordinate representation of color #E16D70: hue angle of 358.45º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16D70 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB225109112-
CMYK00.520.500.12
HSL358.45º65.91%65.49%-
HSV(B)358.45º51.56%88.24%-
XYZ39.4428.1118.68-
YUV144.03109.93185.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.45%
GREEN value IS 109 (42.97% from 255) = 24.44%
BLUE value IS 112 (44.14% from 255) = 25.11%
R=50.45%
G=24.44%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510911200.520.500.12358.4565.9165.49
HexE16D7003432C1664241
Octal3411551600646214546102101
Binary11100001110110111100000110100110010110010110011010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16D70; }

 p { color: rgb(225,109,112); }

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

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

 a { background-color: rgb(225,109,112); }

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

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

 span { border-color: rgb(225,109,112); }

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