#EC3F51

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

Shades of Amaranth #EC3F51

Tints of Amaranth #EC3F51

Color information

#EC3F51 (or 0xEC3F51) is unknown color: approx Amaranth. HEX triplet: EC, 3F and 51. RGB value is (236,63,81). Sum of RGB (Red+Green+Blue) = 236+63+81=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 81 (32.03% from 255 or 21.32% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3F51 is #13C0AE. Grayscale: #747474. Windows color (decimal): -1294511 or 5324780. OLE color: 5324780.

HSL color Cylindrical-coordinate representation of color #EC3F51: hue angle of 353.76º 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 #EC3F51 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB2366381-
CMYK00.730.660.07
HSL353.76º81.99%58.63%-
HSV(B)353.76º73.31%92.55%-
XYZ37.8521.9810.03-
YUV116.78107.81213.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 62.11%
GREEN value IS 63 (25% from 255) = 16.58%
BLUE value IS 81 (32.03% from 255) = 21.32%
R=62.11%
G=16.58%
B=21.32%

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
Decimal236638100.730.660.07353.7681.9958.63
HexEC3F51049427162523b
Octal354771210111102754212273
Binary1110110011111110100010100100110000101111011000101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3F51; }

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

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

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

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

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

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

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

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