Html Css Color HEX #EC2145 Amaranth

📋 copy color: '#EC2145'

red 236 ◦ green 33 ◦ blue 69

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

Shades of Amaranth #EC2145

Tints of Amaranth #EC2145

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.76%

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

R = 69.82%
G = 9.76%
B = 20.41%

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

#EC2145 (or 0xEC2145) is known color: Amaranth. HEX triplet: EC, 21 and 45. RGB value is (236,33,69). Sum of RGB (Red+Green+Blue) = 236+33+69=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2145 is #13DEBA. Grayscale: #616161. Windows color (decimal): -1302203 or 4530668. OLE color: 4530668.

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

Color convert

RGB 236 33 69 -
CMYK 0 0.86 0.71 0.07
HSL 349.36º 0.84% 0.53% -
HSV(B) 349.36º 0.86% 0.93% -
XYZ 36.21 19.35 7.46 -
YUV 97.8 111.75 226.57 -
System Red Green Blue C M Y K H S L
Decimal 236 33 69 0 0.86 0.71 0.07 349.36 0.84 0.53
Hex EC 21 45 0 56 47 7 15D 54 35
Octal 354 41 105 0 126 107 7 535 124 65
Binary 11101100 100001 1000101 0 1010110 1000111 111 101011101 1010100 110101

Color Harmonies of #EC2145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2145

Black with #EC2145

Text Example


Text Example

White with #EC2145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2145; }

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

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

background-color css

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

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

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

border-color css

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

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

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