#E1644F

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

Shades of Flamingo #E1644F

Tints of Flamingo #E1644F

Color information

#E1644F (or 0xE1644F) is unknown color: approx Flamingo. HEX triplet: E1, 64 and 4F. RGB value is (225,100,79). Sum of RGB (Red+Green+Blue) = 225+100+79=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1644F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1644F is #1E9BB0. Grayscale: #878787. Windows color (decimal): -2005937 or 5203169. OLE color: 5203169.

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

Color convert

RGB22510079-
CMYK00.560.650.12
HSL8.63º70.87%59.61%-
HSV(B)8.63º64.89%88.24%-
XYZ37.0225.6910.4-
YUV134.9896.41192.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.69%
GREEN value IS 100 (39.45% from 255) = 24.75%
BLUE value IS 79 (31.25% from 255) = 19.55%
R=55.69%
G=24.75%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251007900.560.650.128.6370.8759.61
HexE1644F03841C9473c
Octal341144117070101141110774
Binary111000011100100100111101110001000001110010011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1644F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1644F; }

 p { color: rgb(225,100,79); }

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

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

 a { background-color: rgb(225,100,79); }

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

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

 span { border-color: rgb(225,100,79); }

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