#E16354

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

Shades of Flamingo #E16354

Tints of Flamingo #E16354

Color information

#E16354 (or 0xE16354) is unknown color: approx Flamingo. HEX triplet: E1, 63 and 54. RGB value is (225,99,84). Sum of RGB (Red+Green+Blue) = 225+99+84=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E16354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16354 is #1E9CAB. Grayscale: #878787. Windows color (decimal): -2006188 or 5530593. OLE color: 5530593.

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

Color convert

RGB2259984-
CMYK00.560.630.12
HSL6.38º70.15%60.59%-
HSV(B)6.38º62.67%88.24%-
XYZ37.1125.5711.37-
YUV134.9699.24192.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.15%
GREEN value IS 99 (39.06% from 255) = 24.26%
BLUE value IS 84 (33.20% from 255) = 20.59%
R=55.15%
G=24.26%
B=20.59%

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
Decimal225998400.560.630.126.3870.1560.59
HexE163540383FC6463d
Octal3411431240707714610675
Binary1110000111000111010100011100011111111001101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16354; }

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

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

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

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

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

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

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

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