Html Css Color HEX #EC3756 Amaranth

📋 copy color: '#EC3756'

red 236 ◦ green 55 ◦ blue 86

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

Shades of Amaranth #EC3756

Tints of Amaranth #EC3756

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.59%

 BLUE value IS 86 (33.98% from 255) = 22.81%

R = 62.6%
G = 14.59%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC3756 (or 0xEC3756) is known color: Amaranth. HEX triplet: EC, 37 and 56. RGB value is (236,55,86). Sum of RGB (Red+Green+Blue) = 236+55+86=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3756 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3756 is #13C8A9. Grayscale: #707070. Windows color (decimal): -1296554 or 5650412. OLE color: 5650412.

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

Color convert

RGB 236 55 86 -
CMYK 0 0.77 0.64 0.07
HSL 349.72º 0.83% 0.57% -
HSV(B) 349.72º 0.77% 0.93% -
XYZ 37.64 21.24 10.92 -
YUV 112.65 112.97 215.98 -
System Red Green Blue C M Y K H S L
Decimal 236 55 86 0 0.77 0.64 0.07 349.72 0.83 0.57
Hex EC 37 56 0 4D 40 7 15E 53 39
Octal 354 67 126 0 115 100 7 536 123 71
Binary 11101100 110111 1010110 0 1001101 1000000 111 101011110 1010011 111001

Color Harmonies of #EC3756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3756

Black with #EC3756

Text Example


Text Example

White with #EC3756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3756; }

 p { color: rgb(236,55,86); }

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

background-color css

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

 a { background-color: rgb(236,55,86); }

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

border-color css

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

 span { border-color: rgb(236,55,86); }

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