#ec424d

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

Shades of Amaranth #EC424D

Tints of Amaranth #EC424D

Color information

#EC424D (or 0xEC424D) is unknown color: approx Amaranth. HEX triplet: EC, 42 and 4D. RGB value is (236,66,77). Sum of RGB (Red+Green+Blue) = 236+66+77=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC424D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC424D is #13BDB2. Grayscale: #767676. Windows color (decimal): -1293747 or 5063404. OLE color: 5063404.

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

Color convert

RGB2366677-
CMYK00.720.670.07
HSL356.12º81.73%59.22%-
HSV(B)356.12º72.03%92.55%-
XYZ37.8822.279.32-
YUV118.08104.82212.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 62.27%
GREEN value IS 66 (26.17% from 255) = 17.41%
BLUE value IS 77 (30.47% from 255) = 20.32%
R=62.27%
G=17.41%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236667700.720.670.07356.1281.7359.22
HexEC424D048437164523b
Octal3541021150110103754412273
Binary11101100100001010011010100100010000111111011001001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec424d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec424d; }

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

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

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

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

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

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

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

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