#EB5849

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

Shades of Flamingo #EB5849

Tints of Flamingo #EB5849

Color information

#EB5849 (or 0xEB5849) is unknown color: approx Flamingo. HEX triplet: EB, 58 and 49. RGB value is (235,88,73). Sum of RGB (Red+Green+Blue) = 235+88+73=396 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.34% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5849 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5849 is #14A7B6. Grayscale: #828282. Windows color (decimal): -1353655 or 4806891. OLE color: 4806891.

HSL color Cylindrical-coordinate representation of color #EB5849: hue angle of 5.56º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB5849 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB2358873-
CMYK00.630.690.08
HSL5.56º80.2%60.39%-
HSV(B)5.56º68.94%92.16%-
XYZ38.9525.129.1-
YUV130.2495.7202.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.34%
GREEN value IS 88 (34.77% from 255) = 22.22%
BLUE value IS 73 (28.91% from 255) = 18.43%
R=59.34%
G=22.22%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235887300.630.690.085.5680.260.39
HexEB584903F4586503c
Octal35313011107710510612074
Binary11101011101100010010010111111100010110001101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5849; }

 p { color: rgb(235,88,73); }

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

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

 a { background-color: rgb(235,88,73); }

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

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

 span { border-color: rgb(235,88,73); }

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