#E5626E

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

Shades of Froly #E5626E

Tints of Froly #E5626E

Color information

#E5626E (or 0xE5626E) is unknown color: approx Froly. HEX triplet: E5, 62 and 6E. RGB value is (229,98,110). Sum of RGB (Red+Green+Blue) = 229+98+110=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E5626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5626E is #1A9D91. Grayscale: #8A8A8A. Windows color (decimal): -1744274 or 7234277. OLE color: 7234277.

HSL color Cylindrical-coordinate representation of color #E5626E: hue angle of 354.5º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E5626E is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB22998110-
CMYK00.570.520.10
HSL354.5º71.58%64.12%-
HSV(B)354.5º57.21%89.8%-
XYZ39.526.5217.79-
YUV138.54111.9192.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.40%
GREEN value IS 98 (38.67% from 255) = 22.43%
BLUE value IS 110 (43.36% from 255) = 25.17%
R=52.40%
G=22.43%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299811000.570.520.10354.571.5864.12
HexE5626E03934A1634840
Octal3451421560716412543110100
Binary11100101110001011011100111001110100101010110001110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5626E; }

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

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

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

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

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

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

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

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