#EC5F55

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

Shades of Flamingo #EC5F55

Tints of Flamingo #EC5F55

Color information

#EC5F55 (or 0xEC5F55) is unknown color: approx Flamingo. HEX triplet: EC, 5F and 55. RGB value is (236,95,85). Sum of RGB (Red+Green+Blue) = 236+95+85=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5F55 is #13A0AA. Grayscale: #888888. Windows color (decimal): -1286315 or 5595116. OLE color: 5595116.

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

Color convert

RGB2369585-
CMYK00.600.640.07
HSL3.97º79.89%62.94%-
HSV(B)3.97º63.98%92.55%-
XYZ40.3226.6711.62-
YUV136.0299.21199.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.73%
GREEN value IS 95 (37.5% from 255) = 22.84%
BLUE value IS 85 (33.59% from 255) = 20.43%
R=56.73%
G=22.84%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236958500.600.640.073.9779.8962.94
HexEC5F5503C4074503f
Octal3541371250741007412077
Binary1110110010111111010101011110010000001111001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5F55; }

 p { color: rgb(236,95,85); }

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

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

 a { background-color: rgb(236,95,85); }

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

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

 span { border-color: rgb(236,95,85); }

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