#EB5E5A

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

Shades of Flamingo #EB5E5A

Tints of Flamingo #EB5E5A

Color information

#EB5E5A (or 0xEB5E5A) is unknown color: approx Flamingo. HEX triplet: EB, 5E and 5A. RGB value is (235,94,90). Sum of RGB (Red+Green+Blue) = 235+94+90=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5E5A is #14A1A5. Grayscale: #878787. Windows color (decimal): -1352102 or 5922539. OLE color: 5922539.

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

Color convert

RGB2359490-
CMYK00.60.620.08
HSL1.66º78.38%63.73%-
HSV(B)1.66º61.7%92.16%-
XYZ40.1126.4112.66-
YUV135.7102.21198.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.09%
GREEN value IS 94 (37.11% from 255) = 22.43%
BLUE value IS 90 (35.55% from 255) = 21.48%
R=56.09%
G=22.43%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235949000.60.620.081.6678.3863.73
HexEB5E5A03C3E824e40
Octal35313613207476102116100
Binary1110101110111101011010011110011111010001010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5E5A; }

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

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

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

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

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

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

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

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