Html Css Color HEX #E22046 Amaranth

📋 copy color: '#E22046'

red 226 ◦ green 32 ◦ blue 70

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

Shades of Amaranth #E22046

Tints of Amaranth #E22046

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.76%

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

R = 68.9%
G = 9.76%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E22046 (or 0xE22046) is known color: Amaranth. HEX triplet: E2, 20 and 46. RGB value is (226,32,70). Sum of RGB (Red+Green+Blue) = 226+32+70=328 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.90% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 226 - color contains mainly: red. Hex color #E22046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22046 is #1DDFB9. Grayscale: #5E5E5E. Windows color (decimal): -1957818 or 4595938. OLE color: 4595938.

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

Color convert

RGB 226 32 70 -
CMYK 0 0.86 0.69 0.11
HSL 348.25º 0.77% 0.51% -
HSV(B) 348.25º 0.86% 0.89% -
XYZ 32.99 17.64 7.46 -
YUV 94.34 114.27 221.91 -
System Red Green Blue C M Y K H S L
Decimal 226 32 70 0 0.86 0.69 0.11 348.25 0.77 0.51
Hex E2 20 46 0 56 45 B 15C 4D 33
Octal 342 40 106 0 126 105 13 534 115 63
Binary 11100010 100000 1000110 0 1010110 1000101 1011 101011100 1001101 110011

Color Harmonies of #E22046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22046

Black with #E22046

Text Example


Text Example

White with #E22046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22046; }

 p { color: rgb(226,32,70); }

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

background-color css

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

 a { background-color: rgb(226,32,70); }

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

border-color css

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

 span { border-color: rgb(226,32,70); }

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