#E9464C

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

Shades of Amaranth #E9464C

Tints of Amaranth #E9464C

Color information

#E9464C (or 0xE9464C) is unknown color: approx Amaranth. HEX triplet: E9, 46 and 4C. RGB value is (233,70,76). Sum of RGB (Red+Green+Blue) = 233+70+76=379 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.48% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 233 - color contains mainly: red. Hex color #E9464C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9464C is #16B9B3. Grayscale: #777777. Windows color (decimal): -1489332 or 4998889. OLE color: 4998889.

HSL color Cylindrical-coordinate representation of color #E9464C: hue angle of 357.79º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E9464C is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB2337076-
CMYK00.700.670.09
HSL357.79º78.74%59.41%-
HSV(B)357.79º69.96%91.37%-
XYZ37.122.239.17-
YUV119.42103.5209.01-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 61.48%
GREEN value IS 70 (27.73% from 255) = 18.47%
BLUE value IS 76 (30.08% from 255) = 20.05%
R=61.48%
G=18.47%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233707600.700.670.09357.7978.7459.41
HexE9464C0464391664f3b
Octal35110611401061031154611773
Binary111010011000110100110001000110100001110011011001101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9464C; }

 p { color: rgb(233,70,76); }

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

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

 a { background-color: rgb(233,70,76); }

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

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

 span { border-color: rgb(233,70,76); }

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