Html Css Color HEX #EC484E Amaranth

📋 copy color: '#EC484E'

red 236 ◦ green 72 ◦ blue 78

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

Shades of Amaranth #EC484E

Tints of Amaranth #EC484E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.65%

 BLUE value IS 78 (30.86% from 255) = 20.21%

R = 61.14%
G = 18.65%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC484E (or 0xEC484E) is known color: Amaranth. HEX triplet: EC, 48 and 4E. RGB value is (236,72,78). Sum of RGB (Red+Green+Blue) = 236+72+78=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC484E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC484E is #13B7B1. Grayscale: #797979. Windows color (decimal): -1292210 or 5130476. OLE color: 5130476.

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

Color convert

RGB 236 72 78 -
CMYK 0 0.69 0.67 0.07
HSL 357.8º 0.81% 0.6% -
HSV(B) 357.8º 0.69% 0.93% -
XYZ 38.28 23.02 9.63 -
YUV 121.72 103.33 209.51 -
System Red Green Blue C M Y K H S L
Decimal 236 72 78 0 0.69 0.67 0.07 357.8 0.81 0.6
Hex EC 48 4E 0 45 43 7 166 51 3C
Octal 354 110 116 0 105 103 7 546 121 74
Binary 11101100 1001000 1001110 0 1000101 1000011 111 101100110 1010001 111100

Color Harmonies of #EC484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC484E

Black with #EC484E

Text Example


Text Example

White with #EC484E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC484E; }

 p { color: rgb(236,72,78); }

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

background-color css

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

 a { background-color: rgb(236,72,78); }

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

border-color css

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

 span { border-color: rgb(236,72,78); }

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