Html Css Color HEX #ED354A Amaranth

📋 copy color: '#ED354A'

red 237 ◦ green 53 ◦ blue 74

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

Shades of Amaranth #ED354A

Tints of Amaranth #ED354A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.56%

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

R = 65.11%
G = 14.56%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED354A (or 0xED354A) is known color: Amaranth. HEX triplet: ED, 35 and 4A. RGB value is (237,53,74). Sum of RGB (Red+Green+Blue) = 237+53+74=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED354A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED354A is #12CAB5. Grayscale: #6E6E6E. Windows color (decimal): -1231542 or 4863469. OLE color: 4863469.

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

Color convert

RGB 237 53 74 -
CMYK 0 0.78 0.69 0.07
HSL 353.15º 0.84% 0.57% -
HSV(B) 353.15º 0.78% 0.93% -
XYZ 37.43 21.05 8.57 -
YUV 110.41 107.46 218.29 -
System Red Green Blue C M Y K H S L
Decimal 237 53 74 0 0.78 0.69 0.07 353.15 0.84 0.57
Hex ED 35 4A 0 4E 45 7 161 54 39
Octal 355 65 112 0 116 105 7 541 124 71
Binary 11101101 110101 1001010 0 1001110 1000101 111 101100001 1010100 111001

Color Harmonies of #ED354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED354A

Black with #ED354A

Text Example


Text Example

White with #ED354A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED354A; }

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

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

background-color css

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

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

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

border-color css

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

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

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