#EC2B4A

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

Shades of Amaranth #EC2B4A

Tints of Amaranth #EC2B4A

Color information

#EC2B4A (or 0xEC2B4A) is unknown color: approx Amaranth. HEX triplet: EC, 2B and 4A. RGB value is (236,43,74). Sum of RGB (Red+Green+Blue) = 236+43+74=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2B4A is #13D4B5. Grayscale: #686868. Windows color (decimal): -1299638 or 4860908. OLE color: 4860908.

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

Color convert

RGB2364374-
CMYK00.820.690.07
HSL350.36º83.55%54.71%-
HSV(B)350.36º81.78%92.55%-
XYZ36.6920.068.42-
YUV104.24110.94221.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 66.86%
GREEN value IS 43 (17.19% from 255) = 12.18%
BLUE value IS 74 (29.30% from 255) = 20.96%
R=66.86%
G=12.18%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236437400.820.690.07350.3683.5554.71
HexEC2B4A05245715e5437
Octal354531120122105753612467
Binary1110110010101110010100101001010001011111010111101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2B4A; }

 p { color: rgb(236,43,74); }

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

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

 a { background-color: rgb(236,43,74); }

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

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

 span { border-color: rgb(236,43,74); }

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