#EC6554

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

Shades of Flamingo #EC6554

Tints of Flamingo #EC6554

Color information

#EC6554 (or 0xEC6554) is unknown color: approx Flamingo. HEX triplet: EC, 65 and 54. RGB value is (236,101,84). Sum of RGB (Red+Green+Blue) = 236+101+84=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6554 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6554 is #139AAB. Grayscale: #8B8B8B. Windows color (decimal): -1284780 or 5531116. OLE color: 5531116.

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

Color convert

RGB23610184-
CMYK00.570.640.07
HSL6.71º80%62.75%-
HSV(B)6.71º64.41%92.55%-
XYZ40.8527.7811.6-
YUV139.4396.73196.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.06%
GREEN value IS 101 (39.84% from 255) = 23.99%
BLUE value IS 84 (33.20% from 255) = 19.95%
R=56.06%
G=23.99%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361018400.570.640.076.718062.75
HexEC65540394077503f
Octal3541451240711007712077
Binary1110110011001011010100011100110000001111111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6554; }

 p { color: rgb(236,101,84); }

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

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

 a { background-color: rgb(236,101,84); }

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

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

 span { border-color: rgb(236,101,84); }

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