Html Css Color HEX #ED294A Amaranth

📋 copy color: '#ED294A'

red 237 ◦ green 41 ◦ blue 74

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

Shades of Amaranth #ED294A

Tints of Amaranth #ED294A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.65%

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

R = 67.33%
G = 11.65%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED294A (or 0xED294A) is known color: Amaranth. HEX triplet: ED, 29 and 4A. RGB value is (237,41,74). Sum of RGB (Red+Green+Blue) = 237+41+74=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED294A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED294A is #12D6B5. Grayscale: #676767. Windows color (decimal): -1234614 or 4860397. OLE color: 4860397.

HSL color Cylindrical-coordinate representation of color #ED294A: hue angle of 349.9º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED294A is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 41 74 -
CMYK 0 0.83 0.69 0.07
HSL 349.9º 0.84% 0.55% -
HSV(B) 349.9º 0.83% 0.93% -
XYZ 36.95 20.08 8.41 -
YUV 103.37 111.43 223.32 -
System Red Green Blue C M Y K H S L
Decimal 237 41 74 0 0.83 0.69 0.07 349.9 0.84 0.55
Hex ED 29 4A 0 53 45 7 15E 54 37
Octal 355 51 112 0 123 105 7 536 124 67
Binary 11101101 101001 1001010 0 1010011 1000101 111 101011110 1010100 110111

Color Harmonies of #ED294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED294A

Black with #ED294A

Text Example


Text Example

White with #ED294A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED294A; }

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

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

background-color css

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

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

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

border-color css

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

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

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