Html Css Color HEX #E42D49 Amaranth

📋 copy color: '#E42D49'

red 228 ◦ green 45 ◦ blue 73

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

Shades of Amaranth #E42D49

Tints of Amaranth #E42D49

RGB

 RED value IS 228 (89.45% from 255) = 65.9%

 GREEN value IS 45 (17.97% from 255) = 13.01%

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

R = 65.9%
G = 13.01%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E42D49 (or 0xE42D49) is known color: Amaranth. HEX triplet: E4, 2D and 49. RGB value is (228,45,73). Sum of RGB (Red+Green+Blue) = 228+45+73=346 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.90% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 228 - color contains mainly: red. Hex color #E42D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42D49 is #1BD2B6. Grayscale: #666666. Windows color (decimal): -1823415 or 4795876. OLE color: 4795876.

HSL color Cylindrical-coordinate representation of color #E42D49: hue angle of 350.82º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E42D49 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 45 73 -
CMYK 0 0.80 0.68 0.11
HSL 350.82º 0.77% 0.54% -
HSV(B) 350.82º 0.8% 0.89% -
XYZ 34.14 18.85 8.14 -
YUV 102.91 111.13 217.22 -
System Red Green Blue C M Y K H S L
Decimal 228 45 73 0 0.80 0.68 0.11 350.82 0.77 0.54
Hex E4 2D 49 0 50 44 B 15F 4D 36
Octal 344 55 111 0 120 104 13 537 115 66
Binary 11100100 101101 1001001 0 1010000 1000100 1011 101011111 1001101 110110

Color Harmonies of #E42D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42D49

Black with #E42D49

Text Example


Text Example

White with #E42D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42D49; }

 p { color: rgb(228,45,73); }

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

background-color css

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

 a { background-color: rgb(228,45,73); }

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

border-color css

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

 span { border-color: rgb(228,45,73); }

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