Html Css Color HEX #ED404C Amaranth

📋 copy color: '#ED404C'

red 237 ◦ green 64 ◦ blue 76

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

Shades of Amaranth #ED404C

Tints of Amaranth #ED404C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.16%

R = 62.86%
G = 16.98%
B = 20.16%

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

#ED404C (or 0xED404C) is known color: Amaranth. HEX triplet: ED, 40 and 4C. RGB value is (237,64,76). Sum of RGB (Red+Green+Blue) = 237+64+76=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED404C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED404C is #12BFB3. Grayscale: #757575. Windows color (decimal): -1228724 or 4997357. OLE color: 4997357.

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

Color convert

RGB 237 64 76 -
CMYK 0 0.73 0.68 0.07
HSL 355.84º 0.83% 0.59% -
HSV(B) 355.84º 0.73% 0.93% -
XYZ 38.06 22.19 9.12 -
YUV 117.1 104.81 213.52 -
System Red Green Blue C M Y K H S L
Decimal 237 64 76 0 0.73 0.68 0.07 355.84 0.83 0.59
Hex ED 40 4C 0 49 44 7 164 53 3B
Octal 355 100 114 0 111 104 7 544 123 73
Binary 11101101 1000000 1001100 0 1001001 1000100 111 101100100 1010011 111011

Color Harmonies of #ED404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED404C

Black with #ED404C

Text Example


Text Example

White with #ED404C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED404C; }

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

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

background-color css

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

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

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

border-color css

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

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

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