Html Css Color HEX #ED464D Amaranth

📋 copy color: '#ED464D'

red 237 ◦ green 70 ◦ blue 77

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

Shades of Amaranth #ED464D

Tints of Amaranth #ED464D

RGB

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

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

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

R = 61.72%
G = 18.23%
B = 20.05%

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

#ED464D (or 0xED464D) is known color: Amaranth. HEX triplet: ED, 46 and 4D. RGB value is (237,70,77). Sum of RGB (Red+Green+Blue) = 237+70+77=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED464D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED464D is #12B9B2. Grayscale: #787878. Windows color (decimal): -1227187 or 5064429. OLE color: 5064429.

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

Color convert

RGB 237 70 77 -
CMYK 0 0.70 0.68 0.07
HSL 357.49º 0.82% 0.6% -
HSV(B) 357.49º 0.7% 0.93% -
XYZ 38.45 22.92 9.42 -
YUV 120.73 103.33 210.93 -
System Red Green Blue C M Y K H S L
Decimal 237 70 77 0 0.70 0.68 0.07 357.49 0.82 0.6
Hex ED 46 4D 0 46 44 7 165 52 3C
Octal 355 106 115 0 106 104 7 545 122 74
Binary 11101101 1000110 1001101 0 1000110 1000100 111 101100101 1010010 111100

Color Harmonies of #ED464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED464D

Black with #ED464D

Text Example


Text Example

White with #ED464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED464D; }

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

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

background-color css

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

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

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

border-color css

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

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

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