Html Css Color HEX #EC2643 Amaranth

📋 copy color: '#EC2643'

red 236 ◦ green 38 ◦ blue 67

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

Shades of Amaranth #EC2643

Tints of Amaranth #EC2643

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.14%

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

R = 69.21%
G = 11.14%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC2643 (or 0xEC2643) is known color: Amaranth. HEX triplet: EC, 26 and 43. RGB value is (236,38,67). Sum of RGB (Red+Green+Blue) = 236+38+67=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2643 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2643 is #13D9BC. Grayscale: #646464. Windows color (decimal): -1300925 or 4400876. OLE color: 4400876.

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

Color convert

RGB 236 38 67 -
CMYK 0 0.84 0.72 0.07
HSL 351.21º 0.84% 0.54% -
HSV(B) 351.21º 0.84% 0.93% -
XYZ 36.3 19.62 7.18 -
YUV 100.51 109.1 224.64 -
System Red Green Blue C M Y K H S L
Decimal 236 38 67 0 0.84 0.72 0.07 351.21 0.84 0.54
Hex EC 26 43 0 54 48 7 15F 54 36
Octal 354 46 103 0 124 110 7 537 124 66
Binary 11101100 100110 1000011 0 1010100 1001000 111 101011111 1010100 110110

Color Harmonies of #EC2643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2643

Black with #EC2643

Text Example


Text Example

White with #EC2643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2643; }

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

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

background-color css

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

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

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

border-color css

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

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

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