Html Css Color HEX #ED364A Amaranth

📋 copy color: '#ED364A'

red 237 ◦ green 54 ◦ blue 74

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

Shades of Amaranth #ED364A

Tints of Amaranth #ED364A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.79%

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

R = 64.93%
G = 14.79%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED364A (or 0xED364A) is known color: Amaranth. HEX triplet: ED, 36 and 4A. RGB value is (237,54,74). Sum of RGB (Red+Green+Blue) = 237+54+74=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED364A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED364A is #12C9B5. Grayscale: #6F6F6F. Windows color (decimal): -1231286 or 4863725. OLE color: 4863725.

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

Color convert

RGB 237 54 74 -
CMYK 0 0.77 0.69 0.07
HSL 353.44º 0.84% 0.57% -
HSV(B) 353.44º 0.77% 0.93% -
XYZ 37.48 21.14 8.58 -
YUV 111 107.13 217.87 -
System Red Green Blue C M Y K H S L
Decimal 237 54 74 0 0.77 0.69 0.07 353.44 0.84 0.57
Hex ED 36 4A 0 4D 45 7 161 54 39
Octal 355 66 112 0 115 105 7 541 124 71
Binary 11101101 110110 1001010 0 1001101 1000101 111 101100001 1010100 111001

Color Harmonies of #ED364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED364A

Black with #ED364A

Text Example


Text Example

White with #ED364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED364A; }

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

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

background-color css

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

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

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

border-color css

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

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

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