Html Css Color HEX #EC1C46 Amaranth

📋 copy color: '#EC1C46'

red 236 ◦ green 28 ◦ blue 70

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

Shades of Amaranth #EC1C46

Tints of Amaranth #EC1C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.96%

R = 70.66%
G = 8.38%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC1C46 (or 0xEC1C46) is known color: Amaranth. HEX triplet: EC, 1C and 46. RGB value is (236,28,70). Sum of RGB (Red+Green+Blue) = 236+28+70=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1C46 is #13E3B9. Grayscale: #5F5F5F. Windows color (decimal): -1303482 or 4594924. OLE color: 4594924.

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

Color convert

RGB 236 28 70 -
CMYK 0 0.88 0.70 0.07
HSL 347.88º 0.85% 0.52% -
HSV(B) 347.88º 0.88% 0.93% -
XYZ 36.11 19.11 7.58 -
YUV 94.98 113.91 228.58 -
System Red Green Blue C M Y K H S L
Decimal 236 28 70 0 0.88 0.70 0.07 347.88 0.85 0.52
Hex EC 1C 46 0 58 46 7 15C 55 34
Octal 354 34 106 0 130 106 7 534 125 64
Binary 11101100 11100 1000110 0 1011000 1000110 111 101011100 1010101 110100

Color Harmonies of #EC1C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1C46

Black with #EC1C46

Text Example


Text Example

White with #EC1C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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