Html Css Color HEX #ED224F Amaranth

📋 copy color: '#ED224F'

red 237 ◦ green 34 ◦ blue 79

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

Shades of Amaranth #ED224F

Tints of Amaranth #ED224F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.57%

R = 67.71%
G = 9.71%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED224F (or 0xED224F) is known color: Amaranth. HEX triplet: ED, 22 and 4F. RGB value is (237,34,79). Sum of RGB (Red+Green+Blue) = 237+34+79=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED224F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED224F is #12DDB0. Grayscale: #636363. Windows color (decimal): -1236401 or 5186285. OLE color: 5186285.

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

Color convert

RGB 237 34 79 -
CMYK 0 0.86 0.67 0.07
HSL 346.7º 0.85% 0.53% -
HSV(B) 346.7º 0.86% 0.93% -
XYZ 36.91 19.71 9.26 -
YUV 99.83 116.25 225.84 -
System Red Green Blue C M Y K H S L
Decimal 237 34 79 0 0.86 0.67 0.07 346.7 0.85 0.53
Hex ED 22 4F 0 56 43 7 15B 55 35
Octal 355 42 117 0 126 103 7 533 125 65
Binary 11101101 100010 1001111 0 1010110 1000011 111 101011011 1010101 110101

Color Harmonies of #ED224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED224F

Black with #ED224F

Text Example


Text Example

White with #ED224F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED224F; }

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

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

background-color css

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

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

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

border-color css

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

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

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