Html Css Color HEX #ED474A Amaranth

📋 copy color: '#ED474A'

red 237 ◦ green 71 ◦ blue 74

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

Shades of Amaranth #ED474A

Tints of Amaranth #ED474A

RGB

 RED value IS 237 (92.97% from 255) = 62.04%

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

 BLUE value IS 74 (29.3% from 255) = 19.37%

R = 62.04%
G = 18.59%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED474A (or 0xED474A) is known color: Amaranth. HEX triplet: ED, 47 and 4A. RGB value is (237,71,74). Sum of RGB (Red+Green+Blue) = 237+71+74=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED474A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED474A is #12B8B5. Grayscale: #797979. Windows color (decimal): -1226934 or 4868077. OLE color: 4868077.

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

Color convert

RGB 237 71 74 -
CMYK 0 0.70 0.69 0.07
HSL 358.92º 0.82% 0.6% -
HSV(B) 358.92º 0.7% 0.93% -
XYZ 38.41 23.01 8.89 -
YUV 120.98 101.5 210.76 -
System Red Green Blue C M Y K H S L
Decimal 237 71 74 0 0.70 0.69 0.07 358.92 0.82 0.6
Hex ED 47 4A 0 46 45 7 167 52 3C
Octal 355 107 112 0 106 105 7 547 122 74
Binary 11101101 1000111 1001010 0 1000110 1000101 111 101100111 1010010 111100

Color Harmonies of #ED474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED474A

Black with #ED474A

Text Example


Text Example

White with #ED474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED474A; }

 p { color: rgb(237,71,74); }

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

background-color css

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

 a { background-color: rgb(237,71,74); }

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

border-color css

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

 span { border-color: rgb(237,71,74); }

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