#E16B54

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

Shades of Flamingo #E16B54

Tints of Flamingo #E16B54

Color information

#E16B54 (or 0xE16B54) is unknown color: approx Flamingo. HEX triplet: E1, 6B and 54. RGB value is (225,107,84). Sum of RGB (Red+Green+Blue) = 225+107+84=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16B54 is #1E94AB. Grayscale: #8B8B8B. Windows color (decimal): -2004140 or 5532641. OLE color: 5532641.

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

Color convert

RGB22510784-
CMYK00.520.630.12
HSL9.79º70.15%60.59%-
HSV(B)9.79º62.67%88.24%-
XYZ37.9127.1611.63-
YUV139.6696.59188.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.09%
GREEN value IS 107 (42.19% from 255) = 25.72%
BLUE value IS 84 (33.20% from 255) = 20.19%
R=54.09%
G=25.72%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251078400.520.630.129.7970.1560.59
HexE16B540343FCa463d
Octal34115312406477141210675
Binary11100001110101110101000110100111111110010101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16B54; }

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

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

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

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

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

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

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

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