#EC3F50

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

Shades of Amaranth #EC3F50

Tints of Amaranth #EC3F50

Color information

#EC3F50 (or 0xEC3F50) is unknown color: approx Amaranth. HEX triplet: EC, 3F and 50. RGB value is (236,63,80). Sum of RGB (Red+Green+Blue) = 236+63+80=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3F50 is #13C0AF. Grayscale: #747474. Windows color (decimal): -1294512 or 5259244. OLE color: 5259244.

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

Color convert

RGB2366380-
CMYK00.730.660.07
HSL354.1º81.99%58.63%-
HSV(B)354.1º73.31%92.55%-
XYZ37.8221.979.84-
YUV116.66107.31213.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 62.27%
GREEN value IS 63 (25% from 255) = 16.62%
BLUE value IS 80 (31.64% from 255) = 21.11%
R=62.27%
G=16.62%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236638000.730.660.07354.181.9958.63
HexEC3F50049427162523b
Octal354771200111102754212273
Binary1110110011111110100000100100110000101111011000101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3F50; }

 p { color: rgb(236,63,80); }

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

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

 a { background-color: rgb(236,63,80); }

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

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

 span { border-color: rgb(236,63,80); }

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