Html Css Color HEX #EC2A43 Amaranth

📋 copy color: '#EC2A43'

red 236 ◦ green 42 ◦ blue 67

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

Shades of Amaranth #EC2A43

Tints of Amaranth #EC2A43

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.17%

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

R = 68.41%
G = 12.17%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC2A43 (or 0xEC2A43) is known color: Amaranth. HEX triplet: EC, 2A and 43. RGB value is (236,42,67). Sum of RGB (Red+Green+Blue) = 236+42+67=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2A43 is #13D5BC. Grayscale: #666666. Windows color (decimal): -1299901 or 4401900. OLE color: 4401900.

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

Color convert

RGB 236 42 67 -
CMYK 0 0.82 0.72 0.07
HSL 352.27º 0.84% 0.55% -
HSV(B) 352.27º 0.82% 0.93% -
XYZ 36.43 19.89 7.23 -
YUV 102.86 107.77 222.97 -
System Red Green Blue C M Y K H S L
Decimal 236 42 67 0 0.82 0.72 0.07 352.27 0.84 0.55
Hex EC 2A 43 0 52 48 7 160 54 37
Octal 354 52 103 0 122 110 7 540 124 67
Binary 11101100 101010 1000011 0 1010010 1001000 111 101100000 1010100 110111

Color Harmonies of #EC2A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2A43

Black with #EC2A43

Text Example


Text Example

White with #EC2A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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