#EC4154

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

Shades of Amaranth #EC4154

Tints of Amaranth #EC4154

Color information

#EC4154 (or 0xEC4154) is unknown color: approx Amaranth. HEX triplet: EC, 41 and 54. RGB value is (236,65,84). Sum of RGB (Red+Green+Blue) = 236+65+84=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4154 is #13BEAB. Grayscale: #767676. Windows color (decimal): -1293996 or 5521900. OLE color: 5521900.

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

Color convert

RGB2366584-
CMYK00.720.640.07
HSL353.33º81.82%59.02%-
HSV(B)353.33º72.46%92.55%-
XYZ38.0822.2510.68-
YUV118.29108.65211.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 61.30%
GREEN value IS 65 (25.78% from 255) = 16.88%
BLUE value IS 84 (33.20% from 255) = 21.82%
R=61.30%
G=16.88%
B=21.82%

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
Decimal236658400.720.640.07353.3381.8259.02
HexEC4154048407161523b
Octal3541011240110100754112273
Binary11101100100000110101000100100010000001111011000011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4154; }

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

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

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

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

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

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

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

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