#E16567

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

Shades of Froly #E16567

Tints of Froly #E16567

Color information

#E16567 (or 0xE16567) is unknown color: approx Froly. HEX triplet: E1, 65 and 67. RGB value is (225,101,103). Sum of RGB (Red+Green+Blue) = 225+101+103=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 103 (40.62% from 255 or 24.01% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E16567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16567 is #1E9A98. Grayscale: #8A8A8A. Windows color (decimal): -2005657 or 6776289. OLE color: 6776289.

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

Color convert

RGB225101103-
CMYK00.550.540.12
HSL359.03º67.39%63.92%-
HSV(B)359.03º55.11%88.24%-
XYZ38.1526.2915.9-
YUV138.3108.08189.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.45%
GREEN value IS 101 (39.84% from 255) = 23.54%
BLUE value IS 103 (40.62% from 255) = 24.01%
R=52.45%
G=23.54%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510110300.550.540.12359.0367.3963.92
HexE1656703736C1674340
Octal3411451470676614547103100
Binary11100001110010111001110110111110110110010110011110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16567; }

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

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

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

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

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

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

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

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