#EC4156

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

Shades of Amaranth #EC4156

Tints of Amaranth #EC4156

Color information

#EC4156 (or 0xEC4156) is unknown color: approx Amaranth. HEX triplet: EC, 41 and 56. RGB value is (236,65,86). Sum of RGB (Red+Green+Blue) = 236+65+86=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4156 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4156 is #13BEA9. Grayscale: #767676. Windows color (decimal): -1293994 or 5652972. OLE color: 5652972.

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

Color convert

RGB2366586-
CMYK00.720.640.07
HSL352.63º81.82%59.02%-
HSV(B)352.63º72.46%92.55%-
XYZ38.1622.2911.09-
YUV118.52109.65211.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 60.98%
GREEN value IS 65 (25.78% from 255) = 16.80%
BLUE value IS 86 (33.98% from 255) = 22.22%
R=60.98%
G=16.80%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236658600.720.640.07352.6381.8259.02
HexEC4156048407161523b
Octal3541011260110100754112273
Binary11101100100000110101100100100010000001111011000011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4156; }

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

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

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

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

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

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

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

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