Html Css Color HEX #EC2044 Amaranth

📋 copy color: '#EC2044'

red 236 ◦ green 32 ◦ blue 68

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

Shades of Amaranth #EC2044

Tints of Amaranth #EC2044

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.52%

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

R = 70.24%
G = 9.52%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC2044 (or 0xEC2044) is known color: Amaranth. HEX triplet: EC, 20 and 44. RGB value is (236,32,68). Sum of RGB (Red+Green+Blue) = 236+32+68=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2044 is #13DFBB. Grayscale: #616161. Windows color (decimal): -1302460 or 4464876. OLE color: 4464876.

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

Color convert

RGB 236 32 68 -
CMYK 0 0.86 0.71 0.07
HSL 349.41º 0.84% 0.53% -
HSV(B) 349.41º 0.86% 0.93% -
XYZ 36.15 19.28 7.29 -
YUV 97.1 111.59 227.07 -
System Red Green Blue C M Y K H S L
Decimal 236 32 68 0 0.86 0.71 0.07 349.41 0.84 0.53
Hex EC 20 44 0 56 47 7 15D 54 35
Octal 354 40 104 0 126 107 7 535 124 65
Binary 11101100 100000 1000100 0 1010110 1000111 111 101011101 1010100 110101

Color Harmonies of #EC2044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2044

Black with #EC2044

Text Example


Text Example

White with #EC2044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2044; }

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

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

background-color css

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

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

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

border-color css

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

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

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