Html Css Color HEX #ED224C Amaranth

📋 copy color: '#ED224C'

red 237 ◦ green 34 ◦ blue 76

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

Shades of Amaranth #ED224C

Tints of Amaranth #ED224C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.9%

R = 68.3%
G = 9.8%
B = 21.9%

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

#ED224C (or 0xED224C) is known color: Amaranth. HEX triplet: ED, 22 and 4C. RGB value is (237,34,76). Sum of RGB (Red+Green+Blue) = 237+34+76=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED224C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED224C is #12DDB3. Grayscale: #636363. Windows color (decimal): -1236404 or 4989677. OLE color: 4989677.

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

Color convert

RGB 237 34 76 -
CMYK 0 0.86 0.68 0.07
HSL 347.59º 0.85% 0.53% -
HSV(B) 347.59º 0.86% 0.93% -
XYZ 36.8 19.67 8.69 -
YUV 99.49 114.75 226.08 -
System Red Green Blue C M Y K H S L
Decimal 237 34 76 0 0.86 0.68 0.07 347.59 0.85 0.53
Hex ED 22 4C 0 56 44 7 15C 55 35
Octal 355 42 114 0 126 104 7 534 125 65
Binary 11101101 100010 1001100 0 1010110 1000100 111 101011100 1010101 110101

Color Harmonies of #ED224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED224C

Black with #ED224C

Text Example


Text Example

White with #ED224C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED224C; }

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

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

background-color css

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

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

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

border-color css

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

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

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