Html Css Color HEX #ED474E Amaranth

📋 copy color: '#ED474E'

red 237 ◦ green 71 ◦ blue 78

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

Shades of Amaranth #ED474E

Tints of Amaranth #ED474E

RGB

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

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

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

R = 61.4%
G = 18.39%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED474E (or 0xED474E) is known color: Amaranth. HEX triplet: ED, 47 and 4E. RGB value is (237,71,78). Sum of RGB (Red+Green+Blue) = 237+71+78=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED474E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED474E is #12B8B1. Grayscale: #797979. Windows color (decimal): -1226930 or 5130221. OLE color: 5130221.

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

Color convert

RGB 237 71 78 -
CMYK 0 0.70 0.67 0.07
HSL 357.47º 0.82% 0.6% -
HSV(B) 357.47º 0.7% 0.93% -
XYZ 38.55 23.06 9.63 -
YUV 121.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 237 71 78 0 0.70 0.67 0.07 357.47 0.82 0.6
Hex ED 47 4E 0 46 43 7 165 52 3C
Octal 355 107 116 0 106 103 7 545 122 74
Binary 11101101 1000111 1001110 0 1000110 1000011 111 101100101 1010010 111100

Color Harmonies of #ED474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED474E

Black with #ED474E

Text Example


Text Example

White with #ED474E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED474E; }

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

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

background-color css

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

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

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

border-color css

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

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

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