#EC1C54

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

Shades of Amaranth #EC1C54

Tints of Amaranth #EC1C54

Color information

#EC1C54 (or 0xEC1C54) is unknown color: approx Amaranth. HEX triplet: EC, 1C and 54. RGB value is (236,28,84). Sum of RGB (Red+Green+Blue) = 236+28+84=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1C54 is #13E3AB. Grayscale: #606060. Windows color (decimal): -1303468 or 5512428. OLE color: 5512428.

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

Color convert

RGB2362884-
CMYK00.880.640.07
HSL343.85º84.55%51.76%-
HSV(B)343.85º88.14%92.55%-
XYZ36.6119.310.18-
YUV96.58120.91227.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 67.82%
GREEN value IS 28 (11.33% from 255) = 8.05%
BLUE value IS 84 (33.20% from 255) = 24.14%
R=67.82%
G=8.05%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236288400.880.640.07343.8584.5551.76
HexEC1C540584071585534
Octal354341240130100753012564
Binary111011001110010101000101100010000001111010110001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1C54; }

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

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

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

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

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

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

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

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