Html Css Color HEX #ED404E Amaranth

📋 copy color: '#ED404E'

red 237 ◦ green 64 ◦ blue 78

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

Shades of Amaranth #ED404E

Tints of Amaranth #ED404E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.58%

R = 62.53%
G = 16.89%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED404E (or 0xED404E) is known color: Amaranth. HEX triplet: ED, 40 and 4E. RGB value is (237,64,78). Sum of RGB (Red+Green+Blue) = 237+64+78=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED404E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED404E is #12BFB1. Grayscale: #757575. Windows color (decimal): -1228722 or 5128429. OLE color: 5128429.

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

Color convert

RGB 237 64 78 -
CMYK 0 0.73 0.67 0.07
HSL 355.14º 0.83% 0.59% -
HSV(B) 355.14º 0.73% 0.93% -
XYZ 38.13 22.22 9.49 -
YUV 117.32 105.81 213.36 -
System Red Green Blue C M Y K H S L
Decimal 237 64 78 0 0.73 0.67 0.07 355.14 0.83 0.59
Hex ED 40 4E 0 49 43 7 163 53 3B
Octal 355 100 116 0 111 103 7 543 123 73
Binary 11101101 1000000 1001110 0 1001001 1000011 111 101100011 1010011 111011

Color Harmonies of #ED404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED404E

Black with #ED404E

Text Example


Text Example

White with #ED404E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED404E; }

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

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

background-color css

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

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

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

border-color css

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

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

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