Html Css Color HEX #ED224B Amaranth

📋 copy color: '#ED224B'

red 237 ◦ green 34 ◦ blue 75

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

Shades of Amaranth #ED224B

Tints of Amaranth #ED224B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.68%

R = 68.5%
G = 9.83%
B = 21.68%

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

#ED224B (or 0xED224B) is known color: Amaranth. HEX triplet: ED, 22 and 4B. RGB value is (237,34,75). Sum of RGB (Red+Green+Blue) = 237+34+75=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED224B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED224B is #12DDB4. Grayscale: #636363. Windows color (decimal): -1236405 or 4924141. OLE color: 4924141.

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

Color convert

RGB 237 34 75 -
CMYK 0 0.86 0.68 0.07
HSL 347.88º 0.85% 0.53% -
HSV(B) 347.88º 0.86% 0.93% -
XYZ 36.77 19.66 8.51 -
YUV 99.37 114.25 226.17 -
System Red Green Blue C M Y K H S L
Decimal 237 34 75 0 0.86 0.68 0.07 347.88 0.85 0.53
Hex ED 22 4B 0 56 44 7 15C 55 35
Octal 355 42 113 0 126 104 7 534 125 65
Binary 11101101 100010 1001011 0 1010110 1000100 111 101011100 1010101 110101

Color Harmonies of #ED224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED224B

Black with #ED224B

Text Example


Text Example

White with #ED224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED224B; }

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

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

background-color css

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

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

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

border-color css

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

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

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