#e9235c

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

Shades of Amaranth #E9235C

Tints of Amaranth #E9235C

Color information

#E9235C (or 0xE9235C) is unknown color: approx Amaranth. HEX triplet: E9, 23 and 5C. RGB value is (233,35,92). Sum of RGB (Red+Green+Blue) = 233+35+92=360 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.72% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 233 - color contains mainly: red. Hex color #E9235C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9235C is #16DCA3. Grayscale: #646464. Windows color (decimal): -1498276 or 6038505. OLE color: 6038505.

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

Color convert

RGB2333592-
CMYK00.850.610.09
HSL342.73º81.82%52.55%-
HSV(B)342.73º84.98%91.37%-
XYZ36.1419.311.95-
YUV100.7123.1222.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 64.72%
GREEN value IS 35 (14.06% from 255) = 9.72%
BLUE value IS 92 (36.33% from 255) = 25.56%
R=64.72%
G=9.72%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233359200.850.610.09342.7381.8252.55
HexE9235C0553D91575235
Octal351431340125751152712265
Binary1110100110001110111000101010111110110011010101111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9235c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9235c; }

 p { color: rgb(233,35,92); }

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

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

 a { background-color: rgb(233,35,92); }

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

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

 span { border-color: rgb(233,35,92); }

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