#E1634F

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

Shades of Flamingo #E1634F

Tints of Flamingo #E1634F

Color information

#E1634F (or 0xE1634F) is unknown color: approx Flamingo. HEX triplet: E1, 63 and 4F. RGB value is (225,99,79). Sum of RGB (Red+Green+Blue) = 225+99+79=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E1634F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1634F is #1E9CB0. Grayscale: #868686. Windows color (decimal): -2006193 or 5202913. OLE color: 5202913.

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

Color convert

RGB2259979-
CMYK00.560.650.12
HSL8.22º70.87%59.61%-
HSV(B)8.22º64.89%88.24%-
XYZ36.9225.510.37-
YUV134.3996.74192.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.83%
GREEN value IS 99 (39.06% from 255) = 24.57%
BLUE value IS 79 (31.25% from 255) = 19.60%
R=55.83%
G=24.57%
B=19.60%

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
Decimal225997900.560.650.128.2270.8759.61
HexE1634F03841C8473c
Octal341143117070101141010774
Binary111000011100011100111101110001000001110010001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1634F; }

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

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

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

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

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

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

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

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