#E9384C

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

Shades of Amaranth #E9384C

Tints of Amaranth #E9384C

Color information

#E9384C (or 0xE9384C) is unknown color: approx Amaranth. HEX triplet: E9, 38 and 4C. RGB value is (233,56,76). Sum of RGB (Red+Green+Blue) = 233+56+76=365 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.84% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 233 - color contains mainly: red. Hex color #E9384C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9384C is #16C7B3. Grayscale: #6F6F6F. Windows color (decimal): -1492916 or 4995305. OLE color: 4995305.

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

Color convert

RGB2335676-
CMYK00.760.670.09
HSL353.22º80.09%56.67%-
HSV(B)353.22º75.97%91.37%-
XYZ36.3220.678.91-
YUV111.2108.14214.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 63.84%
GREEN value IS 56 (22.27% from 255) = 15.34%
BLUE value IS 76 (30.08% from 255) = 20.82%
R=63.84%
G=15.34%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233567600.760.670.09353.2280.0956.67
HexE9384C04C4391615039
Octal3517011401141031154112071
Binary11101001111000100110001001100100001110011011000011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9384C; }

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

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

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

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

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

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

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

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