Html Css Color HEX #EC2245 Amaranth

📋 copy color: '#EC2245'

red 236 ◦ green 34 ◦ blue 69

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

Shades of Amaranth #EC2245

Tints of Amaranth #EC2245

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.03%

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

R = 69.62%
G = 10.03%
B = 20.35%

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

#EC2245 (or 0xEC2245) is known color: Amaranth. HEX triplet: EC, 22 and 45. RGB value is (236,34,69). Sum of RGB (Red+Green+Blue) = 236+34+69=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2245 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2245 is #13DDBA. Grayscale: #626262. Windows color (decimal): -1301947 or 4530924. OLE color: 4530924.

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

Color convert

RGB 236 34 69 -
CMYK 0 0.86 0.71 0.07
HSL 349.6º 0.84% 0.53% -
HSV(B) 349.6º 0.86% 0.93% -
XYZ 36.24 19.41 7.47 -
YUV 98.39 111.42 226.15 -
System Red Green Blue C M Y K H S L
Decimal 236 34 69 0 0.86 0.71 0.07 349.6 0.84 0.53
Hex EC 22 45 0 56 47 7 15E 54 35
Octal 354 42 105 0 126 107 7 536 124 65
Binary 11101100 100010 1000101 0 1010110 1000111 111 101011110 1010100 110101

Color Harmonies of #EC2245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2245

Black with #EC2245

Text Example


Text Example

White with #EC2245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2245; }

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

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

background-color css

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

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

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

border-color css

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

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

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