Html Css Color HEX #E61D49 Amaranth

📋 copy color: '#E61D49'

red 230 ◦ green 29 ◦ blue 73

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

Shades of Amaranth #E61D49

Tints of Amaranth #E61D49

RGB

 RED value IS 230 (90.23% from 255) = 69.28%

 GREEN value IS 29 (11.72% from 255) = 8.73%

 BLUE value IS 73 (28.91% from 255) = 21.99%

R = 69.28%
G = 8.73%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E61D49 (or 0xE61D49) is known color: Amaranth. HEX triplet: E6, 1D and 49. RGB value is (230,29,73). Sum of RGB (Red+Green+Blue) = 230+29+73=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E61D49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61D49 is #19E2B6. Grayscale: #5E5E5E. Windows color (decimal): -1696439 or 4791782. OLE color: 4791782.

HSL color Cylindrical-coordinate representation of color #E61D49: hue angle of 346.87º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61D49 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 29 73 -
CMYK 0 0.87 0.68 0.10
HSL 346.87º 0.8% 0.51% -
HSV(B) 346.87º 0.87% 0.9% -
XYZ 34.28 18.18 8.01 -
YUV 94.12 116.09 224.92 -
System Red Green Blue C M Y K H S L
Decimal 230 29 73 0 0.87 0.68 0.10 346.87 0.8 0.51
Hex E6 1D 49 0 57 44 A 15B 50 33
Octal 346 35 111 0 127 104 12 533 120 63
Binary 11100110 11101 1001001 0 1010111 1000100 1010 101011011 1010000 110011

Color Harmonies of #E61D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61D49

Black with #E61D49

Text Example


Text Example

White with #E61D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61D49; }

 p { color: rgb(230,29,73); }

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

background-color css

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

 a { background-color: rgb(230,29,73); }

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

border-color css

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

 span { border-color: rgb(230,29,73); }

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