Html Css Color HEX #ED4046 Amaranth

📋 copy color: '#ED4046'

red 237 ◦ green 64 ◦ blue 70

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

Shades of Amaranth #ED4046

Tints of Amaranth #ED4046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.87%

R = 63.88%
G = 17.25%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED4046 (or 0xED4046) is known color: Amaranth. HEX triplet: ED, 40 and 46. RGB value is (237,64,70). Sum of RGB (Red+Green+Blue) = 237+64+70=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4046 is #12BFB9. Grayscale: #747474. Windows color (decimal): -1228730 or 4604141. OLE color: 4604141.

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

Color convert

RGB 237 64 70 -
CMYK 0 0.73 0.70 0.07
HSL 357.92º 0.83% 0.59% -
HSV(B) 357.92º 0.73% 0.93% -
XYZ 37.86 22.11 8.07 -
YUV 116.41 101.81 214.01 -
System Red Green Blue C M Y K H S L
Decimal 237 64 70 0 0.73 0.70 0.07 357.92 0.83 0.59
Hex ED 40 46 0 49 46 7 166 53 3B
Octal 355 100 106 0 111 106 7 546 123 73
Binary 11101101 1000000 1000110 0 1001001 1000110 111 101100110 1010011 111011

Color Harmonies of #ED4046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4046

Black with #ED4046

Text Example


Text Example

White with #ED4046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4046; }

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

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

background-color css

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

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

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

border-color css

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

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

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