Html Css Color HEX #ED224D Amaranth

📋 copy color: '#ED224D'

red 237 ◦ green 34 ◦ blue 77

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

Shades of Amaranth #ED224D

Tints of Amaranth #ED224D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.13%

R = 68.1%
G = 9.77%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED224D (or 0xED224D) is known color: Amaranth. HEX triplet: ED, 22 and 4D. RGB value is (237,34,77). Sum of RGB (Red+Green+Blue) = 237+34+77=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED224D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED224D is #12DDB2. Grayscale: #636363. Windows color (decimal): -1236403 or 5055213. OLE color: 5055213.

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

Color convert

RGB 237 34 77 -
CMYK 0 0.86 0.68 0.07
HSL 347.29º 0.85% 0.53% -
HSV(B) 347.29º 0.86% 0.93% -
XYZ 36.84 19.68 8.88 -
YUV 99.6 115.25 226 -
System Red Green Blue C M Y K H S L
Decimal 237 34 77 0 0.86 0.68 0.07 347.29 0.85 0.53
Hex ED 22 4D 0 56 44 7 15B 55 35
Octal 355 42 115 0 126 104 7 533 125 65
Binary 11101101 100010 1001101 0 1010110 1000100 111 101011011 1010101 110101

Color Harmonies of #ED224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED224D

Black with #ED224D

Text Example


Text Example

White with #ED224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED224D; }

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

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

background-color css

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

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

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

border-color css

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

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

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