#E1664C

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

Shades of Flamingo #E1664C

Tints of Flamingo #E1664C

Color information

#E1664C (or 0xE1664C) is unknown color: approx Flamingo. HEX triplet: E1, 66 and 4C. RGB value is (225,102,76). Sum of RGB (Red+Green+Blue) = 225+102+76=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E1664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1664C is #1E99B3. Grayscale: #888888. Windows color (decimal): -2005428 or 5007073. OLE color: 5007073.

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

Color convert

RGB22510276-
CMYK00.550.660.12
HSL10.47º71.29%59.02%-
HSV(B)10.47º66.22%88.24%-
XYZ37.1126.039.91-
YUV135.8194.25191.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.83%
GREEN value IS 102 (40.23% from 255) = 25.31%
BLUE value IS 76 (30.08% from 255) = 18.86%
R=55.83%
G=25.31%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251027600.550.660.1210.4771.2959.02
HexE1664C03742Ca473b
Octal341146114067102141210773
Binary111000011100110100110001101111000010110010101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1664C; }

 p { color: rgb(225,102,76); }

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

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

 a { background-color: rgb(225,102,76); }

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

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

 span { border-color: rgb(225,102,76); }

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