#EC3B4D

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

Shades of Amaranth #EC3B4D

Tints of Amaranth #EC3B4D

Color information

#EC3B4D (or 0xEC3B4D) is unknown color: approx Amaranth. HEX triplet: EC, 3B and 4D. RGB value is (236,59,77). Sum of RGB (Red+Green+Blue) = 236+59+77=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 59 (23.44% from 255 or 15.86% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3B4D is #13C4B2. Grayscale: #727272. Windows color (decimal): -1295539 or 5061612. OLE color: 5061612.

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

Color convert

RGB2365977-
CMYK00.750.670.07
HSL353.9º82.33%57.84%-
HSV(B)353.9º75%92.55%-
XYZ37.521.59.19-
YUV113.98107.14215.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 63.44%
GREEN value IS 59 (23.44% from 255) = 15.86%
BLUE value IS 77 (30.47% from 255) = 20.70%
R=63.44%
G=15.86%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236597700.750.670.07353.982.3357.84
HexEC3B4D04B437162523a
Octal354731150113103754212272
Binary1110110011101110011010100101110000111111011000101010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3B4D; }

 p { color: rgb(236,59,77); }

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

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

 a { background-color: rgb(236,59,77); }

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

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

 span { border-color: rgb(236,59,77); }

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