Html Css Color HEX #ED414A Amaranth

📋 copy color: '#ED414A'

red 237 ◦ green 65 ◦ blue 74

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

Shades of Amaranth #ED414A

Tints of Amaranth #ED414A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.29%

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

R = 63.03%
G = 17.29%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED414A (or 0xED414A) is known color: Amaranth. HEX triplet: ED, 41 and 4A. RGB value is (237,65,74). Sum of RGB (Red+Green+Blue) = 237+65+74=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED414A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED414A is #12BEB5. Grayscale: #757575. Windows color (decimal): -1228470 or 4866541. OLE color: 4866541.

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

Color convert

RGB 237 65 74 -
CMYK 0 0.73 0.69 0.07
HSL 356.86º 0.83% 0.59% -
HSV(B) 356.86º 0.73% 0.93% -
XYZ 38.05 22.28 8.77 -
YUV 117.45 103.48 213.27 -
System Red Green Blue C M Y K H S L
Decimal 237 65 74 0 0.73 0.69 0.07 356.86 0.83 0.59
Hex ED 41 4A 0 49 45 7 165 53 3B
Octal 355 101 112 0 111 105 7 545 123 73
Binary 11101101 1000001 1001010 0 1001001 1000101 111 101100101 1010011 111011

Color Harmonies of #ED414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED414A

Black with #ED414A

Text Example


Text Example

White with #ED414A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED414A; }

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

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

background-color css

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

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

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

border-color css

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

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

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