#E1626E

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

Shades of Froly #E1626E

Tints of Froly #E1626E

Color information

#E1626E (or 0xE1626E) is unknown color: approx Froly. HEX triplet: E1, 62 and 6E. RGB value is (225,98,110). Sum of RGB (Red+Green+Blue) = 225+98+110=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E1626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1626E is #1E9D91. Grayscale: #898989. Windows color (decimal): -2006418 or 7234273. OLE color: 7234273.

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

Color convert

RGB22598110-
CMYK00.560.510.12
HSL354.33º67.91%63.33%-
HSV(B)354.33º56.44%88.24%-
XYZ38.2325.8717.73-
YUV137.34112.58190.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.96%
GREEN value IS 98 (38.67% from 255) = 22.63%
BLUE value IS 110 (43.36% from 255) = 25.40%
R=51.96%
G=22.63%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259811000.560.510.12354.3367.9163.33
HexE1626E03833C162443f
Octal341142156070631454210477
Binary1110000111000101101110011100011001111001011000101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1626E; }

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

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

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

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

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

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

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

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