#EC3056

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

Shades of Amaranth #EC3056

Tints of Amaranth #EC3056

Color information

#EC3056 (or 0xEC3056) is unknown color: approx Amaranth. HEX triplet: EC, 30 and 56. RGB value is (236,48,86). Sum of RGB (Red+Green+Blue) = 236+48+86=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3056 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3056 is #13CFA9. Grayscale: #6C6C6C. Windows color (decimal): -1298346 or 5648620. OLE color: 5648620.

HSL color Cylindrical-coordinate representation of color #EC3056: hue angle of 347.87º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC3056 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB2364886-
CMYK00.800.640.07
HSL347.87º83.19%55.69%-
HSV(B)347.87º79.66%92.55%-
XYZ37.3320.6210.82-
YUV108.54115.28218.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 63.78%
GREEN value IS 48 (19.14% from 255) = 12.97%
BLUE value IS 86 (33.98% from 255) = 23.24%
R=63.78%
G=12.97%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236488600.800.640.07347.8783.1955.69
HexEC305605040715c5338
Octal354601260120100753412370
Binary1110110011000010101100101000010000001111010111001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3056; }

 p { color: rgb(236,48,86); }

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

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

 a { background-color: rgb(236,48,86); }

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

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

 span { border-color: rgb(236,48,86); }

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