Html Css Color HEX #EC4751 Amaranth

📋 copy color: '#EC4751'

red 236 ◦ green 71 ◦ blue 81

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

Shades of Amaranth #EC4751

Tints of Amaranth #EC4751

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.3%

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

R = 60.82%
G = 18.3%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC4751 (or 0xEC4751) is known color: Amaranth. HEX triplet: EC, 47 and 51. RGB value is (236,71,81). Sum of RGB (Red+Green+Blue) = 236+71+81=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4751 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4751 is #13B8AE. Grayscale: #797979. Windows color (decimal): -1292463 or 5326828. OLE color: 5326828.

HSL color Cylindrical-coordinate representation of color #EC4751: hue angle of 356.36º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4751 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 71 81 -
CMYK 0 0.70 0.66 0.07
HSL 356.36º 0.81% 0.6% -
HSV(B) 356.36º 0.7% 0.93% -
XYZ 38.33 22.93 10.19 -
YUV 121.48 105.16 209.69 -
System Red Green Blue C M Y K H S L
Decimal 236 71 81 0 0.70 0.66 0.07 356.36 0.81 0.6
Hex EC 47 51 0 46 42 7 164 51 3C
Octal 354 107 121 0 106 102 7 544 121 74
Binary 11101100 1000111 1010001 0 1000110 1000010 111 101100100 1010001 111100

Color Harmonies of #EC4751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4751

Black with #EC4751

Text Example


Text Example

White with #EC4751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4751; }

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

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

background-color css

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

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

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

border-color css

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

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

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