Html Css Color HEX #EC344E Amaranth

📋 copy color: '#EC344E'

red 236 ◦ green 52 ◦ blue 78

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

Shades of Amaranth #EC344E

Tints of Amaranth #EC344E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.31%

R = 64.48%
G = 14.21%
B = 21.31%

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

#EC344E (or 0xEC344E) is known color: Amaranth. HEX triplet: EC, 34 and 4E. RGB value is (236,52,78). Sum of RGB (Red+Green+Blue) = 236+52+78=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC344E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC344E is #13CBB1. Grayscale: #6E6E6E. Windows color (decimal): -1297330 or 5125356. OLE color: 5125356.

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

Color convert

RGB 236 52 78 -
CMYK 0 0.78 0.67 0.07
HSL 351.52º 0.83% 0.56% -
HSV(B) 351.52º 0.78% 0.93% -
XYZ 37.2 20.84 9.27 -
YUV 109.98 109.96 217.89 -
System Red Green Blue C M Y K H S L
Decimal 236 52 78 0 0.78 0.67 0.07 351.52 0.83 0.56
Hex EC 34 4E 0 4E 43 7 160 53 38
Octal 354 64 116 0 116 103 7 540 123 70
Binary 11101100 110100 1001110 0 1001110 1000011 111 101100000 1010011 111000

Color Harmonies of #EC344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC344E

Black with #EC344E

Text Example


Text Example

White with #EC344E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC344E; }

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

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

background-color css

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

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

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

border-color css

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

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

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