#E16254

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

Shades of Flamingo #E16254

Tints of Flamingo #E16254

Color information

#E16254 (or 0xE16254) is unknown color: approx Flamingo. HEX triplet: E1, 62 and 54. RGB value is (225,98,84). Sum of RGB (Red+Green+Blue) = 225+98+84=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E16254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16254 is #1E9DAB. Grayscale: #868686. Windows color (decimal): -2006444 or 5530337. OLE color: 5530337.

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

Color convert

RGB2259884-
CMYK00.560.630.12
HSL5.96º70.15%60.59%-
HSV(B)5.96º62.67%88.24%-
XYZ37.0225.3811.34-
YUV134.3899.58192.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.28%
GREEN value IS 98 (38.67% from 255) = 24.08%
BLUE value IS 84 (33.20% from 255) = 20.64%
R=55.28%
G=24.08%
B=20.64%

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
Decimal225988400.560.630.125.9670.1560.59
HexE162540383FC6463d
Octal3411421240707714610675
Binary1110000111000101010100011100011111111001101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16254; }

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

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

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

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

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

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

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

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