Html Css Color HEX #ED2349 Amaranth

📋 copy color: '#ED2349'

red 237 ◦ green 35 ◦ blue 73

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

Shades of Amaranth #ED2349

Tints of Amaranth #ED2349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.14%

 BLUE value IS 73 (28.91% from 255) = 21.16%

R = 68.7%
G = 10.14%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED2349 (or 0xED2349) is known color: Amaranth. HEX triplet: ED, 23 and 49. RGB value is (237,35,73). Sum of RGB (Red+Green+Blue) = 237+35+73=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2349 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2349 is #12DCB6. Grayscale: #636363. Windows color (decimal): -1236151 or 4793325. OLE color: 4793325.

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

Color convert

RGB 237 35 73 -
CMYK 0 0.85 0.69 0.07
HSL 348.71º 0.85% 0.53% -
HSV(B) 348.71º 0.85% 0.93% -
XYZ 36.73 19.69 8.17 -
YUV 99.73 112.92 225.91 -
System Red Green Blue C M Y K H S L
Decimal 237 35 73 0 0.85 0.69 0.07 348.71 0.85 0.53
Hex ED 23 49 0 55 45 7 15D 55 35
Octal 355 43 111 0 125 105 7 535 125 65
Binary 11101101 100011 1001001 0 1010101 1000101 111 101011101 1010101 110101

Color Harmonies of #ED2349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2349

Black with #ED2349

Text Example


Text Example

White with #ED2349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2349; }

 p { color: rgb(237,35,73); }

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

background-color css

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

 a { background-color: rgb(237,35,73); }

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

border-color css

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

 span { border-color: rgb(237,35,73); }

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