Html Css Color HEX #EC2843 Amaranth

📋 copy color: '#EC2843'

red 236 ◦ green 40 ◦ blue 67

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

Shades of Amaranth #EC2843

Tints of Amaranth #EC2843

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.66%

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

R = 68.8%
G = 11.66%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC2843 (or 0xEC2843) is known color: Amaranth. HEX triplet: EC, 28 and 43. RGB value is (236,40,67). Sum of RGB (Red+Green+Blue) = 236+40+67=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2843 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2843 is #13D7BC. Grayscale: #656565. Windows color (decimal): -1300413 or 4401388. OLE color: 4401388.

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

Color convert

RGB 236 40 67 -
CMYK 0 0.83 0.72 0.07
HSL 351.73º 0.84% 0.54% -
HSV(B) 351.73º 0.83% 0.93% -
XYZ 36.36 19.76 7.21 -
YUV 101.68 108.43 223.8 -
System Red Green Blue C M Y K H S L
Decimal 236 40 67 0 0.83 0.72 0.07 351.73 0.84 0.54
Hex EC 28 43 0 53 48 7 160 54 36
Octal 354 50 103 0 123 110 7 540 124 66
Binary 11101100 101000 1000011 0 1010011 1001000 111 101100000 1010100 110110

Color Harmonies of #EC2843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2843

Black with #EC2843

Text Example


Text Example

White with #EC2843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2843; }

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

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

background-color css

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

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

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

border-color css

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

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

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