Html Css Color HEX #E22349 Amaranth

📋 copy color: '#E22349'

red 226 ◦ green 35 ◦ blue 73

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

Shades of Amaranth #E22349

Tints of Amaranth #E22349

RGB

 RED value IS 226 (88.67% from 255) = 67.66%

 GREEN value IS 35 (14.06% from 255) = 10.48%

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

R = 67.66%
G = 10.48%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E22349 (or 0xE22349) is known color: Amaranth. HEX triplet: E2, 23 and 49. RGB value is (226,35,73). Sum of RGB (Red+Green+Blue) = 226+35+73=334 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.66% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 226 - color contains mainly: red. Hex color #E22349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22349 is #1DDCB6. Grayscale: #606060. Windows color (decimal): -1957047 or 4793314. OLE color: 4793314.

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

Color convert

RGB 226 35 73 -
CMYK 0 0.85 0.68 0.11
HSL 348.06º 0.77% 0.51% -
HSV(B) 348.06º 0.85% 0.89% -
XYZ 33.17 17.85 8 -
YUV 96.44 114.78 220.41 -
System Red Green Blue C M Y K H S L
Decimal 226 35 73 0 0.85 0.68 0.11 348.06 0.77 0.51
Hex E2 23 49 0 55 44 B 15C 4D 33
Octal 342 43 111 0 125 104 13 534 115 63
Binary 11100010 100011 1001001 0 1010101 1000100 1011 101011100 1001101 110011

Color Harmonies of #E22349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22349

Black with #E22349

Text Example


Text Example

White with #E22349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22349; }

 p { color: rgb(226,35,73); }

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

background-color css

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

 a { background-color: rgb(226,35,73); }

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

border-color css

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

 span { border-color: rgb(226,35,73); }

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