#E23A49

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

Shades of Amaranth #E23A49

Tints of Amaranth #E23A49

Color information

#E23A49 (or 0xE23A49) is unknown color: approx Amaranth. HEX triplet: E2, 3A and 49. RGB value is (226,58,73). Sum of RGB (Red+Green+Blue) = 226+58+73=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E23A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23A49 is #1DC5B6. Grayscale: #6E6E6E. Windows color (decimal): -1951159 or 4799202. OLE color: 4799202.

HSL color Cylindrical-coordinate representation of color #E23A49: hue angle of 354.64º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E23A49 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB2265873-
CMYK00.740.680.11
HSL354.64º74.34%55.69%-
HSV(B)354.64º74.34%88.63%-
XYZ34.0819.688.3-
YUV109.94107.16210.78-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 63.31%
GREEN value IS 58 (23.05% from 255) = 16.25%
BLUE value IS 73 (28.91% from 255) = 20.45%
R=63.31%
G=16.25%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226587300.740.680.11354.6474.3455.69
HexE23A4904A44B1634a38
Octal3427211101121041354311270
Binary11100010111010100100101001010100010010111011000111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E23A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E23A49; }

 p { color: rgb(226,58,73); }

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

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

 a { background-color: rgb(226,58,73); }

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

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

 span { border-color: rgb(226,58,73); }

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