#E9204E

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

Shades of Amaranth #E9204E

Tints of Amaranth #E9204E

Color information

#E9204E (or 0xE9204E) is unknown color: approx Amaranth. HEX triplet: E9, 20 and 4E. RGB value is (233,32,78). Sum of RGB (Red+Green+Blue) = 233+32+78=343 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.93% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 233 - color contains mainly: red. Hex color #E9204E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9204E is #16DFB1. Grayscale: #616161. Windows color (decimal): -1499058 or 5120233. OLE color: 5120233.

HSL color Cylindrical-coordinate representation of color #E9204E: hue angle of 346.27º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E9204E is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB2333278-
CMYK00.860.670.09
HSL346.27º82.04%51.96%-
HSV(B)346.27º86.27%91.37%-
XYZ35.518.918.99-
YUV97.34117.09224.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 67.93%
GREEN value IS 32 (12.89% from 255) = 9.33%
BLUE value IS 78 (30.86% from 255) = 22.74%
R=67.93%
G=9.33%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233327800.860.670.09346.2782.0451.96
HexE9204E05643915a5234
Octal3514011601261031153212264
Binary11101001100000100111001010110100001110011010110101010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9204E; }

 p { color: rgb(233,32,78); }

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

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

 a { background-color: rgb(233,32,78); }

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

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

 span { border-color: rgb(233,32,78); }

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