#EC5E5A

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

Shades of Flamingo #EC5E5A

Tints of Flamingo #EC5E5A

Color information

#EC5E5A (or 0xEC5E5A) is unknown color: approx Flamingo. HEX triplet: EC, 5E and 5A. RGB value is (236,94,90). Sum of RGB (Red+Green+Blue) = 236+94+90=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5E5A is #13A1A5. Grayscale: #888888. Windows color (decimal): -1286566 or 5922540. OLE color: 5922540.

HSL color Cylindrical-coordinate representation of color #EC5E5A: hue angle of 1.64º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5E5A is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB2369490-
CMYK00.600.620.07
HSL1.64º79.35%63.92%-
HSV(B)1.64º61.86%92.55%-
XYZ40.4426.5812.67-
YUV136102.04199.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.19%
GREEN value IS 94 (37.11% from 255) = 22.38%
BLUE value IS 90 (35.55% from 255) = 21.43%
R=56.19%
G=22.38%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236949000.600.620.071.6479.3563.92
HexEC5E5A03C3E724f40
Octal3541361320747672117100
Binary111011001011110101101001111001111101111010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5E5A; }

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

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

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

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

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

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

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

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