Html Css Color HEX #EC4156 Amaranth

📋 copy color: '#EC4156'

red 236 ◦ green 65 ◦ blue 86

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

Shades of Amaranth #EC4156

Tints of Amaranth #EC4156

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.8%

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

R = 60.98%
G = 16.8%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC4156 (or 0xEC4156) is known color: Amaranth. HEX triplet: EC, 41 and 56. RGB value is (236,65,86). Sum of RGB (Red+Green+Blue) = 236+65+86=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4156 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4156 is #13BEA9. Grayscale: #767676. Windows color (decimal): -1293994 or 5652972. OLE color: 5652972.

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

Color convert

RGB 236 65 86 -
CMYK 0 0.72 0.64 0.07
HSL 352.63º 0.82% 0.59% -
HSV(B) 352.63º 0.72% 0.93% -
XYZ 38.16 22.29 11.09 -
YUV 118.52 109.65 211.79 -
System Red Green Blue C M Y K H S L
Decimal 236 65 86 0 0.72 0.64 0.07 352.63 0.82 0.59
Hex EC 41 56 0 48 40 7 161 52 3B
Octal 354 101 126 0 110 100 7 541 122 73
Binary 11101100 1000001 1010110 0 1001000 1000000 111 101100001 1010010 111011

Color Harmonies of #EC4156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4156

Black with #EC4156

Text Example


Text Example

White with #EC4156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4156; }

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

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

background-color css

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

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

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

border-color css

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

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

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