Html Css Color HEX #ED474F Amaranth

📋 copy color: '#ED474F'

red 237 ◦ green 71 ◦ blue 79

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

Shades of Amaranth #ED474F

Tints of Amaranth #ED474F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.41%

R = 61.24%
G = 18.35%
B = 20.41%

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

#ED474F (or 0xED474F) is known color: Amaranth. HEX triplet: ED, 47 and 4F. RGB value is (237,71,79). Sum of RGB (Red+Green+Blue) = 237+71+79=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED474F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED474F is #12B8B0. Grayscale: #797979. Windows color (decimal): -1226929 or 5195757. OLE color: 5195757.

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

Color convert

RGB 237 71 79 -
CMYK 0 0.70 0.67 0.07
HSL 357.11º 0.82% 0.6% -
HSV(B) 357.11º 0.7% 0.93% -
XYZ 38.59 23.08 9.82 -
YUV 121.55 104 210.35 -
System Red Green Blue C M Y K H S L
Decimal 237 71 79 0 0.70 0.67 0.07 357.11 0.82 0.6
Hex ED 47 4F 0 46 43 7 165 52 3C
Octal 355 107 117 0 106 103 7 545 122 74
Binary 11101101 1000111 1001111 0 1000110 1000011 111 101100101 1010010 111100

Color Harmonies of #ED474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED474F

Black with #ED474F

Text Example


Text Example

White with #ED474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED474F; }

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

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

background-color css

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

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

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

border-color css

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

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

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