#E23D56

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

Shades of Amaranth #E23D56

Tints of Amaranth #E23D56

Color information

#E23D56 (or 0xE23D56) is unknown color: approx Amaranth. HEX triplet: E2, 3D and 56. RGB value is (226,61,86). Sum of RGB (Red+Green+Blue) = 226+61+86=373 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.59% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 226 - color contains mainly: red. Hex color #E23D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E23D56 is #1DC2A9. Grayscale: #717171. Windows color (decimal): -1950378 or 5651938. OLE color: 5651938.

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

Color convert

RGB2266186-
CMYK00.730.620.11
HSL350.91º73.99%56.27%-
HSV(B)350.91º73.01%88.63%-
XYZ34.7120.1810.87-
YUV113.18112.66208.47-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 60.59%
GREEN value IS 61 (24.22% from 255) = 16.35%
BLUE value IS 86 (33.98% from 255) = 23.06%
R=60.59%
G=16.35%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226618600.730.620.11350.9173.9956.27
HexE23D560493EB15f4a38
Octal342751260111761353711270
Binary1110001011110110101100100100111111010111010111111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E23D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E23D56; }

 p { color: rgb(226,61,86); }

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

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

 a { background-color: rgb(226,61,86); }

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

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

 span { border-color: rgb(226,61,86); }

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