#e23a4d

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

Shades of Amaranth #E23A4D

Tints of Amaranth #E23A4D

Color information

#E23A4D (or 0xE23A4D) is unknown color: approx Amaranth. HEX triplet: E2, 3A and 4D. RGB value is (226,58,77). Sum of RGB (Red+Green+Blue) = 226+58+77=361 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.60% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 226 - color contains mainly: red. Hex color #E23A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E23A4D is #1DC5B2. Grayscale: #6E6E6E. Windows color (decimal): -1951155 or 5061346. OLE color: 5061346.

HSL color Cylindrical-coordinate representation of color #E23A4D: hue angle of 353.21º 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 #E23A4D is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB2265877-
CMYK00.740.660.11
HSL353.21º74.34%55.69%-
HSV(B)353.21º74.34%88.63%-
XYZ34.2219.739.03-
YUV110.4109.16210.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 62.60%
GREEN value IS 58 (23.05% from 255) = 16.07%
BLUE value IS 77 (30.47% from 255) = 21.33%
R=62.60%
G=16.07%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226587700.740.660.11353.2174.3455.69
HexE23A4D04A42B1614a38
Octal3427211501121021354111270
Binary11100010111010100110101001010100001010111011000011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e23a4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e23a4d; }

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

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

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

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

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

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

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

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