#E23246

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

Shades of Amaranth #E23246

Tints of Amaranth #E23246

Color information

#E23246 (or 0xE23246) is unknown color: approx Amaranth. HEX triplet: E2, 32 and 46. RGB value is (226,50,70). Sum of RGB (Red+Green+Blue) = 226+50+70=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E23246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23246 is #1DCDB9. Grayscale: #696969. Windows color (decimal): -1953210 or 4600546. OLE color: 4600546.

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

Color convert

RGB2265070-
CMYK00.780.690.11
HSL353.18º75.21%54.12%-
HSV(B)353.18º77.88%88.63%-
XYZ33.6118.897.67-
YUV104.9108.31214.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 65.32%
GREEN value IS 50 (19.92% from 255) = 14.45%
BLUE value IS 70 (27.73% from 255) = 20.23%
R=65.32%
G=14.45%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226507000.780.690.11353.1875.2154.12
HexE2324604E45B1614b36
Octal3426210601161051354111366
Binary11100010110010100011001001110100010110111011000011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E23246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E23246; }

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

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

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

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

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

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

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

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