#E2634C

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

Shades of Flamingo #E2634C

Tints of Flamingo #E2634C

Color information

#E2634C (or 0xE2634C) is unknown color: approx Flamingo. HEX triplet: E2, 63 and 4C. RGB value is (226,99,76). Sum of RGB (Red+Green+Blue) = 226+99+76=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E2634C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2634C is #1D9CB3. Grayscale: #868686. Windows color (decimal): -1940660 or 5006306. OLE color: 5006306.

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

Color convert

RGB2269976-
CMYK00.560.660.11
HSL9.2º72.12%59.22%-
HSV(B)9.2º66.37%88.63%-
XYZ37.1325.619.82-
YUV134.3595.08193.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 56.36%
GREEN value IS 99 (39.06% from 255) = 24.69%
BLUE value IS 76 (30.08% from 255) = 18.95%
R=56.36%
G=24.69%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226997600.560.660.119.272.1259.22
HexE2634C03842B9483b
Octal342143114070102131111073
Binary111000101100011100110001110001000010101110011001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2634C; }

 p { color: rgb(226,99,76); }

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

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

 a { background-color: rgb(226,99,76); }

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

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

 span { border-color: rgb(226,99,76); }

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