#E22B4C

Color #E22B4C Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #E22B4C

Tints of Amaranth #E22B4C

Color information

#E22B4C (or 0xE22B4C) is unknown color: approx Amaranth. HEX triplet: E2, 2B and 4C. RGB value is (226,43,76). Sum of RGB (Red+Green+Blue) = 226+43+76=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E22B4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22B4C is #1DD4B3. Grayscale: #656565. Windows color (decimal): -1954996 or 4991970. OLE color: 4991970.

HSL color Cylindrical-coordinate representation of color #E22B4C: hue angle of 349.18º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E22B4C is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB2264376-
CMYK00.810.660.11
HSL349.18º75.93%52.75%-
HSV(B)349.18º80.97%88.63%-
XYZ33.5318.428.63-
YUV101.48113.63216.82-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 65.51%
GREEN value IS 43 (17.19% from 255) = 12.46%
BLUE value IS 76 (30.08% from 255) = 22.03%
R=65.51%
G=12.46%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226437600.810.660.11349.1875.9352.75
HexE22B4C05142B15d4c35
Octal3425311401211021353511465
Binary11100010101011100110001010001100001010111010111011001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E22B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E22B4C; }

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

 H1.HeaderClassName
 {
   color: #E22B4C;
 }
 .AnyTagClassName
 {
   color: #E22B4C;
 }
</style>
background-color css

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

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

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

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

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

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