#EC244D

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

Shades of Amaranth #EC244D

Tints of Amaranth #EC244D

Color information

#EC244D (or 0xEC244D) is unknown color: approx Amaranth. HEX triplet: EC, 24 and 4D. RGB value is (236,36,77). Sum of RGB (Red+Green+Blue) = 236+36+77=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC244D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC244D is #13DBB2. Grayscale: #646464. Windows color (decimal): -1301427 or 5055724. OLE color: 5055724.

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

Color convert

RGB2363677-
CMYK00.850.670.07
HSL347.7º84.03%53.33%-
HSV(B)347.7º84.75%92.55%-
XYZ36.5619.638.88-
YUV100.47114.76224.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 67.62%
GREEN value IS 36 (14.45% from 255) = 10.32%
BLUE value IS 77 (30.47% from 255) = 22.06%
R=67.62%
G=10.32%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236367700.850.670.07347.784.0353.33
HexEC244D05543715c5435
Octal354441150125103753412465
Binary1110110010010010011010101010110000111111010111001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC244D; }

 p { color: rgb(236,36,77); }

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

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

 a { background-color: rgb(236,36,77); }

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

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

 span { border-color: rgb(236,36,77); }

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