#E23449

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

Shades of Amaranth #E23449

Tints of Amaranth #E23449

Color information

#E23449 (or 0xE23449) is unknown color: approx Amaranth. HEX triplet: E2, 34 and 49. RGB value is (226,52,73). Sum of RGB (Red+Green+Blue) = 226+52+73=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E23449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23449 is #1DCBB6. Grayscale: #6A6A6A. Windows color (decimal): -1952695 or 4797666. OLE color: 4797666.

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

Color convert

RGB2265273-
CMYK00.770.680.11
HSL352.76º75%54.51%-
HSV(B)352.76º76.99%88.63%-
XYZ33.7919.118.21-
YUV106.42109.15213.29-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 64.39%
GREEN value IS 52 (20.70% from 255) = 14.81%
BLUE value IS 73 (28.91% from 255) = 20.80%
R=64.39%
G=14.81%
B=20.80%

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
Decimal226527300.770.680.11352.767554.51
HexE2344904D44B1614b37
Octal3426411101151041354111367
Binary11100010110100100100101001101100010010111011000011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E23449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E23449; }

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

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

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

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

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

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

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

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