#E16670

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

Shades of Froly #E16670

Tints of Froly #E16670

Color information

#E16670 (or 0xE16670) is unknown color: approx Froly. HEX triplet: E1, 66 and 70. RGB value is (225,102,112). Sum of RGB (Red+Green+Blue) = 225+102+112=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E16670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16670 is #1E998F. Grayscale: #8C8C8C. Windows color (decimal): -2005392 or 7366369. OLE color: 7366369.

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

Color convert

RGB225102112-
CMYK00.550.500.12
HSL355.12º67.21%64.12%-
HSV(B)355.12º54.67%88.24%-
XYZ38.7326.6818.44-
YUV139.92112.25188.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.25%
GREEN value IS 102 (40.23% from 255) = 23.23%
BLUE value IS 112 (44.14% from 255) = 25.51%
R=51.25%
G=23.23%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510211200.550.500.12355.1267.2164.12
HexE1667003732C1634340
Octal3411461600676214543103100
Binary11100001110011011100000110111110010110010110001110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16670; }

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

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

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

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

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

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

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

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