#EB5C4F

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

Shades of Flamingo #EB5C4F

Tints of Flamingo #EB5C4F

Color information

#EB5C4F (or 0xEB5C4F) is unknown color: approx Flamingo. HEX triplet: EB, 5C and 4F. RGB value is (235,92,79). Sum of RGB (Red+Green+Blue) = 235+92+79=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5C4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5C4F is #14A3B0. Grayscale: #858585. Windows color (decimal): -1352625 or 5201131. OLE color: 5201131.

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

Color convert

RGB2359279-
CMYK00.610.660.08
HSL79.59%61.57%-
HSV(B)66.38%92.16%-
XYZ39.525.8810.31-
YUV133.2897.38200.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.88%
GREEN value IS 92 (36.33% from 255) = 22.66%
BLUE value IS 79 (31.25% from 255) = 19.46%
R=57.88%
G=22.66%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235927900.610.660.08579.5961.57
HexEB5C4F03D4285503e
Octal35313411707510210512076
Binary11101011101110010011110111101100001010001011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5C4F; }

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

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

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

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

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

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

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

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