Html Css Color HEX #EC2445 Amaranth

📋 copy color: '#EC2445'

red 236 ◦ green 36 ◦ blue 69

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

Shades of Amaranth #EC2445

Tints of Amaranth #EC2445

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.56%

 BLUE value IS 69 (27.34% from 255) = 20.23%

R = 69.21%
G = 10.56%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC2445 (or 0xEC2445) is known color: Amaranth. HEX triplet: EC, 24 and 45. RGB value is (236,36,69). Sum of RGB (Red+Green+Blue) = 236+36+69=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2445 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2445 is #13DBBA. Grayscale: #636363. Windows color (decimal): -1301435 or 4531436. OLE color: 4531436.

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

Color convert

RGB 236 36 69 -
CMYK 0 0.85 0.71 0.07
HSL 350.1º 0.84% 0.53% -
HSV(B) 350.1º 0.85% 0.93% -
XYZ 36.3 19.52 7.49 -
YUV 99.56 110.76 225.32 -
System Red Green Blue C M Y K H S L
Decimal 236 36 69 0 0.85 0.71 0.07 350.1 0.84 0.53
Hex EC 24 45 0 55 47 7 15E 54 35
Octal 354 44 105 0 125 107 7 536 124 65
Binary 11101100 100100 1000101 0 1010101 1000111 111 101011110 1010100 110101

Color Harmonies of #EC2445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2445

Black with #EC2445

Text Example


Text Example

White with #EC2445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2445; }

 p { color: rgb(236,36,69); }

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

background-color css

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

 a { background-color: rgb(236,36,69); }

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

border-color css

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

 span { border-color: rgb(236,36,69); }

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