#EC2B4B

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

Shades of Amaranth #EC2B4B

Tints of Amaranth #EC2B4B

Color information

#EC2B4B (or 0xEC2B4B) is unknown color: approx Amaranth. HEX triplet: EC, 2B and 4B. RGB value is (236,43,75). Sum of RGB (Red+Green+Blue) = 236+43+75=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2B4B is #13D4B4. Grayscale: #686868. Windows color (decimal): -1299637 or 4926444. OLE color: 4926444.

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

Color convert

RGB2364375-
CMYK00.820.680.07
HSL350.05º83.55%54.71%-
HSV(B)350.05º81.78%92.55%-
XYZ36.7320.078.59-
YUV104.35111.44221.9-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 66.67%
GREEN value IS 43 (17.19% from 255) = 12.15%
BLUE value IS 75 (29.69% from 255) = 21.19%
R=66.67%
G=12.15%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236437500.820.680.07350.0583.5554.71
HexEC2B4B05244715e5437
Octal354531130122104753612467
Binary1110110010101110010110101001010001001111010111101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2B4B; }

 p { color: rgb(236,43,75); }

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

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

 a { background-color: rgb(236,43,75); }

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

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

 span { border-color: rgb(236,43,75); }

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