Html Css Color HEX #EC2943 Amaranth

📋 copy color: '#EC2943'

red 236 ◦ green 41 ◦ blue 67

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

Shades of Amaranth #EC2943

Tints of Amaranth #EC2943

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.92%

 BLUE value IS 67 (26.56% from 255) = 19.48%

R = 68.6%
G = 11.92%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC2943 (or 0xEC2943) is known color: Amaranth. HEX triplet: EC, 29 and 43. RGB value is (236,41,67). Sum of RGB (Red+Green+Blue) = 236+41+67=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2943 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2943 is #13D6BC. Grayscale: #666666. Windows color (decimal): -1300157 or 4401644. OLE color: 4401644.

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

Color convert

RGB 236 41 67 -
CMYK 0 0.83 0.72 0.07
HSL 352º 0.84% 0.54% -
HSV(B) 352º 0.83% 0.93% -
XYZ 36.4 19.82 7.22 -
YUV 102.27 108.1 223.39 -
System Red Green Blue C M Y K H S L
Decimal 236 41 67 0 0.83 0.72 0.07 352 0.84 0.54
Hex EC 29 43 0 53 48 7 160 54 36
Octal 354 51 103 0 123 110 7 540 124 66
Binary 11101100 101001 1000011 0 1010011 1001000 111 101100000 1010100 110110

Color Harmonies of #EC2943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2943

Black with #EC2943

Text Example


Text Example

White with #EC2943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2943; }

 p { color: rgb(236,41,67); }

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

background-color css

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

 a { background-color: rgb(236,41,67); }

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

border-color css

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

 span { border-color: rgb(236,41,67); }

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