#EB5740

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

Shades of Flamingo #EB5740

Tints of Flamingo #EB5740

Color information

#EB5740 (or 0xEB5740) is unknown color: approx Flamingo. HEX triplet: EB, 57 and 40. RGB value is (235,87,64). Sum of RGB (Red+Green+Blue) = 235+87+64=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5740 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5740 is #14A8BF. Grayscale: #808080. Windows color (decimal): -1353920 or 4216811. OLE color: 4216811.

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

Color convert

RGB2358764-
CMYK00.630.730.08
HSL8.07º81.04%58.63%-
HSV(B)8.07º72.77%92.16%-
XYZ38.5924.857.61-
YUV128.6391.53203.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.88%
GREEN value IS 87 (34.38% from 255) = 22.54%
BLUE value IS 64 (25.39% from 255) = 16.58%
R=60.88%
G=22.54%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235876400.630.730.088.0781.0458.63
HexEB574003F4988513b
Octal353127100077111101012173
Binary111010111010111100000001111111001001100010001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5740; }

 p { color: rgb(235,87,64); }

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

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

 a { background-color: rgb(235,87,64); }

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

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

 span { border-color: rgb(235,87,64); }

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