#EC6055

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

Shades of Flamingo #EC6055

Tints of Flamingo #EC6055

Color information

#EC6055 (or 0xEC6055) is unknown color: approx Flamingo. HEX triplet: EC, 60 and 55. RGB value is (236,96,85). Sum of RGB (Red+Green+Blue) = 236+96+85=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6055 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6055 is #139FAA. Grayscale: #888888. Windows color (decimal): -1286059 or 5595372. OLE color: 5595372.

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

Color convert

RGB2369685-
CMYK00.590.640.07
HSL4.37º79.89%62.94%-
HSV(B)4.37º63.98%92.55%-
XYZ40.4126.8511.65-
YUV136.6198.88198.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.59%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 85 (33.59% from 255) = 20.38%
R=56.59%
G=23.02%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236968500.590.640.074.3779.8962.94
HexEC605503B4074503f
Octal3541401250731007412077
Binary1110110011000001010101011101110000001111001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6055; }

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

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

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

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

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

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

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

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