Html Css Color HEX #EC2146 Amaranth

📋 copy color: '#EC2146'

red 236 ◦ green 33 ◦ blue 70

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

Shades of Amaranth #EC2146

Tints of Amaranth #EC2146

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.73%

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

R = 69.62%
G = 9.73%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC2146 (or 0xEC2146) is known color: Amaranth. HEX triplet: EC, 21 and 46. RGB value is (236,33,70). Sum of RGB (Red+Green+Blue) = 236+33+70=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2146 is #13DEB9. Grayscale: #616161. Windows color (decimal): -1302202 or 4596204. OLE color: 4596204.

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

Color convert

RGB 236 33 70 -
CMYK 0 0.86 0.70 0.07
HSL 349.06º 0.84% 0.53% -
HSV(B) 349.06º 0.86% 0.93% -
XYZ 36.24 19.36 7.62 -
YUV 97.92 112.25 226.49 -
System Red Green Blue C M Y K H S L
Decimal 236 33 70 0 0.86 0.70 0.07 349.06 0.84 0.53
Hex EC 21 46 0 56 46 7 15D 54 35
Octal 354 41 106 0 126 106 7 535 124 65
Binary 11101100 100001 1000110 0 1010110 1000110 111 101011101 1010100 110101

Color Harmonies of #EC2146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2146

Black with #EC2146

Text Example


Text Example

White with #EC2146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2146; }

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

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

background-color css

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

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

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

border-color css

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

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

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