#E16454

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

Shades of Flamingo #E16454

Tints of Flamingo #E16454

Color information

#E16454 (or 0xE16454) is unknown color: approx Flamingo. HEX triplet: E1, 64 and 54. RGB value is (225,100,84). Sum of RGB (Red+Green+Blue) = 225+100+84=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E16454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16454 is #1E9BAB. Grayscale: #878787. Windows color (decimal): -2005932 or 5530849. OLE color: 5530849.

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

Color convert

RGB22510084-
CMYK00.560.630.12
HSL6.81º70.15%60.59%-
HSV(B)6.81º62.67%88.24%-
XYZ37.2125.7611.4-
YUV135.5598.91191.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.01%
GREEN value IS 100 (39.45% from 255) = 24.45%
BLUE value IS 84 (33.20% from 255) = 20.54%
R=55.01%
G=24.45%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251008400.560.630.126.8170.1560.59
HexE164540383FC7463d
Octal3411441240707714710675
Binary1110000111001001010100011100011111111001111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16454; }

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

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

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

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

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

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

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

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