#E16B71

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

Shades of Froly #E16B71

Tints of Froly #E16B71

Color information

#E16B71 (or 0xE16B71) is unknown color: approx Froly. HEX triplet: E1, 6B and 71. RGB value is (225,107,113). Sum of RGB (Red+Green+Blue) = 225+107+113=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16B71 is #1E948E. Grayscale: #8F8F8F. Windows color (decimal): -2004111 or 7433185. OLE color: 7433185.

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

Color convert

RGB225107113-
CMYK00.520.500.12
HSL356.95º66.29%65.1%-
HSV(B)356.95º52.44%88.24%-
XYZ39.2927.7218.9-
YUV142.97111.09186.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.56%
GREEN value IS 107 (42.19% from 255) = 24.04%
BLUE value IS 113 (44.53% from 255) = 25.39%
R=50.56%
G=24.04%
B=25.39%

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
Decimal22510711300.520.500.12356.9566.2965.1
HexE16B7103432C1654241
Octal3411531610646214545102101
Binary11100001110101111100010110100110010110010110010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16B71; }

 p { color: rgb(225,107,113); }

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

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

 a { background-color: rgb(225,107,113); }

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

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

 span { border-color: rgb(225,107,113); }

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