#e6564c

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

Shades of Flamingo #E6564C

Tints of Flamingo #E6564C

Color information

#E6564C (or 0xE6564C) is unknown color: approx Flamingo. HEX triplet: E6, 56 and 4C. RGB value is (230,86,76). Sum of RGB (Red+Green+Blue) = 230+86+76=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E6564C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6564C is #19A9B3. Grayscale: #808080. Windows color (decimal): -1681844 or 5002982. OLE color: 5002982.

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

Color convert

RGB2308676-
CMYK00.630.670.10
HSL3.9º75.49%60%-
HSV(B)3.9º66.96%90.2%-
XYZ37.27249.51-
YUV127.9298.71200.81-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 58.67%
GREEN value IS 86 (33.98% from 255) = 21.94%
BLUE value IS 76 (30.08% from 255) = 19.39%
R=58.67%
G=21.94%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230867600.630.670.103.975.4960
HexE6564C03F43A44b3c
Octal34612611407710312411374
Binary11100110101011010011000111111100001110101001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6564c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6564c; }

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

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

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

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

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

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

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

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