Html Css Color HEX #ED444A Amaranth

📋 copy color: '#ED444A'

red 237 ◦ green 68 ◦ blue 74

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

Shades of Amaranth #ED444A

Tints of Amaranth #ED444A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.94%

 BLUE value IS 74 (29.3% from 255) = 19.53%

R = 62.53%
G = 17.94%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED444A (or 0xED444A) is known color: Amaranth. HEX triplet: ED, 44 and 4A. RGB value is (237,68,74). Sum of RGB (Red+Green+Blue) = 237+68+74=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED444A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED444A is #12BBB5. Grayscale: #777777. Windows color (decimal): -1227702 or 4867309. OLE color: 4867309.

HSL color Cylindrical-coordinate representation of color #ED444A: hue angle of 357.87º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED444A is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 68 74 -
CMYK 0 0.71 0.69 0.07
HSL 357.87º 0.82% 0.6% -
HSV(B) 357.87º 0.71% 0.93% -
XYZ 38.23 22.63 8.83 -
YUV 119.22 102.49 212.01 -
System Red Green Blue C M Y K H S L
Decimal 237 68 74 0 0.71 0.69 0.07 357.87 0.82 0.6
Hex ED 44 4A 0 47 45 7 166 52 3C
Octal 355 104 112 0 107 105 7 546 122 74
Binary 11101101 1000100 1001010 0 1000111 1000101 111 101100110 1010010 111100

Color Harmonies of #ED444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED444A

Black with #ED444A

Text Example


Text Example

White with #ED444A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED444A; }

 p { color: rgb(237,68,74); }

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

background-color css

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

 a { background-color: rgb(237,68,74); }

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

border-color css

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

 span { border-color: rgb(237,68,74); }

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