#e1664b

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

Shades of Flamingo #E1664B

Tints of Flamingo #E1664B

Color information

#E1664B (or 0xE1664B) is unknown color: approx Flamingo. HEX triplet: E1, 66 and 4B. RGB value is (225,102,75). Sum of RGB (Red+Green+Blue) = 225+102+75=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E1664B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1664B is #1E99B4. Grayscale: #878787. Windows color (decimal): -2005429 or 4941537. OLE color: 4941537.

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

Color convert

RGB22510275-
CMYK00.550.670.12
HSL10.8º71.43%58.82%-
HSV(B)10.8º66.67%88.24%-
XYZ37.0726.029.72-
YUV135.793.75191.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.97%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 75 (29.69% from 255) = 18.66%
R=55.97%
G=25.37%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251027500.550.670.1210.871.4358.82
HexE1664B03743Cb473b
Octal341146113067103141310773
Binary111000011100110100101101101111000011110010111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1664b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1664b; }

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

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

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

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

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

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

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

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