#E1646A

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

Shades of Froly #E1646A

Tints of Froly #E1646A

Color information

#E1646A (or 0xE1646A) is unknown color: approx Froly. HEX triplet: E1, 64 and 6A. RGB value is (225,100,106). Sum of RGB (Red+Green+Blue) = 225+100+106=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E1646A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1646A is #1E9B95. Grayscale: #8A8A8A. Windows color (decimal): -2005910 or 6972641. OLE color: 6972641.

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

Color convert

RGB225100106-
CMYK00.560.530.12
HSL357.12º67.57%63.73%-
HSV(B)357.12º55.56%88.24%-
XYZ38.2126.1616.67-
YUV138.06109.91190.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.20%
GREEN value IS 100 (39.45% from 255) = 23.20%
BLUE value IS 106 (41.80% from 255) = 24.59%
R=52.20%
G=23.20%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510010600.560.530.12357.1267.5763.73
HexE1646A03835C1654440
Octal3411441520706514545104100
Binary11100001110010011010100111000110101110010110010110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1646A; }

 p { color: rgb(225,100,106); }

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

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

 a { background-color: rgb(225,100,106); }

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

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

 span { border-color: rgb(225,100,106); }

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