#E6644E

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

Shades of Flamingo #E6644E

Tints of Flamingo #E6644E

Color information

#E6644E (or 0xE6644E) is unknown color: approx Flamingo. HEX triplet: E6, 64 and 4E. RGB value is (230,100,78). Sum of RGB (Red+Green+Blue) = 230+100+78=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E6644E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6644E is #199BB1. Grayscale: #888888. Windows color (decimal): -1678258 or 5137638. OLE color: 5137638.

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

Color convert

RGB23010078-
CMYK00.570.660.10
HSL8.68º75.25%60.39%-
HSV(B)8.68º66.09%90.2%-
XYZ38.5726.4910.29-
YUV136.3695.07194.79-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 56.37%
GREEN value IS 100 (39.45% from 255) = 24.51%
BLUE value IS 78 (30.86% from 255) = 19.12%
R=56.37%
G=24.51%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301007800.570.660.108.6875.2560.39
HexE6644E03942A94b3c
Octal346144116071102121111374
Binary111001101100100100111001110011000010101010011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6644E; }

 p { color: rgb(230,100,78); }

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

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

 a { background-color: rgb(230,100,78); }

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

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

 span { border-color: rgb(230,100,78); }

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