#E4626A

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

Shades of Froly #E4626A

Tints of Froly #E4626A

Color information

#E4626A (or 0xE4626A) is unknown color: approx Froly. HEX triplet: E4, 62 and 6A. RGB value is (228,98,106). Sum of RGB (Red+Green+Blue) = 228+98+106=432 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.78% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 228 - color contains mainly: red. Hex color #E4626A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4626A is #1B9D95. Grayscale: #898989. Windows color (decimal): -1809814 or 6972132. OLE color: 6972132.

HSL color Cylindrical-coordinate representation of color #E4626A: hue angle of 356.31º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E4626A is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB22898106-
CMYK00.570.540.11
HSL356.31º70.65%63.92%-
HSV(B)356.31º57.02%89.41%-
XYZ38.9626.2716.65-
YUV137.78110.07192.35-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.78%
GREEN value IS 98 (38.67% from 255) = 22.69%
BLUE value IS 106 (41.80% from 255) = 24.54%
R=52.78%
G=22.69%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289810600.570.540.11356.3170.6563.92
HexE4626A03936B1644740
Octal3441421520716613544107100
Binary11100100110001011010100111001110110101110110010010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4626A; }

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

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

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

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

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

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

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

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