#EC1D56

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

Shades of Amaranth #EC1D56

Tints of Amaranth #EC1D56

Color information

#EC1D56 (or 0xEC1D56) is unknown color: approx Amaranth. HEX triplet: EC, 1D and 56. RGB value is (236,29,86). Sum of RGB (Red+Green+Blue) = 236+29+86=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1D56 is #13E2A9. Grayscale: #616161. Windows color (decimal): -1303210 or 5643756. OLE color: 5643756.

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

Color convert

RGB2362986-
CMYK00.880.640.07
HSL343.48º84.49%51.96%-
HSV(B)343.48º87.71%92.55%-
XYZ36.7119.3810.61-
YUV97.39121.58226.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 67.24%
GREEN value IS 29 (11.72% from 255) = 8.26%
BLUE value IS 86 (33.98% from 255) = 24.50%
R=67.24%
G=8.26%
B=24.50%

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
Decimal236298600.880.640.07343.4884.4951.96
HexEC1D560584071575434
Octal354351260130100752712464
Binary111011001110110101100101100010000001111010101111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1D56; }

 p { color: rgb(236,29,86); }

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

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

 a { background-color: rgb(236,29,86); }

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

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

 span { border-color: rgb(236,29,86); }

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