#E94143

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

Shades of Amaranth #E94143

Tints of Amaranth #E94143

Color information

#E94143 (or 0xE94143) is unknown color: approx Amaranth. HEX triplet: E9, 41 and 43. RGB value is (233,65,67). Sum of RGB (Red+Green+Blue) = 233+65+67=365 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.84% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 233 - color contains mainly: red. Hex color #E94143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94143 is #16BEBC. Grayscale: #737373. Windows color (decimal): -1490621 or 4407785. OLE color: 4407785.

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

Color convert

RGB2336567-
CMYK00.720.710.09
HSL359.29º79.25%58.43%-
HSV(B)359.29º72.1%91.37%-
XYZ36.5121.517.54-
YUV115.46100.66211.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 63.84%
GREEN value IS 65 (25.78% from 255) = 17.81%
BLUE value IS 67 (26.56% from 255) = 18.36%
R=63.84%
G=17.81%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233656700.720.710.09359.2979.2558.43
HexE941430484791674f3a
Octal35110110301101071154711772
Binary111010011000001100001101001000100011110011011001111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94143; }

 p { color: rgb(233,65,67); }

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

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

 a { background-color: rgb(233,65,67); }

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

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

 span { border-color: rgb(233,65,67); }

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