Html Css Color HEX #ED474D Amaranth

📋 copy color: '#ED474D'

red 237 ◦ green 71 ◦ blue 77

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

Shades of Amaranth #ED474D

Tints of Amaranth #ED474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.44%

 BLUE value IS 77 (30.47% from 255) = 20%

R = 61.56%
G = 18.44%
B = 20%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED474D (or 0xED474D) is known color: Amaranth. HEX triplet: ED, 47 and 4D. RGB value is (237,71,77). Sum of RGB (Red+Green+Blue) = 237+71+77=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED474D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED474D is #12B8B2. Grayscale: #797979. Windows color (decimal): -1226931 or 5064685. OLE color: 5064685.

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

Color convert

RGB 237 71 77 -
CMYK 0 0.70 0.68 0.07
HSL 357.83º 0.82% 0.6% -
HSV(B) 357.83º 0.7% 0.93% -
XYZ 38.52 23.05 9.44 -
YUV 121.32 103 210.51 -
System Red Green Blue C M Y K H S L
Decimal 237 71 77 0 0.70 0.68 0.07 357.83 0.82 0.6
Hex ED 47 4D 0 46 44 7 166 52 3C
Octal 355 107 115 0 106 104 7 546 122 74
Binary 11101101 1000111 1001101 0 1000110 1000100 111 101100110 1010010 111100

Color Harmonies of #ED474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED474D

Black with #ED474D

Text Example


Text Example

White with #ED474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED474D; }

 p { color: rgb(237,71,77); }

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

background-color css

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

 a { background-color: rgb(237,71,77); }

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

border-color css

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

 span { border-color: rgb(237,71,77); }

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