Html Css Color HEX #ED204A Amaranth

📋 copy color: '#ED204A'

red 237 ◦ green 32 ◦ blue 74

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

Shades of Amaranth #ED204A

Tints of Amaranth #ED204A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.33%

 BLUE value IS 74 (29.3% from 255) = 21.57%

R = 69.1%
G = 9.33%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED204A (or 0xED204A) is known color: Amaranth. HEX triplet: ED, 20 and 4A. RGB value is (237,32,74). Sum of RGB (Red+Green+Blue) = 237+32+74=343 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.10% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 237 - color contains mainly: red. Hex color #ED204A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED204A is #12DFB5. Grayscale: #626262. Windows color (decimal): -1236918 or 4858093. OLE color: 4858093.

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

Color convert

RGB 237 32 74 -
CMYK 0 0.86 0.69 0.07
HSL 347.71º 0.85% 0.53% -
HSV(B) 347.71º 0.86% 0.93% -
XYZ 36.68 19.53 8.32 -
YUV 98.08 114.42 227.08 -
System Red Green Blue C M Y K H S L
Decimal 237 32 74 0 0.86 0.69 0.07 347.71 0.85 0.53
Hex ED 20 4A 0 56 45 7 15C 55 35
Octal 355 40 112 0 126 105 7 534 125 65
Binary 11101101 100000 1001010 0 1010110 1000101 111 101011100 1010101 110101

Color Harmonies of #ED204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED204A

Black with #ED204A

Text Example


Text Example

White with #ED204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED204A; }

 p { color: rgb(237,32,74); }

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

background-color css

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

 a { background-color: rgb(237,32,74); }

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

border-color css

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

 span { border-color: rgb(237,32,74); }

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