#E1634D

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

Shades of Flamingo #E1634D

Tints of Flamingo #E1634D

Color information

#E1634D (or 0xE1634D) is unknown color: approx Flamingo. HEX triplet: E1, 63 and 4D. RGB value is (225,99,77). Sum of RGB (Red+Green+Blue) = 225+99+77=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E1634D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1634D is #1E9CB2. Grayscale: #868686. Windows color (decimal): -2006195 or 5071841. OLE color: 5071841.

HSL color Cylindrical-coordinate representation of color #E1634D: hue angle of 8.92º 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 #E1634D is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB2259977-
CMYK00.560.660.12
HSL8.92º71.15%59.22%-
HSV(B)8.92º65.78%88.24%-
XYZ36.8525.479.99-
YUV134.1795.74192.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.11%
GREEN value IS 99 (39.06% from 255) = 24.69%
BLUE value IS 77 (30.47% from 255) = 19.20%
R=56.11%
G=24.69%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225997700.560.660.128.9271.1559.22
HexE1634D03842C9473b
Octal341143115070102141110773
Binary111000011100011100110101110001000010110010011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1634D; }

 p { color: rgb(225,99,77); }

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

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

 a { background-color: rgb(225,99,77); }

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

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

 span { border-color: rgb(225,99,77); }

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