#EC2F4C

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

Shades of Amaranth #EC2F4C

Tints of Amaranth #EC2F4C

Color information

#EC2F4C (or 0xEC2F4C) is unknown color: approx Amaranth. HEX triplet: EC, 2F and 4C. RGB value is (236,47,76). Sum of RGB (Red+Green+Blue) = 236+47+76=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2F4C is #13D0B3. Grayscale: #6A6A6A. Windows color (decimal): -1298612 or 4993004. OLE color: 4993004.

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

Color convert

RGB2364776-
CMYK00.800.680.07
HSL350.79º83.26%55.49%-
HSV(B)350.79º80.08%92.55%-
XYZ36.9120.398.83-
YUV106.82110.62220.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 65.74%
GREEN value IS 47 (18.75% from 255) = 13.09%
BLUE value IS 76 (30.08% from 255) = 21.17%
R=65.74%
G=13.09%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236477600.800.680.07350.7983.2655.49
HexEC2F4C05044715f5337
Octal354571140120104753712367
Binary1110110010111110011000101000010001001111010111111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2F4C; }

 p { color: rgb(236,47,76); }

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

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

 a { background-color: rgb(236,47,76); }

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

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

 span { border-color: rgb(236,47,76); }

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