#EB544F

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

Shades of Flamingo #EB544F

Tints of Flamingo #EB544F

Color information

#EB544F (or 0xEB544F) is unknown color: approx Flamingo. HEX triplet: EB, 54 and 4F. RGB value is (235,84,79). Sum of RGB (Red+Green+Blue) = 235+84+79=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB544F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB544F is #14ABB0. Grayscale: #808080. Windows color (decimal): -1354673 or 5199083. OLE color: 5199083.

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

Color convert

RGB2358479-
CMYK00.640.660.08
HSL1.92º79.59%61.57%-
HSV(B)1.92º66.38%92.16%-
XYZ38.8424.5710.09-
YUV128.58100.03203.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.05%
GREEN value IS 84 (33.20% from 255) = 21.11%
BLUE value IS 79 (31.25% from 255) = 19.85%
R=59.05%
G=21.11%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235847900.640.660.081.9279.5961.57
HexEB544F0404282503e
Octal353124117010010210212076
Binary11101011101010010011110100000010000101000101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB544F; }

 p { color: rgb(235,84,79); }

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

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

 a { background-color: rgb(235,84,79); }

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

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

 span { border-color: rgb(235,84,79); }

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