Html Css Color HEX #ED2246 Amaranth

📋 copy color: '#ED2246'

red 237 ◦ green 34 ◦ blue 70

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

Shades of Amaranth #ED2246

Tints of Amaranth #ED2246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.97%

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

R = 69.5%
G = 9.97%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED2246 (or 0xED2246) is known color: Amaranth. HEX triplet: ED, 22 and 46. RGB value is (237,34,70). Sum of RGB (Red+Green+Blue) = 237+34+70=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2246 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2246 is #12DDB9. Grayscale: #626262. Windows color (decimal): -1236410 or 4596461. OLE color: 4596461.

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

Color convert

RGB 237 34 70 -
CMYK 0 0.86 0.70 0.07
HSL 349.36º 0.85% 0.53% -
HSV(B) 349.36º 0.86% 0.93% -
XYZ 36.6 19.59 7.65 -
YUV 98.8 111.75 226.57 -
System Red Green Blue C M Y K H S L
Decimal 237 34 70 0 0.86 0.70 0.07 349.36 0.85 0.53
Hex ED 22 46 0 56 46 7 15D 55 35
Octal 355 42 106 0 126 106 7 535 125 65
Binary 11101101 100010 1000110 0 1010110 1000110 111 101011101 1010101 110101

Color Harmonies of #ED2246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2246

Black with #ED2246

Text Example


Text Example

White with #ED2246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2246; }

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

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

background-color css

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

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

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

border-color css

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

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

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