#E23349

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

Shades of Amaranth #E23349

Tints of Amaranth #E23349

Color information

#E23349 (or 0xE23349) is unknown color: approx Amaranth. HEX triplet: E2, 33 and 49. RGB value is (226,51,73). Sum of RGB (Red+Green+Blue) = 226+51+73=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E23349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23349 is #1DCCB6. Grayscale: #696969. Windows color (decimal): -1952951 or 4797410. OLE color: 4797410.

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

Color convert

RGB2265173-
CMYK00.770.680.11
HSL352.46º75.11%54.31%-
HSV(B)352.46º77.43%88.63%-
XYZ33.7519.028.2-
YUV105.83109.48213.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 64.57%
GREEN value IS 51 (20.31% from 255) = 14.57%
BLUE value IS 73 (28.91% from 255) = 20.86%
R=64.57%
G=14.57%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226517300.770.680.11352.4675.1154.31
HexE2334904D44B1604b36
Octal3426311101151041354011366
Binary11100010110011100100101001101100010010111011000001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E23349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E23349; }

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

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

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

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

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

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

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

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