#E4564D

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

Shades of Flamingo #E4564D

Tints of Flamingo #E4564D

Color information

#E4564D (or 0xE4564D) is unknown color: approx Flamingo. HEX triplet: E4, 56 and 4D. RGB value is (228,86,77). Sum of RGB (Red+Green+Blue) = 228+86+77=391 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.31% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 228 - color contains mainly: red. Hex color #E4564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4564D is #1BA9B2. Grayscale: #7F7F7F. Windows color (decimal): -1812915 or 5068516. OLE color: 5068516.

HSL color Cylindrical-coordinate representation of color #E4564D: hue angle of 3.58º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E4564D is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB2288677-
CMYK00.620.660.11
HSL3.58º73.66%59.8%-
HSV(B)3.58º66.23%89.41%-
XYZ36.6623.699.66-
YUV127.4399.54199.73-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 58.31%
GREEN value IS 86 (33.98% from 255) = 21.99%
BLUE value IS 77 (30.47% from 255) = 19.69%
R=58.31%
G=21.99%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228867700.620.660.113.5873.6659.8
HexE4564D03E42B44a3c
Octal34412611507610213411274
Binary11100100101011010011010111110100001010111001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4564D; }

 p { color: rgb(228,86,77); }

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

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

 a { background-color: rgb(228,86,77); }

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

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

 span { border-color: rgb(228,86,77); }

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