Html Css Color HEX #EC1C45 Amaranth

📋 copy color: '#EC1C45'

red 236 ◦ green 28 ◦ blue 69

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

Shades of Amaranth #EC1C45

Tints of Amaranth #EC1C45

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.41%

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

R = 70.87%
G = 8.41%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC1C45 (or 0xEC1C45) is known color: Amaranth. HEX triplet: EC, 1C and 45. RGB value is (236,28,69). Sum of RGB (Red+Green+Blue) = 236+28+69=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1C45 is #13E3BA. Grayscale: #5E5E5E. Windows color (decimal): -1303483 or 4529388. OLE color: 4529388.

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

Color convert

RGB 236 28 69 -
CMYK 0 0.88 0.71 0.07
HSL 348.17º 0.85% 0.52% -
HSV(B) 348.17º 0.88% 0.93% -
XYZ 36.08 19.09 7.41 -
YUV 94.87 113.41 228.67 -
System Red Green Blue C M Y K H S L
Decimal 236 28 69 0 0.88 0.71 0.07 348.17 0.85 0.52
Hex EC 1C 45 0 58 47 7 15C 55 34
Octal 354 34 105 0 130 107 7 534 125 64
Binary 11101100 11100 1000101 0 1011000 1000111 111 101011100 1010101 110100

Color Harmonies of #EC1C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1C45

Black with #EC1C45

Text Example


Text Example

White with #EC1C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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