Html Css Color HEX #EC4151 Amaranth

📋 copy color: '#EC4151'

red 236 ◦ green 65 ◦ blue 81

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

Shades of Amaranth #EC4151

Tints of Amaranth #EC4151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.2%

R = 61.78%
G = 17.02%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC4151 (or 0xEC4151) is known color: Amaranth. HEX triplet: EC, 41 and 51. RGB value is (236,65,81). Sum of RGB (Red+Green+Blue) = 236+65+81=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4151 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4151 is #13BEAE. Grayscale: #767676. Windows color (decimal): -1293999 or 5325292. OLE color: 5325292.

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

Color convert

RGB 236 65 81 -
CMYK 0 0.72 0.66 0.07
HSL 354.39º 0.82% 0.59% -
HSV(B) 354.39º 0.72% 0.93% -
XYZ 37.97 22.21 10.07 -
YUV 117.95 107.15 212.2 -
System Red Green Blue C M Y K H S L
Decimal 236 65 81 0 0.72 0.66 0.07 354.39 0.82 0.59
Hex EC 41 51 0 48 42 7 162 52 3B
Octal 354 101 121 0 110 102 7 542 122 73
Binary 11101100 1000001 1010001 0 1001000 1000010 111 101100010 1010010 111011

Color Harmonies of #EC4151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4151

Black with #EC4151

Text Example


Text Example

White with #EC4151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4151; }

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

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

background-color css

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

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

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

border-color css

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

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

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