Html Css Color HEX #EC2C47 Amaranth

📋 copy color: '#EC2C47'

red 236 ◦ green 44 ◦ blue 71

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

Shades of Amaranth #EC2C47

Tints of Amaranth #EC2C47

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.54%

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

R = 67.24%
G = 12.54%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC2C47 (or 0xEC2C47) is known color: Amaranth. HEX triplet: EC, 2C and 47. RGB value is (236,44,71). Sum of RGB (Red+Green+Blue) = 236+44+71=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2C47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2C47 is #13D3B8. Grayscale: #686868. Windows color (decimal): -1299385 or 4664556. OLE color: 4664556.

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

Color convert

RGB 236 44 71 -
CMYK 0 0.81 0.70 0.07
HSL 351.56º 0.83% 0.55% -
HSV(B) 351.56º 0.81% 0.93% -
XYZ 36.63 20.09 7.91 -
YUV 104.49 109.11 221.8 -
System Red Green Blue C M Y K H S L
Decimal 236 44 71 0 0.81 0.70 0.07 351.56 0.83 0.55
Hex EC 2C 47 0 51 46 7 160 53 37
Octal 354 54 107 0 121 106 7 540 123 67
Binary 11101100 101100 1000111 0 1010001 1000110 111 101100000 1010011 110111

Color Harmonies of #EC2C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2C47

Black with #EC2C47

Text Example


Text Example

White with #EC2C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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