Html Css Color HEX #ED214A Amaranth

📋 copy color: '#ED214A'

red 237 ◦ green 33 ◦ blue 74

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

Shades of Amaranth #ED214A

Tints of Amaranth #ED214A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.59%

 BLUE value IS 74 (29.3% from 255) = 21.51%

R = 68.9%
G = 9.59%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED214A (or 0xED214A) is known color: Amaranth. HEX triplet: ED, 21 and 4A. RGB value is (237,33,74). Sum of RGB (Red+Green+Blue) = 237+33+74=344 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.90% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 237 - color contains mainly: red. Hex color #ED214A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED214A is #12DEB5. Grayscale: #626262. Windows color (decimal): -1236662 or 4858349. OLE color: 4858349.

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

Color convert

RGB 237 33 74 -
CMYK 0 0.86 0.69 0.07
HSL 347.94º 0.85% 0.53% -
HSV(B) 347.94º 0.86% 0.93% -
XYZ 36.7 19.59 8.32 -
YUV 98.67 114.09 226.67 -
System Red Green Blue C M Y K H S L
Decimal 237 33 74 0 0.86 0.69 0.07 347.94 0.85 0.53
Hex ED 21 4A 0 56 45 7 15C 55 35
Octal 355 41 112 0 126 105 7 534 125 65
Binary 11101101 100001 1001010 0 1010110 1000101 111 101011100 1010101 110101

Color Harmonies of #ED214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED214A

Black with #ED214A

Text Example


Text Example

White with #ED214A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED214A; }

 p { color: rgb(237,33,74); }

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

background-color css

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

 a { background-color: rgb(237,33,74); }

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

border-color css

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

 span { border-color: rgb(237,33,74); }

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