#EB5A4F

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

Shades of Flamingo #EB5A4F

Tints of Flamingo #EB5A4F

Color information

#EB5A4F (or 0xEB5A4F) is unknown color: approx Flamingo. HEX triplet: EB, 5A and 4F. RGB value is (235,90,79). Sum of RGB (Red+Green+Blue) = 235+90+79=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5A4F is #14A5B0. Grayscale: #848484. Windows color (decimal): -1353137 or 5200619. OLE color: 5200619.

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

Color convert

RGB2359079-
CMYK00.620.660.08
HSL4.23º79.59%61.57%-
HSV(B)4.23º66.38%92.16%-
XYZ39.3325.5410.25-
YUV132.198.04201.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.17%
GREEN value IS 90 (35.55% from 255) = 22.28%
BLUE value IS 79 (31.25% from 255) = 19.55%
R=58.17%
G=22.28%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235907900.620.660.084.2379.5961.57
HexEB5A4F03E4284503e
Octal35313211707610210412076
Binary11101011101101010011110111110100001010001001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5A4F; }

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

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

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

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

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

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

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

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