Html Css Color HEX #EC2344 Amaranth

📋 copy color: '#EC2344'

red 236 ◦ green 35 ◦ blue 68

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

Shades of Amaranth #EC2344

Tints of Amaranth #EC2344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.06%

R = 69.62%
G = 10.32%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC2344 (or 0xEC2344) is known color: Amaranth. HEX triplet: EC, 23 and 44. RGB value is (236,35,68). Sum of RGB (Red+Green+Blue) = 236+35+68=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2344 is #13DCBB. Grayscale: #626262. Windows color (decimal): -1301692 or 4465644. OLE color: 4465644.

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

Color convert

RGB 236 35 68 -
CMYK 0 0.85 0.71 0.07
HSL 350.15º 0.84% 0.53% -
HSV(B) 350.15º 0.85% 0.93% -
XYZ 36.24 19.45 7.31 -
YUV 98.86 110.59 225.82 -
System Red Green Blue C M Y K H S L
Decimal 236 35 68 0 0.85 0.71 0.07 350.15 0.84 0.53
Hex EC 23 44 0 55 47 7 15E 54 35
Octal 354 43 104 0 125 107 7 536 124 65
Binary 11101100 100011 1000100 0 1010101 1000111 111 101011110 1010100 110101

Color Harmonies of #EC2344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2344

Black with #EC2344

Text Example


Text Example

White with #EC2344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2344; }

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

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

background-color css

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

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

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

border-color css

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

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

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