Html Css Color HEX #ED204D Amaranth

📋 copy color: '#ED204D'

red 237 ◦ green 32 ◦ blue 77

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

Shades of Amaranth #ED204D

Tints of Amaranth #ED204D

RGB

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

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

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

R = 68.5%
G = 9.25%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED204D (or 0xED204D) is known color: Amaranth. HEX triplet: ED, 20 and 4D. RGB value is (237,32,77). Sum of RGB (Red+Green+Blue) = 237+32+77=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED204D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED204D is #12DFB2. Grayscale: #626262. Windows color (decimal): -1236915 or 5054701. OLE color: 5054701.

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

Color convert

RGB 237 32 77 -
CMYK 0 0.86 0.68 0.07
HSL 346.83º 0.85% 0.53% -
HSV(B) 346.83º 0.86% 0.93% -
XYZ 36.78 19.57 8.86 -
YUV 98.43 115.92 226.84 -
System Red Green Blue C M Y K H S L
Decimal 237 32 77 0 0.86 0.68 0.07 346.83 0.85 0.53
Hex ED 20 4D 0 56 44 7 15B 55 35
Octal 355 40 115 0 126 104 7 533 125 65
Binary 11101101 100000 1001101 0 1010110 1000100 111 101011011 1010101 110101

Color Harmonies of #ED204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED204D

Black with #ED204D

Text Example


Text Example

White with #ED204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED204D; }

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

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

background-color css

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

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

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

border-color css

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

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

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