#E2644E

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

Shades of Flamingo #E2644E

Tints of Flamingo #E2644E

Color information

#E2644E (or 0xE2644E) is unknown color: approx Flamingo. HEX triplet: E2, 64 and 4E. RGB value is (226,100,78). Sum of RGB (Red+Green+Blue) = 226+100+78=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E2644E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2644E is #1D9BB1. Grayscale: #878787. Windows color (decimal): -1940402 or 5137634. OLE color: 5137634.

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

Color convert

RGB22610078-
CMYK00.560.650.11
HSL8.92º71.84%59.61%-
HSV(B)8.92º65.49%88.63%-
XYZ37.325.8310.23-
YUV135.1795.74192.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.94%
GREEN value IS 100 (39.45% from 255) = 24.75%
BLUE value IS 78 (30.86% from 255) = 19.31%
R=55.94%
G=24.75%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261007800.560.650.118.9271.8459.61
HexE2644E03841B9483c
Octal342144116070101131111074
Binary111000101100100100111001110001000001101110011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2644E; }

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

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

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

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

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

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

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

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