Html Css Color HEX #EC3446 Amaranth

📋 copy color: '#EC3446'

red 236 ◦ green 52 ◦ blue 70

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

Shades of Amaranth #EC3446

Tints of Amaranth #EC3446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.53%

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

R = 65.92%
G = 14.53%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC3446 (or 0xEC3446) is known color: Amaranth. HEX triplet: EC, 34 and 46. RGB value is (236,52,70). Sum of RGB (Red+Green+Blue) = 236+52+70=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3446 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3446 is #13CBB9. Grayscale: #6D6D6D. Windows color (decimal): -1297338 or 4601068. OLE color: 4601068.

HSL color Cylindrical-coordinate representation of color #EC3446: hue angle of 354.13º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3446 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 52 70 -
CMYK 0 0.78 0.70 0.07
HSL 354.13º 0.83% 0.56% -
HSV(B) 354.13º 0.78% 0.93% -
XYZ 36.93 20.73 7.85 -
YUV 109.07 105.96 218.54 -
System Red Green Blue C M Y K H S L
Decimal 236 52 70 0 0.78 0.70 0.07 354.13 0.83 0.56
Hex EC 34 46 0 4E 46 7 162 53 38
Octal 354 64 106 0 116 106 7 542 123 70
Binary 11101100 110100 1000110 0 1001110 1000110 111 101100010 1010011 111000

Color Harmonies of #EC3446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3446

Black with #EC3446

Text Example


Text Example

White with #EC3446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3446; }

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

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

background-color css

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

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

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

border-color css

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

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

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