#EB574C

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

Shades of Flamingo #EB574C

Tints of Flamingo #EB574C

Color information

#EB574C (or 0xEB574C) is unknown color: approx Flamingo. HEX triplet: EB, 57 and 4C. RGB value is (235,87,76). Sum of RGB (Red+Green+Blue) = 235+87+76=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB574C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB574C is #14A8B3. Grayscale: #828282. Windows color (decimal): -1353908 or 5003243. OLE color: 5003243.

HSL color Cylindrical-coordinate representation of color #EB574C: hue angle of 4.15º 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 #EB574C is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB2358776-
CMYK00.630.680.08
HSL4.15º79.9%60.98%-
HSV(B)4.15º67.66%92.16%-
XYZ38.97259.61-
YUV13097.53202.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.05%
GREEN value IS 87 (34.38% from 255) = 21.86%
BLUE value IS 76 (30.08% from 255) = 19.10%
R=59.05%
G=21.86%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235877600.630.680.084.1579.960.98
HexEB574C03F4484503d
Octal35312711407710410412075
Binary11101011101011110011000111111100010010001001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB574C; }

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

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

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

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

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

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

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

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