#EC2F4A

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

Shades of Amaranth #EC2F4A

Tints of Amaranth #EC2F4A

Color information

#EC2F4A (or 0xEC2F4A) is unknown color: approx Amaranth. HEX triplet: EC, 2F and 4A. RGB value is (236,47,74). Sum of RGB (Red+Green+Blue) = 236+47+74=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2F4A is #13D0B5. Grayscale: #6A6A6A. Windows color (decimal): -1298614 or 4861932. OLE color: 4861932.

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

Color convert

RGB2364774-
CMYK00.800.690.07
HSL351.43º83.26%55.49%-
HSV(B)351.43º80.08%92.55%-
XYZ36.8420.368.47-
YUV106.59109.62220.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 66.11%
GREEN value IS 47 (18.75% from 255) = 13.17%
BLUE value IS 74 (29.30% from 255) = 20.73%
R=66.11%
G=13.17%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236477400.800.690.07351.4383.2655.49
HexEC2F4A05045715f5337
Octal354571120120105753712367
Binary1110110010111110010100101000010001011111010111111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2F4A; }

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

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

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

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

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

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

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

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