#E1667A

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

Shades of Froly #E1667A

Tints of Froly #E1667A

Color information

#E1667A (or 0xE1667A) is unknown color: approx Froly. HEX triplet: E1, 66 and 7A. RGB value is (225,102,122). Sum of RGB (Red+Green+Blue) = 225+102+122=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1667A is #1E9985. Grayscale: #8D8D8D. Windows color (decimal): -2005382 or 8021729. OLE color: 8021729.

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

Color convert

RGB225102122-
CMYK00.550.460.12
HSL350.24º67.21%64.12%-
HSV(B)350.24º54.67%88.24%-
XYZ39.3226.9221.54-
YUV141.06117.25187.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.11%
GREEN value IS 102 (40.23% from 255) = 22.72%
BLUE value IS 122 (48.05% from 255) = 27.17%
R=50.11%
G=22.72%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510212200.550.460.12350.2467.2164.12
HexE1667A0372EC15e4340
Octal3411461720675614536103100
Binary11100001110011011110100110111101110110010101111010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1667A; }

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

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

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

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

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

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

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

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