#EB5B4C

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

Shades of Flamingo #EB5B4C

Tints of Flamingo #EB5B4C

Color information

#EB5B4C (or 0xEB5B4C) is unknown color: approx Flamingo. HEX triplet: EB, 5B and 4C. RGB value is (235,91,76). Sum of RGB (Red+Green+Blue) = 235+91+76=402 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.46% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5B4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5B4C is #14A4B3. Grayscale: #848484. Windows color (decimal): -1352884 or 5004267. OLE color: 5004267.

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

Color convert

RGB2359176-
CMYK00.610.680.08
HSL5.66º79.9%60.98%-
HSV(B)5.66º67.66%92.16%-
XYZ39.3125.679.72-
YUV132.3596.21201.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.46%
GREEN value IS 91 (35.94% from 255) = 22.64%
BLUE value IS 76 (30.08% from 255) = 18.91%
R=58.46%
G=22.64%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235917600.610.680.085.6679.960.98
HexEB5B4C03D4486503d
Octal35313311407510410612075
Binary11101011101101110011000111101100010010001101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5B4C; }

 p { color: rgb(235,91,76); }

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

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

 a { background-color: rgb(235,91,76); }

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

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

 span { border-color: rgb(235,91,76); }

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