Html Css Color HEX #ED164D Amaranth

📋 copy color: '#ED164D'

red 237 ◦ green 22 ◦ blue 77

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

Shades of Amaranth #ED164D

Tints of Amaranth #ED164D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.55%

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

R = 70.54%
G = 6.55%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED164D (or 0xED164D) is known color: Amaranth. HEX triplet: ED, 16 and 4D. RGB value is (237,22,77). Sum of RGB (Red+Green+Blue) = 237+22+77=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED164D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED164D is #12E9B2. Grayscale: #5C5C5C. Windows color (decimal): -1239475 or 5052141. OLE color: 5052141.

HSL color Cylindrical-coordinate representation of color #ED164D: hue angle of 344.65º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED164D is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 22 77 -
CMYK 0 0.91 0.68 0.07
HSL 344.65º 0.86% 0.51% -
HSV(B) 344.65º 0.91% 0.93% -
XYZ 36.55 19.11 8.78 -
YUV 92.56 119.23 231.03 -
System Red Green Blue C M Y K H S L
Decimal 237 22 77 0 0.91 0.68 0.07 344.65 0.86 0.51
Hex ED 16 4D 0 5B 44 7 159 56 33
Octal 355 26 115 0 133 104 7 531 126 63
Binary 11101101 10110 1001101 0 1011011 1000100 111 101011001 1010110 110011

Color Harmonies of #ED164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED164D

Black with #ED164D

Text Example


Text Example

White with #ED164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED164D; }

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

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

background-color css

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

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

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

border-color css

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

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

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