Html Css Color HEX #ED464E Amaranth

📋 copy color: '#ED464E'

red 237 ◦ green 70 ◦ blue 78

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

Shades of Amaranth #ED464E

Tints of Amaranth #ED464E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.18%

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

R = 61.56%
G = 18.18%
B = 20.26%

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

#ED464E (or 0xED464E) is known color: Amaranth. HEX triplet: ED, 46 and 4E. RGB value is (237,70,78). Sum of RGB (Red+Green+Blue) = 237+70+78=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED464E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED464E is #12B9B1. Grayscale: #787878. Windows color (decimal): -1227186 or 5129965. OLE color: 5129965.

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

Color convert

RGB 237 70 78 -
CMYK 0 0.70 0.67 0.07
HSL 357.13º 0.82% 0.6% -
HSV(B) 357.13º 0.7% 0.93% -
XYZ 38.49 22.93 9.61 -
YUV 120.85 103.83 210.85 -
System Red Green Blue C M Y K H S L
Decimal 237 70 78 0 0.70 0.67 0.07 357.13 0.82 0.6
Hex ED 46 4E 0 46 43 7 165 52 3C
Octal 355 106 116 0 106 103 7 545 122 74
Binary 11101101 1000110 1001110 0 1000110 1000011 111 101100101 1010010 111100

Color Harmonies of #ED464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED464E

Black with #ED464E

Text Example


Text Example

White with #ED464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED464E; }

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

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

background-color css

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

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

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

border-color css

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

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

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