Html Css Color HEX #ED404D Amaranth

📋 copy color: '#ED404D'

red 237 ◦ green 64 ◦ blue 77

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

Shades of Amaranth #ED404D

Tints of Amaranth #ED404D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.93%

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

R = 62.7%
G = 16.93%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED404D (or 0xED404D) is known color: Amaranth. HEX triplet: ED, 40 and 4D. RGB value is (237,64,77). Sum of RGB (Red+Green+Blue) = 237+64+77=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED404D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED404D is #12BFB2. Grayscale: #757575. Windows color (decimal): -1228723 or 5062893. OLE color: 5062893.

HSL color Cylindrical-coordinate representation of color #ED404D: hue angle of 355.49º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED404D is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 64 77 -
CMYK 0 0.73 0.68 0.07
HSL 355.49º 0.83% 0.59% -
HSV(B) 355.49º 0.73% 0.93% -
XYZ 38.1 22.21 9.3 -
YUV 117.21 105.31 213.44 -
System Red Green Blue C M Y K H S L
Decimal 237 64 77 0 0.73 0.68 0.07 355.49 0.83 0.59
Hex ED 40 4D 0 49 44 7 163 53 3B
Octal 355 100 115 0 111 104 7 543 123 73
Binary 11101101 1000000 1001101 0 1001001 1000100 111 101100011 1010011 111011

Color Harmonies of #ED404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED404D

Black with #ED404D

Text Example


Text Example

White with #ED404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED404D; }

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

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

background-color css

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

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

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

border-color css

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

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

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