#e16357

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

Shades of Flamingo #E16357

Tints of Flamingo #E16357

Color information

#E16357 (or 0xE16357) is unknown color: approx Flamingo. HEX triplet: E1, 63 and 57. RGB value is (225,99,87). Sum of RGB (Red+Green+Blue) = 225+99+87=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E16357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16357 is #1E9CA8. Grayscale: #878787. Windows color (decimal): -2006185 or 5727201. OLE color: 5727201.

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

Color convert

RGB2259987-
CMYK00.560.610.12
HSL5.22º69.7%61.18%-
HSV(B)5.22º61.33%88.24%-
XYZ37.2325.6212-
YUV135.31100.74191.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.74%
GREEN value IS 99 (39.06% from 255) = 24.09%
BLUE value IS 87 (34.38% from 255) = 21.17%
R=54.74%
G=24.09%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225998700.560.610.125.2269.761.18
HexE163570383DC5463d
Octal3411431270707514510675
Binary1110000111000111010111011100011110111001011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e16357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e16357; }

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

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

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

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

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

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

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

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