Html Css Color HEX #E03446 Amaranth

📋 copy color: '#E03446'

red 224 ◦ green 52 ◦ blue 70

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

Shades of Amaranth #E03446

Tints of Amaranth #E03446

RGB

 RED value IS 224 (87.89% from 255) = 64.74%

 GREEN value IS 52 (20.7% from 255) = 15.03%

 BLUE value IS 70 (27.73% from 255) = 20.23%

R = 64.74%
G = 15.03%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E03446 (or 0xE03446) is known color: Amaranth. HEX triplet: E0, 34 and 46. RGB value is (224,52,70). Sum of RGB (Red+Green+Blue) = 224+52+70=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E03446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03446 is #1FCBB9. Grayscale: #696969. Windows color (decimal): -2083770 or 4601056. OLE color: 4601056.

HSL color Cylindrical-coordinate representation of color #E03446: hue angle of 353.72º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E03446 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 52 70 -
CMYK 0 0.77 0.69 0.12
HSL 353.72º 0.74% 0.54% -
HSV(B) 353.72º 0.77% 0.88% -
XYZ 33.07 18.75 7.67 -
YUV 105.48 107.98 212.54 -
System Red Green Blue C M Y K H S L
Decimal 224 52 70 0 0.77 0.69 0.12 353.72 0.74 0.54
Hex E0 34 46 0 4D 45 C 162 4A 36
Octal 340 64 106 0 115 105 14 542 112 66
Binary 11100000 110100 1000110 0 1001101 1000101 1100 101100010 1001010 110110

Color Harmonies of #E03446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03446

Black with #E03446

Text Example


Text Example

White with #E03446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03446; }

 p { color: rgb(224,52,70); }

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

background-color css

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

 a { background-color: rgb(224,52,70); }

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

border-color css

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

 span { border-color: rgb(224,52,70); }

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