Html Css Color HEX #EC344C Amaranth

📋 copy color: '#EC344C'

red 236 ◦ green 52 ◦ blue 76

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

Shades of Amaranth #EC344C

Tints of Amaranth #EC344C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.88%

R = 64.84%
G = 14.29%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC344C (or 0xEC344C) is known color: Amaranth. HEX triplet: EC, 34 and 4C. RGB value is (236,52,76). Sum of RGB (Red+Green+Blue) = 236+52+76=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC344C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC344C is #13CBB3. Grayscale: #6D6D6D. Windows color (decimal): -1297332 or 4994284. OLE color: 4994284.

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

Color convert

RGB 236 52 76 -
CMYK 0 0.78 0.68 0.07
HSL 352.17º 0.83% 0.56% -
HSV(B) 352.17º 0.78% 0.93% -
XYZ 37.12 20.81 8.9 -
YUV 109.75 108.96 218.05 -
System Red Green Blue C M Y K H S L
Decimal 236 52 76 0 0.78 0.68 0.07 352.17 0.83 0.56
Hex EC 34 4C 0 4E 44 7 160 53 38
Octal 354 64 114 0 116 104 7 540 123 70
Binary 11101100 110100 1001100 0 1001110 1000100 111 101100000 1010011 111000

Color Harmonies of #EC344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC344C

Black with #EC344C

Text Example


Text Example

White with #EC344C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC344C; }

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

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

background-color css

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

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

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

border-color css

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

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

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