#EC364D

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

Shades of Amaranth #EC364D

Tints of Amaranth #EC364D

Color information

#EC364D (or 0xEC364D) is unknown color: approx Amaranth. HEX triplet: EC, 36 and 4D. RGB value is (236,54,77). Sum of RGB (Red+Green+Blue) = 236+54+77=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC364D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC364D is #13C9B2. Grayscale: #6F6F6F. Windows color (decimal): -1296819 or 5060332. OLE color: 5060332.

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

Color convert

RGB2365477-
CMYK00.770.670.07
HSL352.42º82.73%56.86%-
HSV(B)352.42º77.12%92.55%-
XYZ37.2521.019.11-
YUV111.04108.8217.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 64.31%
GREEN value IS 54 (21.48% from 255) = 14.71%
BLUE value IS 77 (30.47% from 255) = 20.98%
R=64.31%
G=14.71%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236547700.770.670.07352.4282.7356.86
HexEC364D04D4371605339
Octal354661150115103754012371
Binary1110110011011010011010100110110000111111011000001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC364D; }

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

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

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

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

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

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

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

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