#E1626D

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

Shades of Froly #E1626D

Tints of Froly #E1626D

Color information

#E1626D (or 0xE1626D) is unknown color: approx Froly. HEX triplet: E1, 62 and 6D. RGB value is (225,98,109). Sum of RGB (Red+Green+Blue) = 225+98+109=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E1626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1626D is #1E9D92. Grayscale: #898989. Windows color (decimal): -2006419 or 7168737. OLE color: 7168737.

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

Color convert

RGB22598109-
CMYK00.560.520.12
HSL354.8º67.91%63.33%-
HSV(B)354.8º56.44%88.24%-
XYZ38.1825.8517.44-
YUV137.23112.08190.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.08%
GREEN value IS 98 (38.67% from 255) = 22.69%
BLUE value IS 109 (42.97% from 255) = 25.23%
R=52.08%
G=22.69%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259810900.560.520.12354.867.9163.33
HexE1626D03834C163443f
Octal341142155070641454310477
Binary1110000111000101101101011100011010011001011000111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1626D; }

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

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

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

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

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

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

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

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