Html Css Color HEX #ED204E Amaranth

📋 copy color: '#ED204E'

red 237 ◦ green 32 ◦ blue 78

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

Shades of Amaranth #ED204E

Tints of Amaranth #ED204E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.48%

R = 68.3%
G = 9.22%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED204E (or 0xED204E) is known color: Amaranth. HEX triplet: ED, 20 and 4E. RGB value is (237,32,78). Sum of RGB (Red+Green+Blue) = 237+32+78=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED204E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED204E is #12DFB1. Grayscale: #626262. Windows color (decimal): -1236914 or 5120237. OLE color: 5120237.

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

Color convert

RGB 237 32 78 -
CMYK 0 0.86 0.67 0.07
HSL 346.54º 0.85% 0.53% -
HSV(B) 346.54º 0.86% 0.93% -
XYZ 36.82 19.59 9.05 -
YUV 98.54 116.42 226.76 -
System Red Green Blue C M Y K H S L
Decimal 237 32 78 0 0.86 0.67 0.07 346.54 0.85 0.53
Hex ED 20 4E 0 56 43 7 15B 55 35
Octal 355 40 116 0 126 103 7 533 125 65
Binary 11101101 100000 1001110 0 1010110 1000011 111 101011011 1010101 110101

Color Harmonies of #ED204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED204E

Black with #ED204E

Text Example


Text Example

White with #ED204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED204E; }

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

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

background-color css

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

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

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

border-color css

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

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

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