#E23F4D

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

Shades of Amaranth #E23F4D

Tints of Amaranth #E23F4D

Color information

#E23F4D (or 0xE23F4D) is unknown color: approx Amaranth. HEX triplet: E2, 3F and 4D. RGB value is (226,63,77). Sum of RGB (Red+Green+Blue) = 226+63+77=366 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.75% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 226 - color contains mainly: red. Hex color #E23F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E23F4D is #1DC0B2. Grayscale: #717171. Windows color (decimal): -1949875 or 5062626. OLE color: 5062626.

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

Color convert

RGB2266377-
CMYK00.720.660.11
HSL354.85º73.76%56.67%-
HSV(B)354.85º72.12%88.63%-
XYZ34.4820.269.11-
YUV113.33107.5208.36-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 61.75%
GREEN value IS 63 (25% from 255) = 17.21%
BLUE value IS 77 (30.47% from 255) = 21.04%
R=61.75%
G=17.21%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226637700.720.660.11354.8573.7656.67
HexE23F4D04842B1634a39
Octal3427711501101021354311271
Binary11100010111111100110101001000100001010111011000111001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E23F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E23F4D; }

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

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

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

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

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

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

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

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