#E1626A

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

Shades of Froly #E1626A

Tints of Froly #E1626A

Color information

#E1626A (or 0xE1626A) is unknown color: approx Froly. HEX triplet: E1, 62 and 6A. RGB value is (225,98,106). Sum of RGB (Red+Green+Blue) = 225+98+106=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E1626A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1626A is #1E9D95. Grayscale: #888888. Windows color (decimal): -2006422 or 6972129. OLE color: 6972129.

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

Color convert

RGB22598106-
CMYK00.560.530.12
HSL356.22º67.91%63.33%-
HSV(B)356.22º56.44%88.24%-
XYZ38.0225.7816.61-
YUV136.88110.58190.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.45%
GREEN value IS 98 (38.67% from 255) = 22.84%
BLUE value IS 106 (41.80% from 255) = 24.71%
R=52.45%
G=22.84%
B=24.71%

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
Decimal2259810600.560.530.12356.2267.9163.33
HexE1626A03835C164443f
Octal341142152070651454410477
Binary1110000111000101101010011100011010111001011001001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1626A; }

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

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

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

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

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

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

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

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