#EC2C5B

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

Shades of Amaranth #EC2C5B

Tints of Amaranth #EC2C5B

Color information

#EC2C5B (or 0xEC2C5B) is unknown color: approx Amaranth. HEX triplet: EC, 2C and 5B. RGB value is (236,44,91). Sum of RGB (Red+Green+Blue) = 236+44+91=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2C5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2C5B is #13D3A4. Grayscale: #6A6A6A. Windows color (decimal): -1299365 or 5975276. OLE color: 5975276.

HSL color Cylindrical-coordinate representation of color #EC2C5B: hue angle of 345.31º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2C5B is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB2364491-
CMYK00.810.610.07
HSL345.31º83.48%54.9%-
HSV(B)345.31º81.36%92.55%-
XYZ37.3820.3911.86-
YUV106.77119.11220.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 63.61%
GREEN value IS 44 (17.58% from 255) = 11.86%
BLUE value IS 91 (35.94% from 255) = 24.53%
R=63.61%
G=11.86%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236449100.810.610.07345.3183.4854.9
HexEC2C5B0513D71595337
Octal35454133012175753112367
Binary111011001011001011011010100011111011111010110011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2C5B; }

 p { color: rgb(236,44,91); }

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

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

 a { background-color: rgb(236,44,91); }

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

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

 span { border-color: rgb(236,44,91); }

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