#E7564C

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

Shades of Flamingo #E7564C

Tints of Flamingo #E7564C

Color information

#E7564C (or 0xE7564C) is unknown color: approx Flamingo. HEX triplet: E7, 56 and 4C. RGB value is (231,86,76). Sum of RGB (Red+Green+Blue) = 231+86+76=393 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.78% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 231 - color contains mainly: red. Hex color #E7564C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7564C is #18A9B3. Grayscale: #808080. Windows color (decimal): -1616308 or 5002983. OLE color: 5002983.

HSL color Cylindrical-coordinate representation of color #E7564C: hue angle of 3.87º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7564C is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB2318676-
CMYK00.630.670.09
HSL3.87º76.35%60.2%-
HSV(B)3.87º67.1%90.59%-
XYZ37.5924.179.52-
YUV128.2298.54201.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 58.78%
GREEN value IS 86 (33.98% from 255) = 21.88%
BLUE value IS 76 (30.08% from 255) = 19.34%
R=58.78%
G=21.88%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231867600.630.670.093.8776.3560.2
HexE7564C03F43944c3c
Octal34712611407710311411474
Binary11100111101011010011000111111100001110011001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7564C; }

 p { color: rgb(231,86,76); }

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

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

 a { background-color: rgb(231,86,76); }

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

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

 span { border-color: rgb(231,86,76); }

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