Html Css Color HEX #ED464C Amaranth

📋 copy color: '#ED464C'

red 237 ◦ green 70 ◦ blue 76

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

Shades of Amaranth #ED464C

Tints of Amaranth #ED464C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.84%

R = 61.88%
G = 18.28%
B = 19.84%

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

#ED464C (or 0xED464C) is known color: Amaranth. HEX triplet: ED, 46 and 4C. RGB value is (237,70,76). Sum of RGB (Red+Green+Blue) = 237+70+76=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED464C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED464C is #12B9B3. Grayscale: #787878. Windows color (decimal): -1227188 or 4998893. OLE color: 4998893.

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

Color convert

RGB 237 70 76 -
CMYK 0 0.70 0.68 0.07
HSL 357.84º 0.82% 0.6% -
HSV(B) 357.84º 0.7% 0.93% -
XYZ 38.42 22.91 9.23 -
YUV 120.62 102.83 211.01 -
System Red Green Blue C M Y K H S L
Decimal 237 70 76 0 0.70 0.68 0.07 357.84 0.82 0.6
Hex ED 46 4C 0 46 44 7 166 52 3C
Octal 355 106 114 0 106 104 7 546 122 74
Binary 11101101 1000110 1001100 0 1000110 1000100 111 101100110 1010010 111100

Color Harmonies of #ED464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED464C

Black with #ED464C

Text Example


Text Example

White with #ED464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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