Html Css Color HEX #EC345C Amaranth

📋 copy color: '#EC345C'

red 236 ◦ green 52 ◦ blue 92

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

Shades of Amaranth #EC345C

Tints of Amaranth #EC345C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.21%

R = 62.11%
G = 13.68%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC345C (or 0xEC345C) is known color: Amaranth. HEX triplet: EC, 34 and 5C. RGB value is (236,52,92). Sum of RGB (Red+Green+Blue) = 236+52+92=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC345C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC345C is #13CBA3. Grayscale: #6F6F6F. Windows color (decimal): -1297316 or 6042860. OLE color: 6042860.

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

Color convert

RGB 236 52 92 -
CMYK 0 0.78 0.61 0.07
HSL 346.96º 0.83% 0.56% -
HSV(B) 346.96º 0.78% 0.93% -
XYZ 37.75 21.06 12.2 -
YUV 111.58 116.96 216.75 -
System Red Green Blue C M Y K H S L
Decimal 236 52 92 0 0.78 0.61 0.07 346.96 0.83 0.56
Hex EC 34 5C 0 4E 3D 7 15B 53 38
Octal 354 64 134 0 116 75 7 533 123 70
Binary 11101100 110100 1011100 0 1001110 111101 111 101011011 1010011 111000

Color Harmonies of #EC345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC345C

Black with #EC345C

Text Example


Text Example

White with #EC345C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC345C; }

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

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

background-color css

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

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

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

border-color css

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

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

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