Html Css Color HEX #EC3A47 Amaranth

📋 copy color: '#EC3A47'

red 236 ◦ green 58 ◦ blue 71

#EC3A47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #EC3A47

Tints of Amaranth #EC3A47

RGB

 RED value IS 236 (92.58% from 255) = 64.66%

 GREEN value IS 58 (23.05% from 255) = 15.89%

 BLUE value IS 71 (28.13% from 255) = 19.45%

R = 64.66%
G = 15.89%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC3A47 (or 0xEC3A47) is known color: Amaranth. HEX triplet: EC, 3A and 47. RGB value is (236,58,71). Sum of RGB (Red+Green+Blue) = 236+58+71=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3A47 is #13C5B8. Grayscale: #707070. Windows color (decimal): -1295801 or 4668140. OLE color: 4668140.

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

Color convert

RGB 236 58 71 -
CMYK 0 0.75 0.70 0.07
HSL 355.62º 0.82% 0.58% -
HSV(B) 355.62º 0.75% 0.93% -
XYZ 37.24 21.31 8.11 -
YUV 112.7 104.47 215.94 -
System Red Green Blue C M Y K H S L
Decimal 236 58 71 0 0.75 0.70 0.07 355.62 0.82 0.58
Hex EC 3A 47 0 4B 46 7 164 52 3A
Octal 354 72 107 0 113 106 7 544 122 72
Binary 11101100 111010 1000111 0 1001011 1000110 111 101100100 1010010 111010

Color Harmonies of #EC3A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3A47

Black with #EC3A47

Text Example


Text Example

White with #EC3A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3A47; }

 p { color: rgb(236,58,71); }

 H1.HeaderClassName
 {
   color: #EC3A47;
 }
 .AnyTagClassName
 {
   color: #EC3A47;
 }
</style>

background-color css

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

 a { background-color: rgb(236,58,71); }

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

border-color css

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

 span { border-color: rgb(236,58,71); }

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