Html Css Color HEX #ED2346 Amaranth

📋 copy color: '#ED2346'

red 237 ◦ green 35 ◦ blue 70

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

Shades of Amaranth #ED2346

Tints of Amaranth #ED2346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.47%

R = 69.3%
G = 10.23%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED2346 (or 0xED2346) is known color: Amaranth. HEX triplet: ED, 23 and 46. RGB value is (237,35,70). Sum of RGB (Red+Green+Blue) = 237+35+70=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2346 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2346 is #12DCB9. Grayscale: #636363. Windows color (decimal): -1236154 or 4596717. OLE color: 4596717.

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

Color convert

RGB 237 35 70 -
CMYK 0 0.85 0.70 0.07
HSL 349.6º 0.85% 0.53% -
HSV(B) 349.6º 0.85% 0.93% -
XYZ 36.63 19.65 7.66 -
YUV 99.39 111.42 226.15 -
System Red Green Blue C M Y K H S L
Decimal 237 35 70 0 0.85 0.70 0.07 349.6 0.85 0.53
Hex ED 23 46 0 55 46 7 15E 55 35
Octal 355 43 106 0 125 106 7 536 125 65
Binary 11101101 100011 1000110 0 1010101 1000110 111 101011110 1010101 110101

Color Harmonies of #ED2346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2346

Black with #ED2346

Text Example


Text Example

White with #ED2346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2346; }

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

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

background-color css

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

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

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

border-color css

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

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

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