Html Css Color HEX #E2224E Amaranth

📋 copy color: '#E2224E'

red 226 ◦ green 34 ◦ blue 78

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

Shades of Amaranth #E2224E

Tints of Amaranth #E2224E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.06%

 BLUE value IS 78 (30.86% from 255) = 23.08%

R = 66.86%
G = 10.06%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E2224E (or 0xE2224E) is known color: Amaranth. HEX triplet: E2, 22 and 4E. RGB value is (226,34,78). Sum of RGB (Red+Green+Blue) = 226+34+78=338 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.86% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 226 - color contains mainly: red. Hex color #E2224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2224E is #1DDDB1. Grayscale: #606060. Windows color (decimal): -1957298 or 5120738. OLE color: 5120738.

HSL color Cylindrical-coordinate representation of color #E2224E: hue angle of 346.25º 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 #E2224E is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 34 78 -
CMYK 0 0.85 0.65 0.11
HSL 346.25º 0.77% 0.51% -
HSV(B) 346.25º 0.85% 0.89% -
XYZ 33.31 17.86 8.9 -
YUV 96.42 117.61 220.42 -
System Red Green Blue C M Y K H S L
Decimal 226 34 78 0 0.85 0.65 0.11 346.25 0.77 0.51
Hex E2 22 4E 0 55 41 B 15A 4D 33
Octal 342 42 116 0 125 101 13 532 115 63
Binary 11100010 100010 1001110 0 1010101 1000001 1011 101011010 1001101 110011

Color Harmonies of #E2224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2224E

Black with #E2224E

Text Example


Text Example

White with #E2224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2224E; }

 p { color: rgb(226,34,78); }

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

background-color css

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

 a { background-color: rgb(226,34,78); }

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

border-color css

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

 span { border-color: rgb(226,34,78); }

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