#E9454E

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

Shades of Amaranth #E9454E

Tints of Amaranth #E9454E

Color information

#E9454E (or 0xE9454E) is unknown color: approx Amaranth. HEX triplet: E9, 45 and 4E. RGB value is (233,69,78). Sum of RGB (Red+Green+Blue) = 233+69+78=380 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.32% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 233 - color contains mainly: red. Hex color #E9454E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9454E is #16BAB1. Grayscale: #777777. Windows color (decimal): -1489586 or 5129705. OLE color: 5129705.

HSL color Cylindrical-coordinate representation of color #E9454E: hue angle of 356.71º 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 #E9454E is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB2336978-
CMYK00.700.670.09
HSL356.71º78.85%59.22%-
HSV(B)356.71º70.39%91.37%-
XYZ37.1122.139.52-
YUV119.06104.83209.27-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 61.32%
GREEN value IS 69 (27.34% from 255) = 18.16%
BLUE value IS 78 (30.86% from 255) = 20.53%
R=61.32%
G=18.16%
B=20.53%

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
Decimal233697800.700.670.09356.7178.8559.22
HexE9454E0464391654f3b
Octal35110511601061031154511773
Binary111010011000101100111001000110100001110011011001011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9454E; }

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

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

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

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

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

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

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

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