Html Css Color HEX #E2224C Amaranth

📋 copy color: '#E2224C'

red 226 ◦ green 34 ◦ blue 76

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

Shades of Amaranth #E2224C

Tints of Amaranth #E2224C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.62%

R = 67.26%
G = 10.12%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2224C (or 0xE2224C) is known color: Amaranth. HEX triplet: E2, 22 and 4C. RGB value is (226,34,76). Sum of RGB (Red+Green+Blue) = 226+34+76=336 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.26% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 226 - color contains mainly: red. Hex color #E2224C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2224C is #1DDDB3. Grayscale: #606060. Windows color (decimal): -1957300 or 4989666. OLE color: 4989666.

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

Color convert

RGB 226 34 76 -
CMYK 0 0.85 0.66 0.11
HSL 346.88º 0.77% 0.51% -
HSV(B) 346.88º 0.85% 0.89% -
XYZ 33.24 17.83 8.53 -
YUV 96.2 116.61 220.58 -
System Red Green Blue C M Y K H S L
Decimal 226 34 76 0 0.85 0.66 0.11 346.88 0.77 0.51
Hex E2 22 4C 0 55 42 B 15B 4D 33
Octal 342 42 114 0 125 102 13 533 115 63
Binary 11100010 100010 1001100 0 1010101 1000010 1011 101011011 1001101 110011

Color Harmonies of #E2224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2224C

Black with #E2224C

Text Example


Text Example

White with #E2224C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2224C; }

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

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

background-color css

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

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

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

border-color css

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

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

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