Html Css Color HEX #ED404B Amaranth

📋 copy color: '#ED404B'

red 237 ◦ green 64 ◦ blue 75

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

Shades of Amaranth #ED404B

Tints of Amaranth #ED404B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.95%

R = 63.03%
G = 17.02%
B = 19.95%

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

#ED404B (or 0xED404B) is known color: Amaranth. HEX triplet: ED, 40 and 4B. RGB value is (237,64,75). Sum of RGB (Red+Green+Blue) = 237+64+75=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED404B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED404B is #12BFB4. Grayscale: #757575. Windows color (decimal): -1228725 or 4931821. OLE color: 4931821.

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

Color convert

RGB 237 64 75 -
CMYK 0 0.73 0.68 0.07
HSL 356.19º 0.83% 0.59% -
HSV(B) 356.19º 0.73% 0.93% -
XYZ 38.03 22.18 8.93 -
YUV 116.98 104.31 213.61 -
System Red Green Blue C M Y K H S L
Decimal 237 64 75 0 0.73 0.68 0.07 356.19 0.83 0.59
Hex ED 40 4B 0 49 44 7 164 53 3B
Octal 355 100 113 0 111 104 7 544 123 73
Binary 11101101 1000000 1001011 0 1001001 1000100 111 101100100 1010011 111011

Color Harmonies of #ED404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED404B

Black with #ED404B

Text Example


Text Example

White with #ED404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED404B; }

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

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

background-color css

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

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

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

border-color css

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

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

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