Html Css Color HEX #EC2346 Amaranth

📋 copy color: '#EC2346'

red 236 ◦ green 35 ◦ blue 70

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

Shades of Amaranth #EC2346

Tints of Amaranth #EC2346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.53%

R = 69.21%
G = 10.26%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC2346 (or 0xEC2346) is known color: Amaranth. HEX triplet: EC, 23 and 46. RGB value is (236,35,70). Sum of RGB (Red+Green+Blue) = 236+35+70=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2346 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2346 is #13DCB9. Grayscale: #636363. Windows color (decimal): -1301690 or 4596716. OLE color: 4596716.

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

Color convert

RGB 236 35 70 -
CMYK 0 0.85 0.70 0.07
HSL 349.55º 0.84% 0.53% -
HSV(B) 349.55º 0.85% 0.93% -
XYZ 36.3 19.48 7.64 -
YUV 99.09 111.59 225.65 -
System Red Green Blue C M Y K H S L
Decimal 236 35 70 0 0.85 0.70 0.07 349.55 0.84 0.53
Hex EC 23 46 0 55 46 7 15E 54 35
Octal 354 43 106 0 125 106 7 536 124 65
Binary 11101100 100011 1000110 0 1010101 1000110 111 101011110 1010100 110101

Color Harmonies of #EC2346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2346

Black with #EC2346

Text Example


Text Example

White with #EC2346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2346; }

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

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

background-color css

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

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

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

border-color css

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

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

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