#EB5D4F

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

Shades of Flamingo #EB5D4F

Tints of Flamingo #EB5D4F

Color information

#EB5D4F (or 0xEB5D4F) is unknown color: approx Flamingo. HEX triplet: EB, 5D and 4F. RGB value is (235,93,79). Sum of RGB (Red+Green+Blue) = 235+93+79=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5D4F is #14A2B0. Grayscale: #868686. Windows color (decimal): -1352369 or 5201387. OLE color: 5201387.

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

Color convert

RGB2359379-
CMYK00.600.660.08
HSL5.38º79.59%61.57%-
HSV(B)5.38º66.38%92.16%-
XYZ39.5926.0610.34-
YUV133.8697.04200.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.74%
GREEN value IS 93 (36.72% from 255) = 22.85%
BLUE value IS 79 (31.25% from 255) = 19.41%
R=57.74%
G=22.85%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235937900.600.660.085.3879.5961.57
HexEB5D4F03C4285503e
Octal35313511707410210512076
Binary11101011101110110011110111100100001010001011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5D4F; }

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

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

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

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

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

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

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

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