#EC2A59

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

Shades of Amaranth #EC2A59

Tints of Amaranth #EC2A59

Color information

#EC2A59 (or 0xEC2A59) is unknown color: approx Amaranth. HEX triplet: EC, 2A and 59. RGB value is (236,42,89). Sum of RGB (Red+Green+Blue) = 236+42+89=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2A59 is #13D5A6. Grayscale: #696969. Windows color (decimal): -1299879 or 5843692. OLE color: 5843692.

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

Color convert

RGB2364289-
CMYK00.820.620.07
HSL345.46º83.62%54.51%-
HSV(B)345.46º82.2%92.55%-
XYZ37.2220.2111.39-
YUV105.36118.77221.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 64.31%
GREEN value IS 42 (16.80% from 255) = 11.44%
BLUE value IS 89 (35.16% from 255) = 24.25%
R=64.31%
G=11.44%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236428900.820.620.07345.4683.6254.51
HexEC2A590523E71595437
Octal35452131012276753112467
Binary111011001010101011001010100101111101111010110011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2A59; }

 p { color: rgb(236,42,89); }

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

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

 a { background-color: rgb(236,42,89); }

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

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

 span { border-color: rgb(236,42,89); }

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