#E16165

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

Shades of Froly #E16165

Tints of Froly #E16165

Color information

#E16165 (or 0xE16165) is unknown color: approx Froly. HEX triplet: E1, 61 and 65. RGB value is (225,97,101). Sum of RGB (Red+Green+Blue) = 225+97+101=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E16165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16165 is #1E9E9A. Grayscale: #878787. Windows color (decimal): -2006683 or 6644193. OLE color: 6644193.

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

Color convert

RGB22597101-
CMYK00.570.550.12
HSL358.12º68.09%63.14%-
HSV(B)358.12º56.89%88.24%-
XYZ37.6725.515.25-
YUV135.73108.41191.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.19%
GREEN value IS 97 (38.28% from 255) = 22.93%
BLUE value IS 101 (39.84% from 255) = 23.88%
R=53.19%
G=22.93%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259710100.570.550.12358.1268.0963.14
HexE1616503937C166443f
Octal341141145071671454610477
Binary1110000111000011100101011100111011111001011001101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16165; }

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

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

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

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

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

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

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

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