Html Css Color HEX #ED204F Amaranth

📋 copy color: '#ED204F'

red 237 ◦ green 32 ◦ blue 79

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

Shades of Amaranth #ED204F

Tints of Amaranth #ED204F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.7%

R = 68.1%
G = 9.2%
B = 22.7%

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

#ED204F (or 0xED204F) is known color: Amaranth. HEX triplet: ED, 20 and 4F. RGB value is (237,32,79). Sum of RGB (Red+Green+Blue) = 237+32+79=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED204F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED204F is #12DFB0. Grayscale: #626262. Windows color (decimal): -1236913 or 5185773. OLE color: 5185773.

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

Color convert

RGB 237 32 79 -
CMYK 0 0.86 0.67 0.07
HSL 346.24º 0.85% 0.53% -
HSV(B) 346.24º 0.86% 0.93% -
XYZ 36.85 19.6 9.24 -
YUV 98.65 116.92 226.68 -
System Red Green Blue C M Y K H S L
Decimal 237 32 79 0 0.86 0.67 0.07 346.24 0.85 0.53
Hex ED 20 4F 0 56 43 7 15A 55 35
Octal 355 40 117 0 126 103 7 532 125 65
Binary 11101101 100000 1001111 0 1010110 1000011 111 101011010 1010101 110101

Color Harmonies of #ED204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED204F

Black with #ED204F

Text Example


Text Example

White with #ED204F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED204F; }

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

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

background-color css

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

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

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

border-color css

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

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

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