#EC1C51

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

Shades of Amaranth #EC1C51

Tints of Amaranth #EC1C51

Color information

#EC1C51 (or 0xEC1C51) is unknown color: approx Amaranth. HEX triplet: EC, 1C and 51. RGB value is (236,28,81). Sum of RGB (Red+Green+Blue) = 236+28+81=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1C51 is #13E3AE. Grayscale: #606060. Windows color (decimal): -1303471 or 5315820. OLE color: 5315820.

HSL color Cylindrical-coordinate representation of color #EC1C51: hue angle of 344.71º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1C51 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB2362881-
CMYK00.880.660.07
HSL344.71º84.55%51.76%-
HSV(B)344.71º88.14%92.55%-
XYZ36.4919.269.58-
YUV96.23119.41227.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 68.41%
GREEN value IS 28 (11.33% from 255) = 8.12%
BLUE value IS 81 (32.03% from 255) = 23.48%
R=68.41%
G=8.12%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236288100.880.660.07344.7184.5551.76
HexEC1C510584271595534
Octal354341210130102753112564
Binary111011001110010100010101100010000101111010110011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1C51; }

 p { color: rgb(236,28,81); }

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

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

 a { background-color: rgb(236,28,81); }

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

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

 span { border-color: rgb(236,28,81); }

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