Html Css Color HEX #EC474B Amaranth

📋 copy color: '#EC474B'

red 236 ◦ green 71 ◦ blue 75

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

Shades of Amaranth #EC474B

Tints of Amaranth #EC474B

RGB

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

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

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

R = 61.78%
G = 18.59%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC474B (or 0xEC474B) is known color: Amaranth. HEX triplet: EC, 47 and 4B. RGB value is (236,71,75). Sum of RGB (Red+Green+Blue) = 236+71+75=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC474B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC474B is #13B8B4. Grayscale: #787878. Windows color (decimal): -1292469 or 4933612. OLE color: 4933612.

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

Color convert

RGB 236 71 75 -
CMYK 0 0.70 0.68 0.07
HSL 358.55º 0.81% 0.6% -
HSV(B) 358.55º 0.7% 0.93% -
XYZ 38.12 22.85 9.06 -
YUV 120.79 102.16 210.17 -
System Red Green Blue C M Y K H S L
Decimal 236 71 75 0 0.70 0.68 0.07 358.55 0.81 0.6
Hex EC 47 4B 0 46 44 7 167 51 3C
Octal 354 107 113 0 106 104 7 547 121 74
Binary 11101100 1000111 1001011 0 1000110 1000100 111 101100111 1010001 111100

Color Harmonies of #EC474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC474B

Black with #EC474B

Text Example


Text Example

White with #EC474B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC474B; }

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

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

background-color css

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

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

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

border-color css

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

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

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