Html Css Color HEX #EC344F Amaranth

📋 copy color: '#EC344F'

red 236 ◦ green 52 ◦ blue 79

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

Shades of Amaranth #EC344F

Tints of Amaranth #EC344F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.53%

R = 64.31%
G = 14.17%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC344F (or 0xEC344F) is known color: Amaranth. HEX triplet: EC, 34 and 4F. RGB value is (236,52,79). Sum of RGB (Red+Green+Blue) = 236+52+79=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC344F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC344F is #13CBB0. Grayscale: #6E6E6E. Windows color (decimal): -1297329 or 5190892. OLE color: 5190892.

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

Color convert

RGB 236 52 79 -
CMYK 0 0.78 0.67 0.07
HSL 351.2º 0.83% 0.56% -
HSV(B) 351.2º 0.78% 0.93% -
XYZ 37.23 20.85 9.46 -
YUV 110.09 110.46 217.8 -
System Red Green Blue C M Y K H S L
Decimal 236 52 79 0 0.78 0.67 0.07 351.2 0.83 0.56
Hex EC 34 4F 0 4E 43 7 15F 53 38
Octal 354 64 117 0 116 103 7 537 123 70
Binary 11101100 110100 1001111 0 1001110 1000011 111 101011111 1010011 111000

Color Harmonies of #EC344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC344F

Black with #EC344F

Text Example


Text Example

White with #EC344F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC344F; }

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

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

background-color css

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

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

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

border-color css

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

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

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