Html Css Color HEX #ED364D Amaranth

📋 copy color: '#ED364D'

red 237 ◦ green 54 ◦ blue 77

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

Shades of Amaranth #ED364D

Tints of Amaranth #ED364D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.92%

R = 64.4%
G = 14.67%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED364D (or 0xED364D) is known color: Amaranth. HEX triplet: ED, 36 and 4D. RGB value is (237,54,77). Sum of RGB (Red+Green+Blue) = 237+54+77=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED364D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED364D is #12C9B2. Grayscale: #6F6F6F. Windows color (decimal): -1231283 or 5060333. OLE color: 5060333.

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

Color convert

RGB 237 54 77 -
CMYK 0 0.77 0.68 0.07
HSL 352.46º 0.84% 0.57% -
HSV(B) 352.46º 0.77% 0.93% -
XYZ 37.58 21.18 9.13 -
YUV 111.34 108.63 217.63 -
System Red Green Blue C M Y K H S L
Decimal 237 54 77 0 0.77 0.68 0.07 352.46 0.84 0.57
Hex ED 36 4D 0 4D 44 7 160 54 39
Octal 355 66 115 0 115 104 7 540 124 71
Binary 11101101 110110 1001101 0 1001101 1000100 111 101100000 1010100 111001

Color Harmonies of #ED364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED364D

Black with #ED364D

Text Example


Text Example

White with #ED364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED364D; }

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

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

background-color css

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

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

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

border-color css

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

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

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