Html Css Color HEX #EC2343 Amaranth

📋 copy color: '#EC2343'

red 236 ◦ green 35 ◦ blue 67

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

Shades of Amaranth #EC2343

Tints of Amaranth #EC2343

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.36%

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

R = 69.82%
G = 10.36%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC2343 (or 0xEC2343) is known color: Amaranth. HEX triplet: EC, 23 and 43. RGB value is (236,35,67). Sum of RGB (Red+Green+Blue) = 236+35+67=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2343 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2343 is #13DCBC. Grayscale: #626262. Windows color (decimal): -1301693 or 4400108. OLE color: 4400108.

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

Color convert

RGB 236 35 67 -
CMYK 0 0.85 0.72 0.07
HSL 350.45º 0.84% 0.53% -
HSV(B) 350.45º 0.85% 0.93% -
XYZ 36.21 19.44 7.15 -
YUV 98.75 110.09 225.9 -
System Red Green Blue C M Y K H S L
Decimal 236 35 67 0 0.85 0.72 0.07 350.45 0.84 0.53
Hex EC 23 43 0 55 48 7 15E 54 35
Octal 354 43 103 0 125 110 7 536 124 65
Binary 11101100 100011 1000011 0 1010101 1001000 111 101011110 1010100 110101

Color Harmonies of #EC2343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2343

Black with #EC2343

Text Example


Text Example

White with #EC2343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2343; }

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

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

background-color css

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

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

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

border-color css

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

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

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