#E9304E

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

Shades of Amaranth #E9304E

Tints of Amaranth #E9304E

Color information

#E9304E (or 0xE9304E) is unknown color: approx Amaranth. HEX triplet: E9, 30 and 4E. RGB value is (233,48,78). Sum of RGB (Red+Green+Blue) = 233+48+78=359 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.90% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 233 - color contains mainly: red. Hex color #E9304E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9304E is #16CFB1. Grayscale: #6A6A6A. Windows color (decimal): -1494962 or 5124329. OLE color: 5124329.

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

Color convert

RGB2334878-
CMYK00.790.670.09
HSL350.27º80.79%55.1%-
HSV(B)350.27º79.4%91.37%-
XYZ36.0419.999.17-
YUV106.74111.79218.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 64.90%
GREEN value IS 48 (19.14% from 255) = 13.37%
BLUE value IS 78 (30.86% from 255) = 21.73%
R=64.90%
G=13.37%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233487800.790.670.09350.2780.7955.1
HexE9304E04F43915e5137
Octal3516011601171031153612167
Binary11101001110000100111001001111100001110011010111101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9304E; }

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

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

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

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

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

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

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

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