Html Css Color HEX #EC494B Amaranth

📋 copy color: '#EC494B'

red 236 ◦ green 73 ◦ blue 75

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

Shades of Amaranth #EC494B

Tints of Amaranth #EC494B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.01%

 BLUE value IS 75 (29.69% from 255) = 19.53%

R = 61.46%
G = 19.01%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC494B (or 0xEC494B) is known color: Amaranth. HEX triplet: EC, 49 and 4B. RGB value is (236,73,75). Sum of RGB (Red+Green+Blue) = 236+73+75=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC494B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC494B is #13B6B4. Grayscale: #7A7A7A. Windows color (decimal): -1291957 or 4934124. OLE color: 4934124.

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

Color convert

RGB 236 73 75 -
CMYK 0 0.69 0.68 0.07
HSL 359.26º 0.81% 0.61% -
HSV(B) 359.26º 0.69% 0.93% -
XYZ 38.24 23.11 9.1 -
YUV 121.97 101.5 209.34 -
System Red Green Blue C M Y K H S L
Decimal 236 73 75 0 0.69 0.68 0.07 359.26 0.81 0.61
Hex EC 49 4B 0 45 44 7 167 51 3D
Octal 354 111 113 0 105 104 7 547 121 75
Binary 11101100 1001001 1001011 0 1000101 1000100 111 101100111 1010001 111101

Color Harmonies of #EC494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC494B

Black with #EC494B

Text Example


Text Example

White with #EC494B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC494B; }

 p { color: rgb(236,73,75); }

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

background-color css

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

 a { background-color: rgb(236,73,75); }

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

border-color css

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

 span { border-color: rgb(236,73,75); }

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