Html Css Color HEX #EC3244 Amaranth

📋 copy color: '#EC3244'

red 236 ◦ green 50 ◦ blue 68

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

Shades of Amaranth #EC3244

Tints of Amaranth #EC3244

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.12%

 BLUE value IS 68 (26.95% from 255) = 19.21%

R = 66.67%
G = 14.12%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC3244 (or 0xEC3244) is known color: Amaranth. HEX triplet: EC, 32 and 44. RGB value is (236,50,68). Sum of RGB (Red+Green+Blue) = 236+50+68=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3244 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3244 is #13CDBB. Grayscale: #6B6B6B. Windows color (decimal): -1297852 or 4469484. OLE color: 4469484.

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

Color convert

RGB 236 50 68 -
CMYK 0 0.79 0.71 0.07
HSL 354.19º 0.83% 0.56% -
HSV(B) 354.19º 0.79% 0.93% -
XYZ 36.78 20.53 7.49 -
YUV 107.67 105.62 219.54 -
System Red Green Blue C M Y K H S L
Decimal 236 50 68 0 0.79 0.71 0.07 354.19 0.83 0.56
Hex EC 32 44 0 4F 47 7 162 53 38
Octal 354 62 104 0 117 107 7 542 123 70
Binary 11101100 110010 1000100 0 1001111 1000111 111 101100010 1010011 111000

Color Harmonies of #EC3244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3244

Black with #EC3244

Text Example


Text Example

White with #EC3244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3244; }

 p { color: rgb(236,50,68); }

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

background-color css

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

 a { background-color: rgb(236,50,68); }

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

border-color css

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

 span { border-color: rgb(236,50,68); }

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