#E2584C

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

Shades of Flamingo #E2584C

Tints of Flamingo #E2584C

Color information

#E2584C (or 0xE2584C) is unknown color: approx Flamingo. HEX triplet: E2, 58 and 4C. RGB value is (226,88,76). Sum of RGB (Red+Green+Blue) = 226+88+76=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E2584C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2584C is #1DA7B3. Grayscale: #808080. Windows color (decimal): -1943476 or 5003490. OLE color: 5003490.

HSL color Cylindrical-coordinate representation of color #E2584C: hue angle of 4.8º 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 #E2584C is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB2268876-
CMYK00.610.660.11
HSL4.8º72.12%59.22%-
HSV(B)4.8º66.37%88.63%-
XYZ36.1623.679.5-
YUV127.8998.72197.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 57.95%
GREEN value IS 88 (34.77% from 255) = 22.56%
BLUE value IS 76 (30.08% from 255) = 19.49%
R=57.95%
G=22.56%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226887600.610.660.114.872.1259.22
HexE2584C03D42B5483b
Octal34213011407510213511073
Binary11100010101100010011000111101100001010111011001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2584C; }

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

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

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

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

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

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

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

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