#EC5955

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

Shades of Flamingo #EC5955

Tints of Flamingo #EC5955

Color information

#EC5955 (or 0xEC5955) is unknown color: approx Flamingo. HEX triplet: EC, 59 and 55. RGB value is (236,89,85). Sum of RGB (Red+Green+Blue) = 236+89+85=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5955 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5955 is #13A6AA. Grayscale: #848484. Windows color (decimal): -1287851 or 5593580. OLE color: 5593580.

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

Color convert

RGB2368985-
CMYK00.620.640.07
HSL1.59º79.89%62.94%-
HSV(B)1.59º63.98%92.55%-
XYZ39.825.6311.44-
YUV132.5101.2201.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.56%
GREEN value IS 89 (35.16% from 255) = 21.71%
BLUE value IS 85 (33.59% from 255) = 20.73%
R=57.56%
G=21.71%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236898500.620.640.071.5979.8962.94
HexEC595503E4072503f
Octal3541311250761007212077
Binary111011001011001101010101111101000000111101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5955; }

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

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

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

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

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

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

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

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